Searched refs:inspected_web_contents (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_window.cc68 WebContents* inspected_web_contents, Browser** browser, int* tab) {
69 if (!inspected_web_contents)
74 inspected_web_contents);
352 WebContents* inspected_web_contents,
355 inspected_web_contents);
379 WebContents* inspected_web_contents) {
380 if (!inspected_web_contents || g_instances == NULL)
385 if ((*it)->GetInspectedWebContents() == inspected_web_contents)
427 content::WebContents* inspected_web_contents) {
429 inspected_web_contents, tru
67 FindInspectedBrowserAndTabIndex( WebContents* inspected_web_contents, Browser** browser, int* tab) argument
351 GetInTabWebContents( WebContents* inspected_web_contents, DevToolsContentsResizingStrategy* out_strategy) argument
378 GetInstanceForInspectedWebContents( WebContents* inspected_web_contents) argument
426 OpenDevToolsWindow( content::WebContents* inspected_web_contents) argument
433 OpenDevToolsWindow( content::WebContents* inspected_web_contents, const DevToolsToggleAction& action) argument
471 ToggleDevToolsWindow( content::WebContents* inspected_web_contents, bool force_open, const DevToolsToggleAction& action, const std::string& settings) argument
505 InspectElement( content::WebContents* inspected_web_contents, int x, int y) argument
663 DevToolsWindow(Profile* profile, const GURL& url, content::WebContents* inspected_web_contents, bool can_dock) argument
721 Create( Profile* profile, const GURL& frontend_url, content::WebContents* inspected_web_contents, bool shared_worker_frontend, bool external_frontend, bool can_dock, const std::string& settings) argument
809 WebContents* inspected_web_contents = GetInspectedWebContents(); local
850 WebContents* inspected_web_contents = GetInspectedWebContents(); local
896 WebContents* inspected_web_contents = GetInspectedWebContents(); local
934 WebContents* inspected_web_contents = GetInspectedWebContents(); local
1048 WebContents* inspected_web_contents = GetInspectedWebContents(); local
1101 WebContents* inspected_web_contents = GetInspectedWebContents(); local
[all...]
H A Ddevtools_window.h50 content::WebContents* inspected_web_contents);
67 content::WebContents* inspected_web_contents,
72 content::WebContents* inspected_web_contents);
92 static void InspectElement(content::WebContents* inspected_web_contents,
203 content::WebContents* inspected_web_contents,
208 content::WebContents* inspected_web_contents,
H A Ddevtools_window_testing.h26 content::WebContents* inspected_web_contents,
H A Ddevtools_window_testing.cc104 content::WebContents* inspected_web_contents,
110 inspected_web_contents, true, DevToolsToggleAction::Show(), settings);
103 OpenDevToolsWindowSync( content::WebContents* inspected_web_contents, bool is_docked) argument
H A Ddevtools_sanity_browsertest.cc628 content::WebContents* inspected_web_contents = GetInspectedTab(); local
631 inspected_web_contents, i == 0);
640 inspected_web_contents =

Completed in 617 milliseconds