OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostAsynchronously
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/accessibility/
AXObjectCache.h
55
enum PostType { PostSynchronously,
PostAsynchronously
};
139
void postNotification(RenderObject*, AXNotification, bool postToElement, PostType =
PostAsynchronously
);
140
void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType =
PostAsynchronously
);
AXObjectCache.cpp
511
if (postType ==
PostAsynchronously
) {
Completed in 26 milliseconds