Searched refs:RemoveHandler (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium_org/chrome/browser/ui/login/
H A Dlogin_prompt_test_utils.cc25 RemoveHandler(content::Details<AuthSuppliedLoginNotificationDetails>(
29 RemoveHandler(
44 void LoginPromptBrowserTestObserver::RemoveHandler(LoginHandler* handler) { function in class:LoginPromptBrowserTestObserver
H A Dlogin_prompt_test_utils.h30 void RemoveHandler(LoginHandler* handler);
/external/chromium_org/chrome/browser/apps/app_shim/
H A Dapp_shim_host_mac_unittest.cc153 apps::AppShimHandler::RemoveHandler(kTestAppId);
166 apps::AppShimHandler::RemoveHandler(kTestAppId);
174 apps::AppShimHandler::RemoveHandler(kTestAppId);
H A Dapp_shim_handler_mac.h44 static void RemoveHandler(const std::string& app_mode_id);
H A Dapp_shim_handler_mac.cc132 void AppShimHandler::RemoveHandler(const std::string& app_mode_id) { function in class:apps::AppShimHandler
/external/chromium_org/ui/wm/core/
H A Dinput_method_event_filter_unittest.cc71 root_filter_.RemoveHandler(&test_filter_);
72 root_filter_.RemoveHandler(input_method_event_filter_.get());
H A Dcompound_event_filter.h53 void RemoveHandler(ui::EventHandler* filter);
H A Dcompound_event_filter.cc95 void CompoundEventFilter::RemoveHandler(ui::EventHandler* handler) { function in class:wm::CompoundEventFilter
H A Dcompound_event_filter_unittest.cc187 compound_filter->RemoveHandler(gesure_handler.get());
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dhandler_options_handler.h75 void RemoveHandler(const base::ListValue* args);
H A Dhandler_options_handler.cc74 base::Bind(&HandlerOptionsHandler::RemoveHandler,
153 void HandlerOptionsHandler::RemoveHandler(const base::ListValue* args) { function in class:options::HandlerOptionsHandler
161 GetProtocolHandlerRegistry()->RemoveHandler(handler);
/external/chromium_org/mojo/common/
H A Dmessage_pump_mojo.h45 void RemoveHandler(const Handle& handle);
H A Dhandle_watcher.cc114 MessagePumpMojo::current()->RemoveHandler(handle);
125 MessagePumpMojo::current()->RemoveHandler(handle);
383 MessagePumpMojo::current()->RemoveHandler(handle_);
398 MessagePumpMojo::current()->RemoveHandler(handle_);
H A Dmessage_pump_mojo.cc96 void MessagePumpMojo::RemoveHandler(const Handle& handle) { function in class:mojo::common::MessagePumpMojo
222 // RemoveHandler() was not invoked and is likely to cause problems else
/external/chromium_org/mojo/public/cpp/environment/lib/
H A Ddefault_async_waiter.cc32 RunLoop::current()->RemoveHandler(handle_);
/external/chromium_org/mojo/public/cpp/utility/
H A Drun_loop.h40 void RemoveHandler(const Handle& handle);
/external/chromium_org/ui/wm/test/
H A Dwm_test_helper.cc43 root_window_event_filter_->RemoveHandler(input_method_filter_.get());
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry_unittest.cc538 registry()->RemoveHandler(test_protocol_handler());
619 registry()->RemoveHandler(ph1);
680 registry()->RemoveHandler(ph1);
734 registry()->RemoveHandler(ph1);
848 registry()->RemoveHandler(ph3);
852 registry()->RemoveHandler(ph2);
854 registry()->RemoveHandler(ph3);
865 registry()->RemoveHandler(ph3);
937 registry()->RemoveHandler(ph3);
1013 registry()->RemoveHandler(p1u
[all...]
H A Dprotocol_handler_registry_browsertest.cc70 registry->RemoveHandler(handler);
H A Dprotocol_handler_registry.h228 void RemoveHandler(const ProtocolHandler& handler);
H A Dprotocol_handler_registry.cc369 RemoveHandler(*p);
611 void ProtocolHandlerRegistry::RemoveHandler( function in class:ProtocolHandlerRegistry
651 RemoveHandler(current_default);
/external/chromium_org/mojo/public/cpp/utility/tests/
H A Drun_loop_unittest.cc85 run_loop_->RemoveHandler(handle);
212 run_loop_->RemoveHandler(handles_[i]);
/external/chromium_org/mojo/public/cpp/utility/lib/
H A Drun_loop.cc86 void RunLoop::RemoveHandler(const Handle& handle) { function in class:mojo::RunLoop
/external/chromium_org/athena/env/
H A Dathena_env_impl.cc230 root_window_event_filter_->RemoveHandler(input_method_filter_.get());
/external/chromium_org/extensions/shell/browser/
H A Dshell_desktop_controller.cc316 root_window_event_filter_->RemoveHandler(input_method_filter_.get());

Completed in 7497 milliseconds

12