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

  /external/chromium_org/ui/base/events/
event_dispatcher.cc 66 handler_list_.erase(std::find(handler_list_.begin(),
67 handler_list_.end(),
78 handler_list_.clear();
79 target->GetPreTargetHandlers(&handler_list_);
82 DispatchEventToEventHandlers(handler_list_, event);
101 handler_list_.clear();
102 target->GetPostTargetHandlers(&handler_list_);
104 DispatchEventToEventHandlers(handler_list_, event);
event_dispatcher.h 73 EventHandlerList handler_list_; member in class:ui::EventDispatcher
event_dispatcher_unittest.cc 26 handler_list_.push_back(id);
29 const std::vector<int>& handler_list() const { return handler_list_; }
32 handler_list_.clear();
47 std::vector<int> handler_list_; member in class:ui::__anon16589::TestTarget
  /external/chromium_org/chrome/browser/policy/
configuration_policy_pref_store.h 69 const ConfigurationPolicyHandlerList* handler_list_; member in class:policy::ConfigurationPolicyPrefStore
configuration_policy_pref_store.cc 42 handler_list_(handler_list),
122 handler_list_->ApplyPolicySettings(filtered_policies,
browser_policy_connector.h 182 // |handler_list_| being consulted for policy translation.
183 // Therefore, it's important to destroy |handler_list_| after the providers.
184 ConfigurationPolicyHandlerList handler_list_; member in class:policy::BrowserPolicyConnector
browser_policy_connector.cc 308 return &handler_list_;
configuration_policy_pref_store_unittest.cc 59 &handler_list_,
73 ConfigurationPolicyHandlerList handler_list_; member in class:policy::ConfigurationPolicyPrefStoreTest
    [all...]

Completed in 728 milliseconds