HomeSort by relevance Sort by last modified time
    Searched refs:postNotification (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityMenuListPopup.cpp 136 cache->postNotification(child.get(), document(), AXObjectCache::AXFocusedUIElementChanged, true, PostSynchronously);
137 cache->postNotification(child.get(), document(), AXObjectCache::AXMenuListItemSelected, true, PostSynchronously);
AXObjectCache.h 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);
267 inline void AXObjectCache::postNotification(AccessibilityObject*, Document*, AXNotification, bool, PostType) { }
268 inline void AXObjectCache::postNotification(RenderObject*, AXNotification, bool, PostType) { }
269 inline void AXObjectCache::postNotification(Node*, AXNotification, bool, PostType) { }
AccessibilityMenuList.cpp 114 cache->postNotification(this, document.get(), AXObjectCache::AXMenuListValueChanged, true, PostSynchronously);
AXObjectCache.cpp 583 postNotification(obj, obj->document(), AXObjectCache::AXTextChanged, true);
649 void AXObjectCache::postNotification(RenderObject* renderer, AXNotification notification, bool postToElement, PostType postType)
667 postNotification(object.get(), renderer->document(), notification, postToElement, postType);
670 void AXObjectCache::postNotification(Node* node, AXNotification notification, bool postToElement, PostType postType)
688 postNotification(object.get(), node->document(), notification, postToElement, postType);
691 void AXObjectCache::postNotification(AccessibilityObject* object, Document* document, AXNotification notification, bool postToElement, PostType postType)
714 postNotification(node, AXObjectCache::AXCheckedStateChanged, true);
721 postNotification(node, AXSelectedChildrenChanged, false);
728 postNotification(renderer, AXSelectedChildrenChanged, false);
792 postNotification(element, AXObjectCache::AXValueChanged, true)
    [all...]
AccessibilityNodeObject.cpp 148 axObjectCache()->postNotification(node(), AXObjectCache::AXValueChanged, true);
    [all...]
AccessibilityRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
RangeInputType.cpp 237 cache->postNotification(element(), AXObjectCache::AXValueChanged, true);
HTMLTextFormControlElement.cpp 526 cache->postNotification(this, AXObjectCache::AXValueChanged, false);
InputType.cpp 972 cache->postNotification(element(), AXObjectCache::AXValueChanged, true);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlertService.java 344 postNotification(info, summaryText, context, true, notificationPrefs, nm,
363 postNotification(info, summaryText, context, false, notificationPrefs, nm,
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ServiceRecord.java 419 public void postNotification() {
ActiveServices.java 564 r.postNotification();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.cpp 264 // into the web area again, even if focus did not change within WebCore. PostNotification is called instead
267 cache->postNotification(focusedOrMainFrame()->document(), AXObjectCache::AXFocusedUIElementChanged, true);
    [all...]
FrameView.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Editor.cpp 488 cache->postNotification(node, AXObjectCache::AXValueChanged, false);
    [all...]

Completed in 306 milliseconds