HomeSort by relevance Sort by last modified time
    Searched refs:HandleMessage (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium/chrome/browser/debugger/
devtools_remote.h 21 virtual void HandleMessage(const DevToolsRemoteMessage& message) = 0;
devtools_remote_service.h 30 virtual void HandleMessage(const DevToolsRemoteMessage& message);
devtools_protocol_handler.h 54 virtual void HandleMessage(const DevToolsRemoteMessage& message);
devtools_remote_listen_socket.h 53 void HandleMessage();
devtools_remote_listen_socket.cc 181 HandleMessage();
202 void DevToolsRemoteListenSocket::HandleMessage() {
205 message_listener_->HandleMessage(message);
devtools_protocol_handler.cc 86 void DevToolsProtocolHandler::HandleMessage(
99 it->second.get(), &DevToolsRemoteListener::HandleMessage, message));
debugger_remote_service.h 68 virtual void HandleMessage(const DevToolsRemoteMessage& message);
extension_ports_remote_service.h 44 virtual void HandleMessage(const DevToolsRemoteMessage& message);
devtools_remote_listen_socket_unittest.h 89 virtual void HandleMessage(const DevToolsRemoteMessage& message);
devtools_remote_service.cc 38 void DevToolsRemoteService::HandleMessage(
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 24 virtual void HandleMessage(const std::string& message, const Value* arg);
setup_flow_register_step.h 22 virtual void HandleMessage(const std::string& message,
setup_flow_start_host_step.h 25 virtual void HandleMessage(const std::string& message, const Value* arg);
setup_flow.h 38 virtual void HandleMessage(const std::string& message, const Value* arg) = 0;
95 virtual void HandleMessage(const std::string& message, const Value* arg);
121 virtual void HandleMessage(const std::string& message, const Value* arg);
164 // SetupFlowStep::HandleMessage().
setup_flow_login_step.h 22 virtual void HandleMessage(const std::string& message, const Value* arg);
setup_flow.cc 73 void SetupFlowErrorStepBase::HandleMessage(const std::string& message,
102 void SetupFlowDoneStep::HandleMessage(const std::string& message,
226 current_step_->HandleMessage("SubmitAuth", first_arg);
248 current_step_->HandleMessage(message, arg_value);
setup_flow_get_status_step.cc 25 void SetupFlowGetStatusStep::HandleMessage(const std::string& message,
setup_flow_register_step.cc 20 void SetupFlowRegisterStep::HandleMessage(const std::string& message,
setup_flow_start_host_step.cc 25 void SetupFlowStartHostStep::HandleMessage(const std::string& message,
setup_flow_login_step.cc 29 void SetupFlowLoginStep::HandleMessage(const std::string& message,
  /external/webkit/Source/WebCore/platform/haiku/
ContextMenuHaiku.cpp 53 void HandleMessage(BMessage* msg)
  /external/qemu/distrib/sdl-1.2.12/src/video/wincommon/
SDL_lowvideo.h 100 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
SDL_sysevents.c 86 LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)=NULL;
756 if (HandleMessage) {
757 return(HandleMessage(current_video,
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages_unittest.py 522 #include "HandleMessage.h"
589 CoreIPC::handleMessage<Messages::WebPage::LoadURL>(arguments, this, &WebPage::loadURL);
593 CoreIPC::handleMessage<Messages::WebPage::TouchEvent>(arguments, this, &WebPage::touchEvent);
597 CoreIPC::handleMessage<Messages::WebPage::DidReceivePolicyDecision>(arguments, this, &WebPage::didReceivePolicyDecision);
600 CoreIPC::handleMessage<Messages::WebPage::Close>(arguments, this, &WebPage::close);
603 CoreIPC::handleMessage<Messages::WebPage::PreferencesDidChange>(arguments, this, &WebPage::preferencesDidChange);
606 CoreIPC::handleMessage<Messages::WebPage::SendDoubleAndFloat>(arguments, this, &WebPage::sendDoubleAndFloat);
609 CoreIPC::handleMessage<Messages::WebPage::SendInts>(arguments, this, &WebPage::sendInts);
613 CoreIPC::handleMessage<Messages::WebPage::DidCreateWebProcessConnection>(arguments, this, &WebPage::didCreateWebProcessConnection);
627 CoreIPC::handleMessage<Messages::WebPage::CreatePlugin>(arguments, reply, this, &WebPage::createPlugin)
    [all...]
  /external/chromium/chrome/browser/
process_singleton_linux.cc 534 void HandleMessage(const std::string& current_dir,
601 void ProcessSingleton::LinuxWatcher::HandleMessage(
723 &ProcessSingleton::LinuxWatcher::HandleMessage,
729 // LinuxWatcher::HandleMessage() is in charge of destroying this SocketReader
    [all...]

Completed in 619 milliseconds

1 2