Searched refs:handler_list_ (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/events/
H A Devent_dispatcher.cc110 handler_list_.erase(std::find(handler_list_.begin(),
111 handler_list_.end(),
122 handler_list_.clear();
123 target->GetPreTargetHandlers(&handler_list_);
126 DispatchEventToEventHandlers(&handler_list_, event);
145 handler_list_.clear();
146 target->GetPostTargetHandlers(&handler_list_);
148 DispatchEventToEventHandlers(&handler_list_, event);
H A Devent_dispatcher.h100 EventHandlerList handler_list_; member in class:ui::EventDispatcher
H A Devent_dispatcher_unittest.cc29 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::__anon16722::TestTarget
/external/chromium_org/components/policy/core/browser/
H A Dconfiguration_policy_pref_store_test.cc25 : handler_list_(base::Bind(&ConfigurationPolicyPrefStoreTest::
35 policy_service_.get(), &handler_list_, POLICY_LEVEL_MANDATORY);
H A Dconfiguration_policy_pref_store_test.h37 ConfigurationPolicyHandlerList handler_list_; member in class:policy::ConfigurationPolicyPrefStoreTest
H A Dconfiguration_policy_pref_store_unittest.cc43 handler_list_.AddHandler(
71 handler_list_.AddHandler(
99 handler_list_.AddHandler(
143 handler_list_.AddHandler(
173 handler_list_.AddHandler(
H A Dconfiguration_policy_pref_store.cc41 handler_list_(handler_list),
121 handler_list_->ApplyPolicySettings(filtered_policies,
H A Dbrowser_policy_connector.h129 // |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
H A Dconfiguration_policy_pref_store.h70 const ConfigurationPolicyHandlerList* handler_list_; member in class:policy::ConfigurationPolicyPrefStore
H A Dbrowser_policy_connector.cc109 handler_list_ = handler_list_factory.Run(chrome_schema_);
203 return handler_list_.get();
/external/chromium_org/chrome/browser/policy/
H A Djavascript_policy_handler_unittest.cc18 handler_list_.AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
H A Dmanaged_bookmarks_policy_handler_unittest.cc24 handler_list_.AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
/external/chromium_org/chrome/browser/download/
H A Ddownload_dir_policy_handler_unittest.cc51 &handler_list_,
53 handler_list_.AddHandler(
/external/chromium_org/chrome/browser/profiles/
H A Dincognito_mode_policy_handler_unittest.cc19 handler_list_.AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(
/external/chromium_org/chrome/browser/net/
H A Dproxy_policy_handler_unittest.cc27 handler_list_.AddHandler(
35 policy_service_.get(), &handler_list_, POLICY_LEVEL_MANDATORY);
/external/chromium_org/components/search_engines/
H A Ddefault_search_policy_handler_unittest.cc33 handler_list_.AddHandler(make_scoped_ptr<ConfigurationPolicyHandler>(

Completed in 383 milliseconds