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

  /external/chromium_org/extensions/browser/
event_listener_map.h 34 // This is a lazy listener if |IsLazy| is returns true, and a filtered listener
70 bool IsLazy() const;
76 // IsLazy.
event_listener_map.cc 60 bool EventListener::IsLazy() const {
185 if ((*it2)->IsLazy() && (*it2)->extension_id() == extension_id) {
event_router.cc 485 if (listener->IsLazy()) {
  /external/chromium_org/chrome/browser/extensions/api/input_ime/
input_ime_api.cc 303 if ((*it)->extension_id() == extension_id_ && !(*it)->IsLazy())

Completed in 643 milliseconds