Home
last modified time | relevance | path

Searched refs:HandleMessage (Results 1 – 25 of 36) sorted by relevance

12

/external/chromium/chrome/browser/remoting/
Dsetup_flow.cc73 void SetupFlowErrorStepBase::HandleMessage(const std::string& message, in HandleMessage() function in remoting::SetupFlowErrorStepBase
102 void SetupFlowDoneStep::HandleMessage(const std::string& message, in HandleMessage() function in remoting::SetupFlowDoneStep
226 current_step_->HandleMessage("SubmitAuth", first_arg); in HandleSubmitAuth()
248 current_step_->HandleMessage(message, arg_value); in HandleUIMessage()
Dsetup_flow.h38 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);
Dsetup_flow_register_step.h22 virtual void HandleMessage(const std::string& message,
Dsetup_flow_start_host_step.h25 virtual void HandleMessage(const std::string& message, const Value* arg);
Dsetup_flow_get_status_step.h24 virtual void HandleMessage(const std::string& message, const Value* arg);
Dsetup_flow_login_step.h22 virtual void HandleMessage(const std::string& message, const Value* arg);
Dsetup_flow_get_status_step.cc25 void SetupFlowGetStatusStep::HandleMessage(const std::string& message, in HandleMessage() function in remoting::SetupFlowGetStatusStep
Dsetup_flow_register_step.cc20 void SetupFlowRegisterStep::HandleMessage(const std::string& message, in HandleMessage() function in remoting::SetupFlowRegisterStep
Dsetup_flow_start_host_step.cc25 void SetupFlowStartHostStep::HandleMessage(const std::string& message, in HandleMessage() function in remoting::SetupFlowStartHostStep
Dsetup_flow_login_step.cc29 void SetupFlowLoginStep::HandleMessage(const std::string& message, in HandleMessage() function in remoting::SetupFlowLoginStep
/external/chromium/chrome/browser/debugger/
Ddevtools_remote_listen_socket.cc181 HandleMessage(); in DispatchField()
202 void DevToolsRemoteListenSocket::HandleMessage() { in HandleMessage() function in DevToolsRemoteListenSocket
205 message_listener_->HandleMessage(message); in HandleMessage()
Ddevtools_protocol_handler.cc86 void DevToolsProtocolHandler::HandleMessage( in HandleMessage() function in DevToolsProtocolHandler
99 it->second.get(), &DevToolsRemoteListener::HandleMessage, message)); in HandleMessage()
Ddevtools_remote.h21 virtual void HandleMessage(const DevToolsRemoteMessage& message) = 0;
Ddevtools_remote_service.h30 virtual void HandleMessage(const DevToolsRemoteMessage& message);
Ddevtools_protocol_handler.h54 virtual void HandleMessage(const DevToolsRemoteMessage& message);
Ddevtools_remote_listen_socket.h53 void HandleMessage();
Dextension_ports_remote_service.h44 virtual void HandleMessage(const DevToolsRemoteMessage& message);
Ddebugger_remote_service.h68 virtual void HandleMessage(const DevToolsRemoteMessage& message);
Ddevtools_remote_listen_socket_unittest.h89 virtual void HandleMessage(const DevToolsRemoteMessage& message);
Ddevtools_remote_service.cc38 void DevToolsRemoteService::HandleMessage( in HandleMessage() function in DevToolsRemoteService
Ddebugger_remote_service.cc56 void DebuggerRemoteService::HandleMessage( in HandleMessage() function in DebuggerRemoteService
/external/webkit/Source/WebCore/platform/haiku/
DContextMenuHaiku.cpp53 void HandleMessage(BMessage* msg) in HandleMessage() function in WebCore::ContextMenuReceiver
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
DSDL_lowvideo.h109 extern LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam);
DSDL_sysevents.c90 LONG (*HandleMessage)(_THIS, HWND hwnd, UINT msg, WPARAM wParam, LPARAM lParam)=NULL; variable
680 if (HandleMessage) { in WinMessage()
681 return(HandleMessage(current_video, in WinMessage()
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc534 void HandleMessage(const std::string& current_dir,
601 void ProcessSingleton::LinuxWatcher::HandleMessage( in HandleMessage() function in ProcessSingleton::LinuxWatcher
723 &ProcessSingleton::LinuxWatcher::HandleMessage, in OnFileCanReadWithoutBlocking()

12