HomeSort by relevance Sort by last modified time
    Searched full:removeobserveronnotification (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
NetworkStateNotifierTest.cpp 130 void removeObserverOnNotification(StateObserver* observer, StateObserver* observerToRemove)
188 removeObserverOnNotification(&observer1, &observer1);
202 removeObserverOnNotification(&observer1, &observer1);
218 removeObserverOnNotification(&observer2, &observer1);
235 removeObserverOnNotification(&observer1, &observer2);

Completed in 2346 milliseconds