Searched refs:HandleCommand (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/lldb/
H A Dlldb_webkit.py36 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFString_SummaryProvider WTF::String')
37 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFStringImpl_SummaryProvider WTF::StringImpl')
38 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFAtomicString_SummaryProvider WTF::AtomicString')
39 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFVector_SummaryProvider -x "WTF::Vector<.+>$"')
40 debugger.HandleCommand('type summary add --expand -F lldb_webkit.WTFHashTable_SummaryProvider -x "WTF::HashTable<.+>$"')
41 debugger.HandleCommand('type synthetic add -x "WTF::Vector<.+>$" --python-class lldb_webkit.WTFVectorProvider')
42 debugger.HandleCommand('type synthetic add -x "WTF::HashTable<.+>$" --python-class lldb_webkit.WTFHashTableProvider')
/external/clang/utils/
H A DClangDataFormat.py25 debugger.HandleCommand("type summary add -F ClangDataFormat.SourceLocation_summary clang::SourceLocation")
26 debugger.HandleCommand("type summary add -F ClangDataFormat.QualType_summary clang::QualType")
27 debugger.HandleCommand("type summary add -F ClangDataFormat.StringRef_summary llvm::StringRef")
/external/chromium_org/chrome/test/chromedriver/server/
H A Dhttp_handler.h80 FRIEND_TEST_ALL_PREFIXES(HttpHandlerTest, HandleCommand);
88 void HandleCommand(const net::HttpServerRequestInfo& request,
H A Dhttp_handler_unittest.cc107 TEST(HttpHandlerTest, HandleCommand) {
H A Dhttp_handler.cc548 HandleCommand(request, path, send_response_func);
577 void HttpHandler::HandleCommand( function in class:HttpHandler
/external/chromium_org/content/browser/devtools/
H A Drenderer_overrides_handler_browsertest.cc25 return handler->HandleCommand(command);
33 handler->HandleCommand(command);
H A Ddevtools_browser_target.cc64 handler->HandleCommand(command);
112 handler->HandleCommand(command);
H A Ddevtools_protocol.h130 virtual scoped_refptr<DevToolsProtocol::Response> HandleCommand(
H A Drender_view_devtools_agent_host.cc148 overrides_handler_->HandleCommand(command);
150 overridden_response = tracing_handler_->HandleCommand(command);
H A Ddevtools_protocol.cc164 DevToolsProtocol::Handler::HandleCommand( function in class:content::DevToolsProtocol::Handler
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h121 virtual bool HandleCommand(int command) = 0;
H A Dhwnd_message_handler.cc2232 if (!delegate_->HandleCommand(notification_code)) {
/external/chromium_org/sync/tools/testserver/
H A Dsync_testserver.py47 def HandleCommand(self, query, raw_request): member in class:SyncHTTPServer
48 return self._sync_handler.HandleCommand(query, raw_request)
211 http_response, raw_reply = self.server.HandleCommand(
H A Dchromiumsync.py1425 def HandleCommand(self, query, raw_request): member in class:TestServer
/external/chromium/net/tools/testserver/
H A Dtestserver.py131 def HandleCommand(self, query, raw_request): member in class:SyncHTTPServer
132 return self._sync_handler.HandleCommand(query, raw_request)
1278 http_response, raw_reply = self.server.HandleCommand(
H A Dchromiumsync.py724 def HandleCommand(self, query, raw_request): member in class:TestServer
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_root_window_host_win.h169 virtual bool HandleCommand(int command) OVERRIDE;
H A Ddesktop_root_window_host_win.cc749 bool DesktopRootWindowHostWin::HandleCommand(int command) { function in class:views::DesktopRootWindowHostWin
/external/chromium_org/ui/views/widget/
H A Dnative_widget_win.h196 virtual bool HandleCommand(int command) OVERRIDE;
H A Dnative_widget_win.cc654 bool NativeWidgetWin::HandleCommand(int command) { function in class:views::NativeWidgetWin

Completed in 469 milliseconds