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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h 178 enum AXTextChange {
183 void nodeTextChangeNotification(Node*, AXTextChange, unsigned offset, const String&);
193 void nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned offset, const String&);
265 inline void AXObjectCache::nodeTextChangeNotification(Node*, AXTextChange, unsigned, const String&) { }
266 inline void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned, const String&) { }
AXObjectCache.cpp 731 void AXObjectCache::nodeTextChangeNotification(Node* node, AXTextChange textChange, unsigned offset, const String& text)
984 void AXObjectCache::nodeTextChangePlatformNotification(AccessibilityObject*, AXTextChange, unsigned, const String&)
  /external/chromium_org/third_party/WebKit/Source/core/editing/
AppendNodeCommand.cpp 47 static void sendAXTextChangedIgnoringLineBreaks(Node* node, AXObjectCache::AXTextChange textChange)

Completed in 3131 milliseconds