HomeSort by relevance Sort by last modified time
    Searched refs:Inspect (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/chrome/browser/devtools/
devtools_toggle_action.h 39 static DevToolsToggleAction Inspect();
devtools_target_impl.h 53 virtual void Inspect(Profile* profile) const;
devtools_targets_ui.h 38 void Inspect(const std::string& target_id, Profile* profile);
devtools_toggle_action.cc 48 DevToolsToggleAction DevToolsToggleAction::Inspect() {
devtools_target_impl.cc 50 virtual void Inspect(Profile* profile) const OVERRIDE;
140 void RenderViewHostTarget::Inspect(Profile* profile) const {
157 virtual void Inspect(Profile* profile) const OVERRIDE;
188 void WorkerTarget::Inspect(Profile* profile) const {
257 void DevToolsTargetImpl::Inspect(Profile*) const {
devtools_targets_ui.cc 493 void DevToolsTargetsUIHandler::Inspect(const std::string& target_id,
497 it->second->Inspect(profile);
devtools_adb_bridge.cc 876 virtual void Inspect(Profile* profile) const OVERRIDE;
939 void RemotePageTarget::Inspect(Profile* profile) const {
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
renderer_resource.cc 119 void RendererResource::Inspect() const {
renderer_resource.h 42 virtual void Inspect() const OVERRIDE;
notification_resource_provider.cc 38 virtual void Inspect() const OVERRIDE;
106 void NotificationResource::Inspect() const {
resource_provider.h 87 virtual void Inspect() const {}
extension_process_resource_provider.cc 52 virtual void Inspect() const OVERRIDE;
138 void ExtensionProcessResource::Inspect() const {
worker_resource_provider.cc 60 virtual void Inspect() const OVERRIDE;
136 void SharedWorkerResource::Inspect() const {
task_manager_browsertest.cc 520 DevToolsToggleAction::Inspect());
534 DevToolsToggleAction::Inspect());
task_manager.h 243 void Inspect(int index) const;
task_manager.cc 701 void TaskManagerModel::Inspect(int index) const {
703 GetResource(index)->Inspect();
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu.h 125 void Inspect(int x, int y);
render_view_context_menu.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
inspect_ui.h 34 void Inspect(const std::string& source_id, const std::string& target_id);
inspect_ui.cc 33 const char kInspectCommand[] = "inspect";
123 inspect_ui_->Inspect(source, id);
203 void InspectUI::Inspect(const std::string& source_id,
207 handler->Inspect(target_id, Profile::FromWebUI(web_ui()));
300 source->AddResourcePath("inspect.css", IDR_INSPECT_CSS);
301 source->AddResourcePath("inspect.js", IDR_INSPECT_JS);
351 // This is the first chrome://inspect invocation on a fresh profile or after
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 318 chrome::ToggleDevToolsWindow(browser(), DevToolsToggleAction::Inspect());
328 devtools, true, DevToolsToggleAction::Inspect());
366 chrome::ToggleDevToolsWindow(browser(), DevToolsToggleAction::Inspect());
376 devtools, true, DevToolsToggleAction::Inspect());
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 37 "<li>Choose \"Inspect Element\" from the context menu";
  /external/chromium_org/chrome/browser/tab_contents/
render_view_context_menu.h 246 void Inspect(int x, int y);
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 158 namespace Inspect = api::developer_private::Inspect;
780 scoped_ptr<developer::Inspect::Params> params(
781 developer::Inspect::Params::Create(*args_));
798 // Wakes up the background page and opens the inspect window.
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/task_manager/
task_manager_handler.cc 91 web_ui()->RegisterMessageCallback("inspect",
160 model_->Inspect(resource_index);

Completed in 653 milliseconds

1 2