HomeSort by relevance Sort by last modified time
    Searched refs:GetWebContentsForID (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/
capture_web_contents_function.h 33 virtual content::WebContents* GetWebContentsForID(int context_id) = 0;
capture_web_contents_function.cc 51 WebContents* contents = GetWebContentsForID(context_id_);
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h 204 virtual content::WebContents* GetWebContentsForID(int id) OVERRIDE;
tabs_api.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.h 216 virtual content::WebContents* GetWebContentsForID(int id) OVERRIDE;
webview_api.cc 349 WebContents* WebviewCaptureVisibleRegionFunction::GetWebContentsForID(

Completed in 143 milliseconds