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/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h
73
enum PostType { PostSynchronously,
PostAsynchronously
};
174
void postNotification(RenderObject*, AXNotification, bool postToElement, PostType =
PostAsynchronously
);
175
void postNotification(Node*, AXNotification, bool postToElement, PostType =
PostAsynchronously
);
176
void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType =
PostAsynchronously
);
AXObjectCache.cpp
704
if (postType ==
PostAsynchronously
) {
Completed in 53 milliseconds