Searched defs:WebContents (Results 1 - 7 of 7) sorted by last modified time

/external/chromium_org/tools/telemetry/telemetry/core/
H A Dweb_contents.py11 # TODO(achuith, dtu, nduca): Add unit tests specifically for WebContents,
13 class WebContents(object): class in inherits:object
89 # is idempotent, it's run on every call because WebContents doesn't track
/external/chromium_org/content/public/android/java/src/org/chromium/content_public/browser/
H A DWebContents.java8 * The WebContents Java wrapper to allow communicating with the native WebContents object.
10 public interface WebContents { interface
12 * @return The navigation controller associated with this WebContents.
46 * Stops all media players for this WebContents.
122 * Get the InCognito state of WebContents.
124 * @return whether this WebContents is in InCognito mode or not
134 * Set pending Navigation for transition testing on this WebContents.
/external/chromium_org/content/public/browser/
H A Dweb_contents.h63 // WebContents is the core class in content/. A WebContents renders web content
67 // scoped_ptr<content::WebContents> web_contents(
68 // content::WebContents::Create(
69 // content::WebContents::CreateParams(browser_context)));
74 // That's it; go to your kitchen, grab a scone, and chill. WebContents will do
78 // Each WebContents has exactly one NavigationController; each
79 // NavigationController belongs to one WebContents. The NavigationController can
81 // WebContents, navigate it backwards/forwards, etc. See navigation_controller.h
83 class WebContents class in namespace:content
608 WebContents() {} function in class:content::WebContents
[all...]
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_galleries_permission_controller.cc59 content::WebContents* web_contents,
284 content::WebContents* MediaGalleriesPermissionController::WebContents() { function in class:MediaGalleriesPermissionController
H A Dmedia_galleries_scan_result_controller.cc62 content::WebContents* web_contents,
251 content::WebContents* MediaGalleriesScanResultController::WebContents() { function in class:MediaGalleriesScanResultController
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_browsertest.cc66 explicit NavigationObserver(content::WebContents* web_contents)
100 // WebContents, keeps track of whether or not it is currently shown, and allows
118 static scoped_ptr<PromptObserver> Create(content::WebContents* web_contents);
135 explicit InfoBarObserver(content::WebContents* web_contents)
192 explicit BubbleObserver(content::WebContents* web_contents)
224 content::WebContents* web_contents) {
285 content::WebContents* WebContents() { function in class:PasswordManagerBrowserTest
290 return WebContents()->GetRenderViewHost();
299 NavigationObserver observer(WebContents());
[all...]
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc161 using content::WebContents;
594 WebContents* BrowserView::GetActiveWebContents() const {
761 void BrowserView::OnActiveTabChanged(content::WebContents* old_contents,
762 content::WebContents* new_contents,
767 // If |contents_container_| already has the correct WebContents, we can save
770 // the WebContents window.
775 // WebContents.
778 // we don't want any WebContents to be attached, so that we
779 // avoid an unnecessary resize and re-layout of a WebContents.
806 // Layout for DevTools _before_ setting the both main and devtools WebContents
2463 DoCutCopyPaste(void (WebContents::*method)(), int command_id) argument
2485 DoCutCopyPasteForWebContents( WebContents* contents, void (WebContents::*method)()) argument
[all...]

Completed in 334 milliseconds