Searched refs:web_contents (Results 1 - 25 of 1244) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/
H A Dtab_helpers.cc35 #include "content/public/browser/web_contents.h"
100 void TabHelpers::AttachTabHelpers(WebContents* web_contents) { argument
103 web_contents->GetUserData(&kTabContentsAttachedTabHelpersUserDataKey);
108 web_contents->SetUserData(&kTabContentsAttachedTabHelpersUserDataKey,
113 extensions::SetViewType(web_contents, extensions::VIEW_TYPE_TAB_CONTENTS);
120 SessionTabHelper::CreateForWebContents(web_contents);
124 ZoomController::CreateForWebContents(web_contents);
129 autofill::ChromeAutofillClient::CreateForWebContents(web_contents);
131 web_contents,
132 autofill::ChromeAutofillClient::FromWebContents(web_contents),
[all...]
H A Dchrome_web_modal_dialog_manager_delegate.cc8 #include "content/public/browser/web_contents.h"
17 content::WebContents* web_contents) {
18 return platform_util::IsVisible(web_contents->GetNativeView());
16 IsWebContentsVisible( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/ui/fullscreen/
H A Dfullscreen_within_tab_helper.cc17 content::WebContents* web_contents) {
18 DCHECK(web_contents);
19 web_contents->RemoveUserData(UserDataKey());
16 RemoveForWebContents( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dsynced_tab_delegate.cc13 content::WebContents* web_contents) {
14 return TabContentsSyncedTabDelegate::FromWebContents(web_contents);
12 ImplFromWebContents( content::WebContents* web_contents) argument
/external/chromium_org/extensions/shell/browser/
H A Dshell_extension_web_contents_observer.cc13 content::WebContents* web_contents)
14 : ExtensionWebContentsObserver(web_contents) {
12 ShellExtensionWebContentsObserver( content::WebContents* web_contents) argument
/external/chromium_org/content/public/test/
H A Dtest_navigation_observer.cc11 #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);
34 parent_->OnDidAttachInterstitialPage(web_contents());
38 parent_->OnWebContentsDestroyed(this, web_contents());
42 parent_->OnDidStartLoading(web_contents());
46 parent_->OnDidStopLoading(web_contents());
55 WebContents* web_contents,
65 if (web_contents)
20 TestWebContentsObserver(TestNavigationObserver* parent, WebContents* web_contents) argument
54 TestNavigationObserver( WebContents* web_contents, int number_of_navigations) argument
69 TestNavigationObserver( WebContents* web_contents) argument
102 RegisterAsObserver(WebContents* web_contents) argument
107 OnWebContentsCreated(WebContents* web_contents) argument
111 OnWebContentsDestroyed( TestWebContentsObserver* observer, WebContents* web_contents) argument
118 OnNavigationEntryCommitted( TestWebContentsObserver* observer, WebContents* web_contents, const LoadCommittedDetails& load_details) argument
125 OnDidAttachInterstitialPage( WebContents* web_contents) argument
132 OnDidStartLoading(WebContents* web_contents) argument
136 OnDidStopLoading(WebContents* web_contents) argument
[all...]
H A Dtest_navigation_observer.h24 // |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 OnDidAttachInterstitialPage(WebContents* web_contents);
56 void OnDidStartLoading(WebContents* web_contents);
[all...]
/external/chromium_org/athena/content/chrome/
H A Ddialogs.cc13 content::WebContents* web_contents,
16 return chrome::ShowColorChooser(web_contents, initial_color);
19 void OpenFileChooser(content::WebContents* web_contents, argument
21 return FileSelectHelper::RunFileChooser(web_contents, params);
12 OpenColorChooser( content::WebContents* web_contents, SkColor initial_color, const std::vector<content::ColorSuggestion>& suggestions) argument
/external/chromium_org/components/web_modal/
H A Dpopup_manager.cc9 #include "content/public/browser/web_contents.h"
44 content::WebContents* web_contents = manager->GetBoundWebContents(); local
46 DCHECK(web_contents);
54 WebContentsModalDialogManager::FromWebContents(web_contents);
60 content::WebContents* web_contents) {
64 WebContentsModalDialogManager::FromWebContents(web_contents);
69 const content::WebContents* web_contents) const {
70 if (web_contents == NULL)
74 WebContentsModalDialogManager::FromWebContents(web_contents);
78 void PopupManager::WasFocused(const content::WebContents* web_contents) { argument
59 ShowModalDialog(NativePopup popup, content::WebContents* web_contents) argument
91 RegisterWith(content::WebContents* web_contents) argument
98 UnregisterWith(content::WebContents* web_contents) argument
104 FromWebContents( content::WebContents* web_contents) argument
120 CloseAllDialogsForTesting( content::WebContents* web_contents) argument
[all...]
H A Dweb_contents_modal_dialog_manager_delegate.cc12 content::WebContents* web_contents, bool blocked) {
21 content::WebContents* web_contents) {
11 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
20 IsWebContentsVisible( content::WebContents* web_contents) argument
/external/chromium_org/athena/extensions/chrome/
H A Dathena_chrome_app_delegate.cc16 #include "content/public/browser/web_contents.h"
36 content::WebContents* web_contents) {
37 FaviconTabHelper::CreateForWebContents(web_contents);
41 printing::PrintViewManager::CreateForWebContents(web_contents);
42 printing::PrintPreviewMessageHandler::CreateForWebContents(web_contents);
44 printing::PrintViewManagerBasic::CreateForWebContents(web_contents);
48 web_contents);
52 content::WebContents* web_contents,
54 return chrome::ShowColorChooser(web_contents, initial_color);
64 content::WebContents* web_contents,
35 InitWebContents( content::WebContents* web_contents) argument
51 ShowColorChooser( content::WebContents* web_contents, SkColor initial_color) argument
63 RequestMediaAccessPermission( content::WebContents* web_contents, const content::MediaStreamRequest& request, const content::MediaResponseCallback& callback, const extensions::Extension* extension) argument
72 CheckMediaAccessPermission( content::WebContents* web_contents, const GURL& security_origin, content::MediaStreamType type, const extensions::Extension* extension) argument
82 SetWebContentsBlocked( content::WebContents* web_contents, bool blocked) argument
[all...]
/external/chromium_org/chrome/browser/guest_view/mime_handler_view/
H A Dchrome_mime_handler_view_guest_delegate.cc31 content::WebContents* web_contents = guest_->web_contents(); local
34 printing::PrintViewManager::CreateForWebContents(web_contents);
35 printing::PrintPreviewMessageHandler::CreateForWebContents(web_contents);
37 printing::PrintViewManagerBasic::CreateForWebContents(web_contents);
41 web_contents,
/external/chromium_org/chrome/browser/
H A Drepost_form_warning_controller.cc9 #include "content/public/browser/web_contents.h"
13 content::WebContents* web_contents)
14 : TabModalConfirmDialogDelegate(web_contents),
15 content::WebContentsObserver(web_contents) {
34 web_contents()->GetController().ContinuePendingReload();
38 web_contents()->GetController().CancelPendingReload();
42 web_contents()->GetController().CancelPendingReload();
12 RepostFormWarningController( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/download/
H A Ddownload_started_animation_browsertest.cc22 content::WebContents* web_contents = local
24 DownloadStartedAnimation::Show(web_contents);
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_test_util.h20 // |web_contents|.
21 size_t GetVisiblePageActionCount(content::WebContents* web_contents);
24 // |web_contents|.
25 size_t GetTotalPageActionCount(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_observer.cc13 ExternalProtocolObserver::ExternalProtocolObserver(WebContents* web_contents) argument
14 : content::WebContentsObserver(web_contents) {
/external/chromium_org/chrome/browser/ui/search/
H A Dsearch_delegate.cc24 void SearchDelegate::OnTabActivated(content::WebContents* web_contents) { argument
27 tab_model_ = SearchTabHelper::FromWebContents(web_contents)->model();
32 void SearchDelegate::OnTabDeactivated(content::WebContents* web_contents) { argument
33 StopObservingTab(web_contents);
36 void SearchDelegate::OnTabDetached(content::WebContents* web_contents) { argument
37 StopObservingTab(web_contents);
40 void SearchDelegate::StopObservingTab(content::WebContents* web_contents) { argument
42 SearchTabHelper::FromWebContents(web_contents);
/external/chromium_org/chrome/browser/task_manager/
H A Dguest_information.cc22 #include "content/public/browser/web_contents.h"
66 WebContents* web_contents = GetWebContents(); local
67 if (!web_contents) {
72 extensions::GuestViewBase::FromWebContents(web_contents);
75 util::GetTitleFromWebContents(web_contents));
79 WebContents* web_contents = GetWebContents(); local
80 if (web_contents && FaviconTabHelper::FromWebContents(web_contents)) {
81 return FaviconTabHelper::FromWebContents(web_contents)->
99 bool GuestInformation::CheckOwnership(WebContents* web_contents) { argument
110 WebContents* web_contents = WebContents::FromRenderViewHost(rvh); local
117 MakeResource( WebContents* web_contents) argument
[all...]
/external/chromium_org/chrome/browser/thumbnails/
H A Dthumbnailing_context.cc12 ThumbnailingContext::ThumbnailingContext(content::WebContents* web_contents, argument
16 url(web_contents->GetURL()),
19 (web_contents->GetRenderWidgetHostView()->GetLastScrollOffset().y() == 0);
20 score.load_completed = !web_contents->IsLoading() && !load_interrupted;
/external/chromium_org/chrome/browser/ui/android/
H A Dcolor_chooser_dialog_android.cc12 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents, argument
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.h18 void PDFHasUnsupportedFeature(content::WebContents* web_contents);
/external/chromium_org/content/public/browser/
H A Djavascript_dialog_manager.cc10 WebContents* web_contents,
9 HandleJavaScriptDialog( WebContents* web_contents, bool accept, const base::string16* prompt_override) argument
/external/chromium_org/content/shell/browser/
H A Dshell_web_contents_view_delegate_android.cc9 #include "content/public/browser/web_contents.h"
16 WebContents* web_contents) {
17 return new ShellWebContentsViewDelegate(web_contents);
22 WebContents* web_contents)
23 : web_contents_(web_contents) {
15 CreateShellWebContentsViewDelegate( WebContents* web_contents) argument
21 ShellWebContentsViewDelegate( WebContents* web_contents) argument
/external/chromium_org/chrome/browser/guest_view/app_view/
H A Dchrome_app_view_guest_delegate.cc18 content::WebContents* web_contents,
21 ContextMenuDelegate::FromWebContents(web_contents);
25 menu_delegate->BuildMenu(web_contents, params);
17 HandleContextMenu( content::WebContents* web_contents, const content::ContextMenuParams& params) argument
/external/chromium_org/chrome/browser/ui/tabs/
H A Dtab_strip_model_utils.cc9 #include "content/public/browser/web_contents.h"
17 content::WebContents* web_contents = tabs.GetWebContentsAt(i); local
18 if (web_contents)
19 urls->insert(top_sites.GetCanonicalURLString(web_contents->GetURL()));

Completed in 6512 milliseconds

1234567891011>>