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

  /external/chromium/chrome/browser/chromeos/cros/
input_method_library.h 52 virtual void FirstObserverIsAdded(InputMethodLibrary* obj) = 0;
input_method_library.cc 111 observer->FirstObserverIsAdded(this);
    [all...]
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu.h 81 virtual void FirstObserverIsAdded(InputMethodLibrary* obj);
input_method_menu.cc 148 library->AddObserver(this); // FirstObserverIsAdded() might be called back.
426 void InputMethodMenu::FirstObserverIsAdded(InputMethodLibrary* obj) {

Completed in 42 milliseconds