Searched defs:WebContents (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/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.
/external/chromium_org/content/public/browser/
H A Dweb_contents.h58 // WebContents is the core class in content/. A WebContents renders web content
62 // scoped_ptr<content::WebContents> web_contents(
63 // content::WebContents::Create(
64 // content::WebContents::CreateParams(browser_context)));
69 // That's it; go to your kitchen, grab a scone, and chill. WebContents will do
73 // Each WebContents has exactly one NavigationController; each
74 // NavigationController belongs to one WebContents. The NavigationController can
76 // WebContents, navigate it backwards/forwards, etc. See navigation_controller.h
78 class WebContents class in namespace:content
482 WebContents() {} function in class:content::WebContents
[all...]
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dweb_contents.py9 # TODO(achuith, dtu, nduca): Add unit tests specifically for WebContents,
11 class WebContents(object): class in inherits:object
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_manager_browsertest.cc45 explicit NavigationObserver(content::WebContents* web_contents)
125 content::WebContents* WebContents() { function in class:PasswordManagerBrowserTest
130 return WebContents()->GetRenderViewHost();
142 NavigationObserver observer(WebContents());
159 NavigationObserver observer(WebContents());
175 NavigationObserver observer(WebContents());
192 NavigationObserver observer(WebContents());
209 NavigationObserver observer(WebContents());
226 NavigationObserver observer(WebContents());
[all...]

Completed in 148 milliseconds