/external/chromium_org/chrome/browser/ui/ |
browser_tab_contents.cc | 55 #include "content/public/browser/web_contents.h" 93 void BrowserTabContents::AttachTabHelpers(WebContents* web_contents) { 96 web_contents->GetUserData(&kTabContentsAttachedTabHelpersUserDataKey); 101 web_contents->SetUserData(&kTabContentsAttachedTabHelpersUserDataKey, 105 extensions::SetViewType(web_contents, extensions::VIEW_TYPE_TAB_CONTENTS); 114 Profile::FromBrowserContext(web_contents->GetBrowserContext()); 118 SessionTabHelper::CreateForWebContents(web_contents); 120 AlternateErrorPageTabObserver::CreateForWebContents(web_contents); 121 TabAutofillManagerDelegate::CreateForWebContents(web_contents); 123 web_contents, [all...] |
chrome_web_modal_dialog_manager_delegate.cc | 8 #include "content/public/browser/web_contents.h" 18 content::WebContents* web_contents) { 19 return platform_util::IsVisible(web_contents->GetView()->GetNativeView());
|
/external/chromium_org/chrome/browser/sync/glue/ |
synced_tab_delegate.cc | 13 content::WebContents* web_contents) { 14 return TabContentsSyncedTabDelegate::FromWebContents(web_contents);
|
/external/chromium_org/content/public/test/ |
test_navigation_observer.cc | 11 #include "content/browser/web_contents/web_contents_impl.h" 21 WebContents* web_contents) 22 : WebContentsObserver(web_contents), 30 parent_->OnNavigationEntryCommitted(this, web_contents(), load_details); 33 virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE { 34 parent_->OnWebContentsDestroyed(this, web_contents); 38 parent_->OnDidStartLoading(web_contents()); 42 parent_->OnDidStopLoading(web_contents()); 51 WebContents* web_contents, 61 if (web_contents) [all...] |
test_navigation_observer.h | 24 // |web_contents|. 25 TestNavigationObserver(WebContents* web_contents, 28 explicit TestNavigationObserver(WebContents* web_contents); 41 // Register this TestNavigationObserver as an observer of the |web_contents|. 42 void RegisterAsObserver(WebContents* web_contents); 48 void OnWebContentsCreated(WebContents* web_contents); 50 WebContents* web_contents); 53 WebContents* web_contents, 55 void OnDidStartLoading(WebContents* web_contents); 56 void OnDidStopLoading(WebContents* web_contents); [all...] |
/external/chromium_org/chrome/browser/printing/ |
printing_ui_web_contents_observer.cc | 8 #include "content/public/browser/web_contents.h" 12 content::WebContents* web_contents) 13 : content::WebContentsObserver(web_contents) { 19 return web_contents() ? web_contents()->GetView()->GetNativeView() : NULL;
|
/external/chromium_org/chrome/browser/ui/pdf/ |
pdf_unsupported_feature.h | 18 void PDFHasUnsupportedFeature(content::WebContents* web_contents);
|
/external/chromium_org/chrome/browser/download/ |
download_started_animation_browsertest.cc | 22 content::WebContents* web_contents = local 24 DownloadStartedAnimation::Show(web_contents);
|
download_request_limiter_unittest.cc | 15 #include "content/public/browser/web_contents.h" 30 InfoBarService::CreateForWebContents(web_contents()); 71 CanDownloadFor(web_contents()); 74 void CanDownloadFor(WebContents* web_contents) { 76 web_contents, 85 OnUserGestureFor(web_contents()); 88 void OnUserGestureFor(WebContents* web_contents) { 90 download_request_limiter_->GetDownloadState(web_contents, NULL, false); 98 web_contents(), NULL, false); 156 download_request_limiter_->GetDownloadStatus(web_contents())); [all...] |
/external/chromium_org/chrome/browser/external_protocol/ |
external_protocol_observer.cc | 13 ExternalProtocolObserver::ExternalProtocolObserver(WebContents* web_contents) 14 : content::WebContentsObserver(web_contents) {
|
/external/chromium_org/chrome/browser/ui/search/ |
search_delegate.cc | 24 void SearchDelegate::OnTabActivated(content::WebContents* web_contents) { 27 tab_model_ = SearchTabHelper::FromWebContents(web_contents)->model(); 32 void SearchDelegate::OnTabDeactivated(content::WebContents* web_contents) { 33 StopObservingTab(web_contents); 36 void SearchDelegate::OnTabDetached(content::WebContents* web_contents) { 37 StopObservingTab(web_contents); 40 void SearchDelegate::StopObservingTab(content::WebContents* web_contents) { 42 SearchTabHelper::FromWebContents(web_contents);
|
/external/chromium_org/chrome/browser/ui/tab_contents/ |
core_tab_helper_delegate.cc | 16 content::WebContents* web_contents) const { 21 content::WebContents* web_contents) const {
|
/external/chromium_org/components/web_modal/ |
web_contents_modal_dialog_manager_delegate.cc | 12 content::WebContents* web_contents, bool blocked) { 21 content::WebContents* web_contents) {
|
/external/chromium_org/chrome/browser/thumbnails/ |
thumbnailing_context.cc | 11 ThumbnailingContext::ThumbnailingContext(content::WebContents* web_contents, 15 url(web_contents->GetURL()), 18 (web_contents->GetRenderViewHost()->GetLastScrollOffset().y() == 0); 19 score.load_completed = !web_contents->IsLoading() && !load_interrupted;
|
/external/chromium_org/chrome/browser/ui/android/ |
color_chooser_dialog_android.cc | 12 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents,
|
/external/chromium_org/content/public/browser/ |
javascript_dialog_manager.cc | 10 WebContents* web_contents,
|
javascript_dialog_manager.h | 32 WebContents* web_contents, 42 virtual void RunBeforeUnloadDialog(WebContents* web_contents, 48 // by the given |web_contents|. If |prompt_override| is not null, the prompt 51 virtual bool HandleJavaScriptDialog(WebContents* web_contents, 56 virtual void CancelActiveAndPendingDialogs(WebContents* web_contents) = 0; 60 virtual void WebContentsDestroyed(WebContents* web_contents) = 0;
|
/external/chromium_org/content/shell/browser/ |
shell_web_contents_view_delegate_creator.h | 14 WebContents* web_contents);
|
/external/chromium_org/chrome/browser/ui/app_modal_dialogs/ |
javascript_dialog_manager.cc | 19 #include "content/public/browser/web_contents.h" 34 // Returns the ProcessManager for the browser context from |web_contents|. 36 WebContents* web_contents) { 39 web_contents->GetBrowserContext())->process_manager(); 45 // Returns the extension associated with |web_contents| or NULL if there is no 47 const Extension* GetExtensionForWebContents(WebContents* web_contents) { 49 extensions::ProcessManager* pm = GetExtensionsProcessManager(web_contents); 50 return pm->GetExtensionForRenderViewHost(web_contents->GetRenderViewHost()); 60 WebContents* web_contents) { 62 DCHECK(web_contents); [all...] |
/external/chromium_org/chrome/browser/ui/translate/ |
translate_bubble_factory.cc | 13 content::WebContents* web_contents, 19 window->ShowTranslateBubble(web_contents, view_state, error_type); 29 content::WebContents* web_contents, 33 current_factory_->ShowImplementation(window, web_contents, view_state, 38 ShowDefault(window, web_contents, view_state, error_type);
|
/external/chromium_org/android_webview/browser/ |
aw_javascript_dialog_manager.cc | 9 #include "content/public/browser/web_contents.h" 18 content::WebContents* web_contents, 27 AwContentsClientBridgeBase::FromWebContents(web_contents); 36 content::WebContents* web_contents, 41 AwContentsClientBridgeBase::FromWebContents(web_contents); 42 bridge->RunBeforeUnloadDialog(web_contents->GetURL(), 48 content::WebContents* web_contents) { 52 content::WebContents* web_contents) {
|
/external/chromium_org/chrome/browser/chromeos/first_run/ |
first_run_view.cc | 12 #include "content/public/browser/web_contents.h" 28 content::WebContents* web_contents = web_view_->web_contents(); local 29 web_contents->SetDelegate(this); 30 extensions::ExtensionWebContentsObserver::CreateForWebContents(web_contents); 36 web_contents->GetRenderViewHost()->GetView()-> 42 web_view_->web_contents()->GetWebUI()->GetController())->get_actor(); 54 return web_view_->web_contents();
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_manager_unittest.cc | 35 content::WebContents* web_contents = local 39 web_contents, NULL)); 42 prerender_manager()->MarkWebContentsAsPrerendered(web_contents, origin); 46 web_contents, &test_origin)); 56 prerender_manager()->MarkWebContentsAsNotPrerendered(web_contents); 58 web_contents, NULL)); 65 content::WebContents* web_contents = local 69 web_contents, NULL)); 72 prerender_manager()->MarkWebContentsAsWouldBePrerendered(web_contents, 77 web_contents, &test_origin)) [all...] |
/external/chromium_org/chrome/browser/ui/bookmarks/ |
bookmark_tab_helper.cc | 19 #include "content/public/browser/web_contents.h" 23 bool IsNTPWebUI(content::WebContents* web_contents) { 27 if (web_contents->GetController().GetLastCommittedEntry()) 28 web_ui = web_contents->GetCommittedWebUI(); 30 web_ui = web_contents->GetWebUI(); 34 bool IsInstantNTP(content::WebContents* web_contents) { 38 web_contents->GetController().GetLastCommittedEntry(); 40 entry = web_contents->GetController().GetVisibleEntry(); 41 return chrome::NavEntryIsInstantNTP(web_contents, entry); 54 if (web_contents()->ShowingInterstitialPage() [all...] |
/external/chromium_org/chrome/browser/ |
repost_form_warning_controller.cc | 12 #include "content/public/browser/web_contents.h" 17 content::WebContents* web_contents) 18 : TabModalConfirmDialogDelegate(web_contents), 19 content::WebContentsObserver(web_contents) { 48 web_contents()->GetController().ContinuePendingReload(); 52 web_contents()->GetController().CancelPendingReload(); 56 web_contents()->GetController().CancelPendingReload();
|