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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.h 37 void OnWebContentsDestroyed(content::WebContents* web_contents);
app_installer.cc 31 parent_->OnWebContentsDestroyed(web_contents());
106 void AppInstaller::OnWebContentsDestroyed(
  /external/chromium_org/content/public/test/
test_navigation_observer.h 49 void OnWebContentsDestroyed(TestWebContentsObserver* observer,
test_navigation_observer.cc 38 parent_->OnWebContentsDestroyed(this, web_contents());
111 void TestNavigationObserver::OnWebContentsDestroyed(
  /external/chromium_org/chrome/browser/printing/
print_preview_dialog_controller.h 99 void OnWebContentsDestroyed(content::WebContents* contents);
print_preview_dialog_controller.cc 284 OnWebContentsDestroyed(content::Source<WebContents>(source).ptr());
359 void PrintPreviewDialogController::OnWebContentsDestroyed(
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model.cc 77 parent_->OnWebContentsDestroyed(this);
85 void OnWebContentsDestroyed(DeletionObserver* observer);
117 void CloseTracker::OnWebContentsDestroyed(DeletionObserver* observer) {
    [all...]
  /external/chromium_org/content/browser/web_contents/
web_contents_impl.h 667 void OnWebContentsDestroyed(WebContentsImpl* web_contents);
    [all...]
web_contents_impl.cc 290 owner_->OnWebContentsDestroyed(
    [all...]

Completed in 308 milliseconds