Searched defs:WebContentsObserver (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dapp_installer.cc17 class AppInstaller::WebContentsObserver : public content::WebContentsObserver { class in class:file_manager::AppInstaller
19 WebContentsObserver(content::WebContents* web_contents, AppInstaller* parent) function in class:file_manager::AppInstaller::WebContentsObserver
20 : content::WebContentsObserver(web_contents),
25 // content::WebContentsObserver implementation.
33 DISALLOW_IMPLICIT_CONSTRUCTORS(WebContentsObserver);
45 web_contents_observer_(new WebContentsObserver(web_contents, this)) {
/external/chromium_org/content/public/browser/
H A Dweb_contents_observer.cc13 WebContentsObserver::WebContentsObserver(WebContents* web_contents) function in class:content::WebContentsObserver
18 WebContentsObserver::WebContentsObserver() function in class:content::WebContentsObserver
22 WebContentsObserver::~WebContentsObserver() {
27 WebContents* WebContentsObserver::web_contents() const {
31 void WebContentsObserver::Observe(WebContents* web_contents) {
44 bool WebContentsObserver::OnMessageReceived(
50 bool WebContentsObserver
[all...]
H A Dweb_contents_observer.h39 // RenderViewHosts, it is important to check in those WebContentsObserver
47 // from the WebContentsObserver API. http://crbug.com/173325
48 class CONTENT_EXPORT WebContentsObserver : public IPC::Listener, class in namespace:content
336 explicit WebContentsObserver(WebContents* web_contents);
341 WebContentsObserver();
343 virtual ~WebContentsObserver();
355 DISALLOW_COPY_AND_ASSIGN(WebContentsObserver);

Completed in 406 milliseconds