/external/chromium_org/third_party/WebKit/Tools/lldb/ |
H A D | lldb_webkit.py | 36 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 D | ClangDataFormat.py | 25 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 D | http_handler.h | 80 FRIEND_TEST_ALL_PREFIXES(HttpHandlerTest, HandleCommand); 88 void HandleCommand(const net::HttpServerRequestInfo& request,
|
H A D | http_handler_unittest.cc | 107 TEST(HttpHandlerTest, HandleCommand) {
|
H A D | http_handler.cc | 548 HandleCommand(request, path, send_response_func); 577 void HttpHandler::HandleCommand( function in class:HttpHandler
|
/external/chromium_org/content/browser/devtools/ |
H A D | renderer_overrides_handler_browsertest.cc | 25 return handler->HandleCommand(command); 33 handler->HandleCommand(command);
|
H A D | devtools_browser_target.cc | 64 handler->HandleCommand(command); 112 handler->HandleCommand(command);
|
H A D | devtools_protocol.h | 130 virtual scoped_refptr<DevToolsProtocol::Response> HandleCommand(
|
H A D | render_view_devtools_agent_host.cc | 148 overrides_handler_->HandleCommand(command); 150 overridden_response = tracing_handler_->HandleCommand(command);
|
H A D | devtools_protocol.cc | 164 DevToolsProtocol::Handler::HandleCommand( function in class:content::DevToolsProtocol::Handler
|
/external/chromium_org/ui/views/win/ |
H A D | hwnd_message_handler_delegate.h | 121 virtual bool HandleCommand(int command) = 0;
|
H A D | hwnd_message_handler.cc | 2232 if (!delegate_->HandleCommand(notification_code)) {
|
/external/chromium_org/sync/tools/testserver/ |
H A D | sync_testserver.py | 47 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 D | chromiumsync.py | 1425 def HandleCommand(self, query, raw_request): member in class:TestServer
|
/external/chromium/net/tools/testserver/ |
H A D | testserver.py | 131 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 D | chromiumsync.py | 724 def HandleCommand(self, query, raw_request): member in class:TestServer
|
/external/chromium_org/ui/views/widget/desktop_aura/ |
H A D | desktop_root_window_host_win.h | 169 virtual bool HandleCommand(int command) OVERRIDE;
|
H A D | desktop_root_window_host_win.cc | 749 bool DesktopRootWindowHostWin::HandleCommand(int command) { function in class:views::DesktopRootWindowHostWin
|
/external/chromium_org/ui/views/widget/ |
H A D | native_widget_win.h | 196 virtual bool HandleCommand(int command) OVERRIDE;
|
H A D | native_widget_win.cc | 654 bool NativeWidgetWin::HandleCommand(int command) { function in class:views::NativeWidgetWin
|