Searched defs:HandleMessage (Results 1 - 14 of 14) sorted by relevance

/external/chromium/chrome/browser/remoting/
H A Dsetup_flow_get_status_step.cc25 void SetupFlowGetStatusStep::HandleMessage(const std::string& message, function in class:remoting::SetupFlowGetStatusStep
H A Dsetup_flow_register_step.cc20 void SetupFlowRegisterStep::HandleMessage(const std::string& message, function in class:remoting::SetupFlowRegisterStep
H A Dsetup_flow_start_host_step.cc25 void SetupFlowStartHostStep::HandleMessage(const std::string& message, function in class:remoting::SetupFlowStartHostStep
H A Dsetup_flow_login_step.cc29 void SetupFlowLoginStep::HandleMessage(const std::string& message, function in class:remoting::SetupFlowLoginStep
H A Dsetup_flow.cc73 void SetupFlowErrorStepBase::HandleMessage(const std::string& message, function in class:remoting::SetupFlowErrorStepBase
102 void SetupFlowDoneStep::HandleMessage(const std::string& message, function in class:remoting::SetupFlowDoneStep
226 current_step_->HandleMessage("SubmitAuth", first_arg);
248 current_step_->HandleMessage(message, arg_value);
/external/webkit/Source/WebCore/platform/haiku/
H A DContextMenuHaiku.cpp53 void HandleMessage(BMessage* msg) function in class:WebCore::ContextMenuReceiver
/external/chromium/chrome/browser/debugger/
H A Ddevtools_protocol_handler.cc86 void DevToolsProtocolHandler::HandleMessage( function in class:DevToolsProtocolHandler
99 it->second.get(), &DevToolsRemoteListener::HandleMessage, message));
H A Ddevtools_remote_service.cc38 void DevToolsRemoteService::HandleMessage( function in class:DevToolsRemoteService
H A Ddebugger_remote_service.cc56 void DebuggerRemoteService::HandleMessage( function in class:DebuggerRemoteService
H A Ddevtools_remote_listen_socket.cc181 HandleMessage();
202 void DevToolsRemoteListenSocket::HandleMessage() { function in class:DevToolsRemoteListenSocket
205 message_listener_->HandleMessage(message);
H A Ddevtools_remote_listen_socket_unittest.cc270 void DevToolsRemoteListenSocketTester::HandleMessage( function in class:DevToolsRemoteListenSocketTester
H A Dextension_ports_remote_service.cc139 void ExtensionPortsRemoteService::HandleMessage( function in class:ExtensionPortsRemoteService
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_sysevents.c90 LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)=NULL; variable
680 if (HandleMessage) {
681 return(HandleMessage(current_video,
/external/chromium/chrome/browser/
H A Dprocess_singleton_linux.cc534 void HandleMessage(const std::string& current_dir,
601 void ProcessSingleton::LinuxWatcher::HandleMessage( function in class:ProcessSingleton::LinuxWatcher
723 &ProcessSingleton::LinuxWatcher::HandleMessage,
729 // LinuxWatcher::HandleMessage() is in charge of destroying this SocketReader

Completed in 177 milliseconds