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

  /external/chromium_org/third_party/ocmock/OCMock/
NSNotificationCenter+OCMAdditions.h 13 - (void)addMockObserver:(OCMockObserver *)notificationObserver name:(NSString *)notificationName object:(id)notificationSender;
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityControllerChromium.cpp 133 void AccessibilityController::notificationReceived(const WebKit::WebAccessibilityObject& target, const char* notificationName)
137 element->notificationReceived(notificationName);
144 arguments[1].set(notificationName);
WebTestProxy.cpp 826 const char* notificationName;
829 notificationName = "ActiveDescendantChanged";
832 notificationName = "AutocorrectionOccured";
835 notificationName = "CheckedStateChanged";
838 notificationName = "ChildrenChanged";
841 notificationName = "FocusedUIElementChanged";
844 notificationName = "LayoutComplete";
847 notificationName = "LoadComplete";
850 notificationName = "SelectedChildrenChanged";
853 notificationName = "SelectedTextChanged"
    [all...]
AccessibilityControllerChromium.h 62 void notificationReceived(const WebKit::WebAccessibilityObject& target, const char* notificationName);
AccessibilityUIElementChromium.h 54 virtual void notificationReceived(const char *notificationName);
AccessibilityUIElementChromium.cpp 470 void AccessibilityUIElement::notificationReceived(const char* notificationName)
475 notificationNameArgument.set(notificationName);
    [all...]

Completed in 1632 milliseconds