Searched refs:OpenInNewTab (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_embedder_message_dispatcher.h39 virtual void OpenInNewTab(const std::string& url) = 0;
H A Ddevtools_ui_bindings.h54 virtual void OpenInNewTab(const std::string& url) = 0;
109 virtual void OpenInNewTab(const std::string& url) OVERRIDE;
H A Ddevtools_ui_bindings.cc191 virtual void OpenInNewTab(const std::string& url) OVERRIDE;
208 void DefaultBindingsDelegate::OpenInNewTab(const std::string& url) { function in class:__anon3557::DefaultBindingsDelegate
472 void DevToolsUIBindings::OpenInNewTab(const std::string& url) { function in class:DevToolsUIBindings
473 delegate_->OpenInNewTab(url);
H A Ddevtools_window.h277 virtual void OpenInNewTab(const std::string& url) OVERRIDE;
H A Ddevtools_embedder_message_dispatcher.cc237 d->RegisterHandler("openInNewTab", &Delegate::OpenInNewTab, delegate);
H A Ddevtools_window.cc1044 void DevToolsWindow::OpenInNewTab(const std::string& url) { function in class:DevToolsWindow

Completed in 108 milliseconds