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