| Trees | Indices | Help |
|---|
|
|
1 #appModules/chrome.py 2 #A part of NonVisual Desktop Access (NVDA) 3 #This file is covered by the GNU General Public License. 4 #See the file COPYING for more details. 5 # Copyright (C) 2010 James Teh <jamie@jantrid.net> 6 7 """App module for Google Chrome 8 """ 9 10 import controlTypes 11 import appModuleHandler 12 from NVDAObjects.IAccessible import IAccessible, getNVDAObjectFromEvent 13 from virtualBuffers.gecko_ia2 import Gecko_ia2 as GeckoVBuf 14 19212723 states = self.states 24 if controlTypes.STATE_READONLY in states and controlTypes.STATE_BUSY not in states: 25 return ChromeVBuf 26 return super(Document, self).treeInterceptorClass293431 if obj.windowClassName == "Chrome_RenderWidgetHostHWND" and obj.role == controlTypes.ROLE_DOCUMENT: 32 clsList.insert(0, Document) 33 return
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:46:12 2011 | http://epydoc.sourceforge.net |