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

/external/webkit/WebCore/accessibility/
H A DAXObjectCache.h121 void postNotification(RenderObject*, AXNotification, bool postToElement, PostType = PostAsynchronously);
122 void postNotification(AccessibilityObject*, Document*, AXNotification, bool postToElement, PostType = PostAsynchronously);
151 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool postToElement, PostType) { } function in class:WebCore::AXObjectCache
H A DAXObjectCache.cpp402 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType) function in class:WebCore::AXObjectCache
420 postNotification(object.get(), renderer->document(), notification, postToElement, postType);
423 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType) function in class:WebCore::AXObjectCache
444 postNotification(renderer, AXSelectedChildrenChanged, true);
H A DAccessibilityRenderObject.cpp1942 axObjectCache()->postNotification(m_renderer, AXObjectCache::AXValueChanged, true);
2577 doc->axObjectCache()->postNotification(m_renderer, AXObjectCache::AXActiveDescendantChanged, true);
2834 axObjectCache()->postNotification(renderParent, AXObjectCache::AXLiveRegionChanged, true);
2865 axObjectCache()->postNotification(renderParent, AXObjectCache::AXLiveRegionChanged, true);
/external/webkit/WebKit/win/Interfaces/
H A DIWebNotificationCenter.idl54 //- (void)postNotification:(NSNotification *)notification
55 HRESULT postNotification([in] IWebNotification* notification);
/external/webkit/WebCore/editing/mac/
H A DSelectionControllerMac.mm41 document->axObjectCache()->postNotification(m_selection.start().node()->renderer(), AXObjectCache::AXSelectedTextChanged, false);
/external/webkit/WebKit/win/
H A DWebNotificationCenter.h57 virtual HRESULT STDMETHODCALLTYPE postNotification(
H A DWebHistory.cpp147 HRESULT WebHistory::postNotification(NotificationType notifyType, IPropertyBag* userInfo /*=0*/) function in class:WebHistory
253 hr = postNotification(kWebHistoryLoadedNotification);
259 hr = postNotification(kWebHistoryItemsDiscardedWhileLoadingNotification, userInfo.get());
370 hr = postNotification(kWebHistorySavedNotification);
459 return postNotification(kWebHistoryAllItemsRemovedNotification, userInfo.get());
639 hr = postNotification(kWebHistoryItemsRemovedNotification, userInfo.get());
689 hr = postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
747 postNotification(kWebHistoryItemsAddedNotification, userInfo.get());
H A DWebHistory.h146 HRESULT postNotification(NotificationType notifyType, IPropertyBag* userInfo = 0);
H A DWebNotificationCenter.cpp163 HRESULT STDMETHODCALLTYPE WebNotificationCenter::postNotification( function in class:WebNotificationCenter
/external/webkit/WebCore/platform/
H A DScrollbar.cpp134 cache->postNotification(axObject, document, AXObjectCache::AXValueChanged, true);
/external/webkit/WebCore/rendering/
H A DRenderMenuList.cpp320 document()->axObjectCache()->postNotification(this, AXObjectCache::AXMenuListValueChanged, true, PostSynchronously);
H A DRenderTextControl.cpp185 document()->axObjectCache()->postNotification(this, AXObjectCache::AXValueChanged, false);
/external/webkit/WebCore/dom/
H A DElement.cpp605 document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXValueChanged, true);
H A DDocument.cpp1908 // only safe to call when a layout is not in progress, so it can not be used in postNotification.
1910 axObjectCache()->postNotification(renderObject, AXObjectCache::AXLoadComplete, true);
/external/webkit/WebCore/html/
H A DHTMLInputElement.cpp1437 renderer()->document()->axObjectCache()->postNotification(renderer(), AXObjectCache::AXCheckedStateChanged, true);
/external/webkit/WebCore/page/
H A DFrameView.cpp732 root->document()->axObjectCache()->postNotification(root, AXObjectCache::AXLayoutComplete, true);
/external/webkit/WebCore/editing/
H A DEditor.cpp397 m_frame->document()->axObjectCache()->postNotification(node->renderer(), AXObjectCache::AXValueChanged, false);

Completed in 289 milliseconds