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

  /external/chromium_org/components/policy/core/browser/
configuration_policy_pref_store.h 70 const ConfigurationPolicyHandlerList* handler_list_; member in class:policy::ConfigurationPolicyPrefStore
configuration_policy_pref_store_test.h 37 ConfigurationPolicyHandlerList handler_list_; member in class:policy::ConfigurationPolicyPrefStoreTest
browser_policy_connector.h 129 // |handler_list_| being consulted for policy translation.
130 // Therefore, it's important to destroy |handler_list_| after the providers.
131 scoped_ptr<ConfigurationPolicyHandlerList> handler_list_; member in class:policy::BrowserPolicyConnector
  /external/chromium_org/ui/events/
event_dispatcher.h 100 EventHandlerList handler_list_; member in class:ui::EventDispatcher
event_dispatcher_unittest.cc 29 handler_list_.push_back(id);
32 const std::vector<int>& handler_list() const { return handler_list_; }
35 handler_list_.clear();
58 std::vector<int> handler_list_; member in class:ui::__anon20593::TestTarget

Completed in 225 milliseconds