OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetWebContentsForID
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/extensions/browser/api/
capture_web_contents_function.h
33
virtual content::WebContents*
GetWebContentsForID
(int context_id) = 0;
capture_web_contents_function.cc
44
WebContents* contents =
GetWebContentsForID
(context_id_);
/external/chromium_org/extensions/browser/api/web_view/
web_view_internal_api.h
131
virtual content::WebContents*
GetWebContentsForID
(int id) OVERRIDE;
web_view_internal_api.cc
165
WebContents* WebViewInternalCaptureVisibleRegionFunction::
GetWebContentsForID
(
/external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.h
212
virtual content::WebContents*
GetWebContentsForID
(int id) OVERRIDE;
tabs_api.cc
[
all
...]
Completed in 714 milliseconds