Home
last modified time | relevance | path

Searched refs:postNotification (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXObjectCache.cpp660 postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true); in textChanged()
726 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool post… in postNotification() function in blink::AXObjectCache
744 postNotification(object.get(), &renderer->document(), notification, postToElement, postType); in postNotification()
747 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, P… in postNotification() function in blink::AXObjectCache
765 postNotification(object.get(), &node->document(), notification, postToElement, postType); in postNotification()
768 void AXObjectCache::postNotification(AXObject* object, Document* document, AXNotification notificat… in postNotification() function in blink::AXObjectCache
792 postNotification(node, AXObjectCache::AXCheckedStateChanged, true); in checkedStateChanged()
799 postNotification(node, AXSelectedChildrenChanged, false); in selectedChildrenChanged()
806 postNotification(renderer, AXSelectedChildrenChanged, false); in selectedChildrenChanged()
832 postNotification(obj, obj->document(), AXLayoutComplete, true); in handleLayoutComplete()
[all …]
DAXMenuListPopup.cpp145 …cache->postNotification(child.get(), document(), AXObjectCache::AXFocusedUIElementChanged, true, P… in didUpdateActiveOption()
146 …cache->postNotification(child.get(), document(), AXObjectCache::AXMenuListItemSelected, true, Post… in didUpdateActiveOption()
DAXObjectCache.h193 …void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchrono…
194 void postNotification(Node*, AXNotification, bool postToElement, PostType = PostAsynchronously);
195 …void postNotification(AXObject*, Document*, AXNotification, bool postToElement, PostType = PostAsy…
DAXNodeObject.cpp154 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true); in changeValueByStep()
1557 axObjectCache()->postNotification(this, document(), AXObjectCache::AXChildrenChanged, true); in childrenChanged()
1571 …axObjectCache()->postNotification(parent, parent->document(), AXObjectCache::AXLiveRegionChanged, … in childrenChanged()
1576 …axObjectCache()->postNotification(parent, parent->document(), AXObjectCache::AXValueChanged, true); in childrenChanged()
1586 … axObjectCache()->postNotification(this, document(), AXObjectCache::AXSelectedTextChanged, true); in selectionChanged()
1602 cache->postNotification(parentNode, AXObjectCache::AXLiveRegionChanged, true); in textChanged()
1607 cache->postNotification(parentNode, AXObjectCache::AXValueChanged, true); in textChanged()
1710 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true); in changeValueByPercent()
DAXMenuList.cpp114 …cache->postNotification(this, document.get(), AXObjectCache::AXMenuListValueChanged, true, PostSyn… in didUpdateActiveOption()
DAXRenderObject.cpp1666 … doc.axObjectCache()->postNotification(m_renderer, AXObjectCache::AXActiveDescendantChanged, true); in handleActiveDescendantChanged()
1696 …axObjectCache()->postNotification(containerParent, document(), AXObjectCache::AXRowCountChanged, t… in handleAriaExpandedChanged()
1700 …axObjectCache()->postNotification(this, document(), isExpanded() ? AXObjectCache::AXRowExpanded : … in handleAriaExpandedChanged()
/external/clang/test/Analysis/
Ddelegates.m93 + (void)postNotification:(NSString *)str;
101 …[test_6062730 performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDon…
106 …[[self class] performSelectorOnMainThread:@selector(postNotification:) withObject:str waitUntilDon…
109 + (void) postNotification:(NSString *)str {
/external/chromium_org/third_party/ocmock/OCMock/
DOCMNotificationPoster.m26 [[NSNotificationCenter defaultCenter] postNotification:notification];
/external/clang/test/Rewriter/
Drewrite-foreach-6.m15 [X postNotification:notification];
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DRangeInputType.cpp227 cache->postNotification(&element(), AXObjectCache::AXValueChanged, true); in handleKeydownEvent()
DInputType.cpp782 cache->postNotification(&element(), AXObjectCache::AXValueChanged, true); in applyStep()
/external/chromium_org/chrome/browser/ui/cocoa/
Dbase_bubble_controller_unittest.mm140 [[NSNotificationCenter defaultCenter] postNotification:notif];
/external/chromium_org/third_party/WebKit/Source/core/page/
DFocusController.cpp368 cache->postNotification(document, AXObjectCache::AXFocusedUIElementChanged, true); in setInitialFocus()
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTextFormControlElement.cpp590 cache->postNotification(this, AXObjectCache::AXValueChanged, false); in setInnerEditorValue()
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditor.cpp554 cache->postNotification(node, AXObjectCache::AXValueChanged, false); in respondToChangedContents()
/external/chromium_org/chrome/browser/mac/
Dkeystone_glue.mm693 [[NSNotificationCenter defaultCenter] postNotification:notification];
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp2574 cache->postNotification(renderView(), AXObjectCache::AXLoadComplete, true); in implicitClose()
2578 cache->postNotification(renderView(), AXObjectCache::AXLayoutComplete, true); in implicitClose()