OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:platformuielement
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Tools/DumpRenderTree/
AccessibilityController.h
57
void addNotificationListener(
PlatformUIElement
, JSObjectRef functionCallback);
58
void notificationReceived(
PlatformUIElement
, const std::string& eventName);
69
HashMap<
PlatformUIElement
, JSObjectRef> m_notificationListeners;
AccessibilityUIElement.h
36
typedef id
PlatformUIElement
;
38
typedef struct objc_object*
PlatformUIElement
;
47
typedef COMPtr<IAccessible>
PlatformUIElement
;
50
typedef AtkObject*
PlatformUIElement
;
52
typedef void*
PlatformUIElement
;
65
AccessibilityUIElement(
PlatformUIElement
);
69
PlatformUIElement
platformUIElement
() { return m_element; }
216
PlatformUIElement
m_element;
AccessibilityUIElement.cpp
524
if (!uiElement->
platformUIElement
())
[
all
...]
/external/webkit/Tools/DumpRenderTree/gtk/
AccessibilityControllerGtk.cpp
100
void AccessibilityController::addNotificationListener(
PlatformUIElement
, JSObjectRef)
104
void AccessibilityController::notificationReceived(
PlatformUIElement
, const std::string&)
AccessibilityUIElementGtk.cpp
38
AccessibilityUIElement::AccessibilityUIElement(
PlatformUIElement
element)
373
static bool checkElementState(
PlatformUIElement
element, AtkStateType stateType)
490
static JSStringRef indexRangeInTable(
PlatformUIElement
element, bool isRowRange)
/external/webkit/Tools/DumpRenderTree/mac/
AccessibilityControllerMac.mm
84
void AccessibilityController::addNotificationListener(
PlatformUIElement
, JSObjectRef)
88
void AccessibilityController::notificationReceived(
PlatformUIElement
, const std::string&)
AccessibilityUIElementMac.mm
154
AccessibilityUIElement::AccessibilityUIElement(
PlatformUIElement
element)
269
NSString* attributes = attributesOfElement(elementVector[i].
platformUIElement
());
327
return [m_element accessibilityIndexOfChild:element->
platformUIElement
()];
[
all
...]
/external/webkit/Tools/DumpRenderTree/win/
AccessibilityControllerWin.cpp
58
for (HashMap<
PlatformUIElement
, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it)
70
COMPtr<IAccessible> rootAccessible = rootElement().
platformUIElement
();
262
void AccessibilityController::notificationReceived(
PlatformUIElement
element, const string& eventName)
264
for (HashMap<
PlatformUIElement
, JSObjectRef>::iterator it = m_notificationListeners.begin(); it != m_notificationListeners.end(); ++it) {
292
void AccessibilityController::addNotificationListener(
PlatformUIElement
element, JSObjectRef functionCallback)
AccessibilityUIElementWin.cpp
48
AccessibilityUIElement::AccessibilityUIElement(
PlatformUIElement
element)
/external/webkit/Tools/
ChangeLog-2009-06-16
[
all
...]
Completed in 325 milliseconds