Searched refs:web_contents (Results 226 - 250 of 1244) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.h310 WebContents* web_contents,
352 WebContents* web_contents,
357 virtual void RunFileChooser(WebContents* web_contents, argument
363 virtual void EnumerateDirectory(WebContents* web_contents, argument
374 virtual void ToggleFullscreenModeForTab(WebContents* web_contents, argument
377 const WebContents* web_contents) const;
382 virtual void RegisterProtocolHandler(WebContents* web_contents, argument
390 virtual void UnregisterProtocolHandler(WebContents* web_contents, argument
398 virtual void FindReply(WebContents* web_contents, argument
408 virtual void FindMatchRectsReply(WebContents* web_contents, argument
415 UpdatePreferredSize(WebContents* web_contents, const gfx::Size& pref_size) argument
419 ResizeDueToAutoResize(WebContents* web_contents, const gfx::Size& new_size) argument
423 WebUISend(WebContents* web_contents, const GURL& source_url, const std::string& name, const base::ListValue& args) argument
431 RequestToLockMouse(WebContents* web_contents, bool user_gesture, bool last_unlocked_by_target) argument
473 ShowValidationMessage(WebContents* web_contents, const gfx::Rect& anchor_in_root_view, const base::string16& main_text, const base::string16& sub_text) argument
480 HideValidationMessage(WebContents* web_contents) argument
484 MoveValidationMessage(WebContents* web_contents, const gfx::Rect& anchor_in_root_view) argument
[all...]
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model.cc35 #include "content/public/browser/web_contents.h"
89 WebContents* web_contents,
92 : ContentSettingBubbleModel(web_contents, profile, content_type),
122 if (web_contents() &&
124 web_contents())->IsContentAllowed(content_type()) &&
126 web_contents())->IsContentBlocked(content_type())) {
180 WebContents* web_contents,
192 WebContents* web_contents,
196 delegate, web_contents, profile, content_type) {
216 WebContents* web_contents,
87 ContentSettingTitleAndLinkModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
190 ContentSettingTitleLinkAndCustomModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
234 ContentSettingSingleRadioGroup( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
420 ContentSettingCookiesBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
464 ContentSettingPluginBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
515 ContentSettingPopupBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
590 ContentSettingMediaStreamBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile) argument
913 ContentSettingDomainListBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
1000 ContentSettingMixedScriptBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
1020 ContentSettingRPHBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ProtocolHandlerRegistry* registry, ContentSettingsType content_type) argument
1166 ContentSettingMidiSysExBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
1239 CreateContentSettingBubbleModel( Delegate* delegate, WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
1282 ContentSettingBubbleModel( WebContents* web_contents, Profile* profile, ContentSettingsType content_type) argument
[all...]
/external/chromium_org/chrome/browser/speech/
H A Dchrome_speech_recognition_manager_delegate.cc30 #include "content/public/browser/web_contents.h"
160 WebContents* web_contents = tab_util::GetWebContentsByID(render_process_id, local
168 if (!web_contents)
171 // Avoid multiple registrations on |registrar_| for the same |web_contents|.
172 if (FindWebContents(web_contents) != registered_web_contents_.end()) {
176 WebContentsInfo(web_contents, render_process_id, render_view_id));
184 content::Source<WebContents>(web_contents));
187 content::Source<WebContents>(web_contents));
198 WebContents* web_contents = content::Source<WebContents>(source).ptr(); variable
199 std::vector<WebContentsInfo>::iterator iter = FindWebContents(web_contents);
217 WebContentsInfo(content::WebContents* web_contents, int render_process_id, int render_view_id) argument
226 content::WebContents* web_contents; member in struct:speech::ChromeSpeechRecognitionManagerDelegate::TabWatcher::WebContentsInfo
240 FindWebContents( content::WebContents* web_contents) argument
419 WebContents* web_contents = WebContents::FromRenderViewHost(render_view_host); local
[all...]
/external/chromium_org/android_webview/browser/
H A Daw_web_preferences_populater.h20 virtual void PopulateFor(content::WebContents* web_contents,
/external/chromium_org/android_webview/native/
H A Daw_web_preferences_populater_impl.h21 virtual void PopulateFor(content::WebContents* web_contents,
/external/chromium_org/athena/extensions/shell/
H A Dathena_shell_app_window_client.cc26 content::WebContents* web_contents,
25 OpenDevToolsWindow( content::WebContents* web_contents, const base::Closure& callback) argument
/external/chromium_org/chrome/browser/android/
H A Dchromium_application.h39 static void OpenClearBrowsingData(content::WebContents* web_contents);
H A Dpassword_authentication_manager.h26 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/
H A Dchrome_page_zoom.h27 // Adjusts the zoom level of |web_contents|.
28 void Zoom(content::WebContents* web_contents, content::PageZoom zoom);
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Dentry_picker.cc13 #include "content/public/browser/web_contents.h"
28 content::WebContents* web_contents,
36 this, new ChromeSelectFilePolicy(web_contents));
38 gfx::NativeWindow owning_window = web_contents ?
39 platform_util::GetTopLevel(web_contents->GetNativeView()) :
27 EntryPicker(EntryPickerClient* client, content::WebContents* web_contents, ui::SelectFileDialog::Type picker_type, const base::FilePath& last_directory, const base::string16& select_title, const ui::SelectFileDialog::FileTypeInfo& info, int file_type_index) argument
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extension_web_contents_observer.cc26 content::WebContents* web_contents)
27 : ExtensionWebContentsObserver(web_contents) {}
58 web_contents()->GetRenderViewHost();
70 web_contents()->GetLastCommittedURL(),
25 ChromeExtensionWebContentsObserver( content::WebContents* web_contents) argument
H A Dextension_disabled_ui.h28 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_observer.h23 explicit ExternalProtocolObserver(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/guest_view/app_view/
H A Dchrome_app_view_guest_delegate.h19 content::WebContents* web_contents,
/external/chromium_org/chrome/browser/guest_view/web_view/
H A Dcontext_menu_content_type_web_view.h22 ContextMenuContentTypeWebView(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dcontext_menu_content_type_app_mode.h18 ContextMenuContentTypeAppMode(content::WebContents* web_contents,
H A Dcontext_menu_content_type_extension_popup.h19 content::WebContents* web_contents,
H A Dcontext_menu_content_type_panel.h18 ContextMenuContentTypePanel(content::WebContents* web_contents,
H A Dcontext_menu_content_type_platform_app.h18 ContextMenuContentTypePlatformApp(content::WebContents* web_contents,
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_tab_observer.cc16 #include "content/public/browser/web_contents.h"
34 content::WebContents* web_contents) : web_contents_(web_contents) {
37 Profile::FromBrowserContext(web_contents->GetBrowserContext());
49 ClientSideDetectionHost::Create(web_contents));
33 SafeBrowsingTabObserver( content::WebContents* web_contents) argument
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc16 #include "content/public/browser/web_contents.h"
60 base::string16 GetTitleFromWebContents(content::WebContents* web_contents) { argument
61 DCHECK(web_contents);
63 base::string16 title = web_contents->GetTitle();
65 GURL url = web_contents->GetURL();
H A Dtask_manager_util.h33 base::string16 GetTitleFromWebContents(content::WebContents* web_contents);
/external/chromium_org/chrome/browser/ui/android/
H A Dwindow_android_helper.cc7 #include "content/public/browser/web_contents.h"
12 WindowAndroidHelper::WindowAndroidHelper(content::WebContents* web_contents) { argument
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.h34 content::WebContents* web_contents);
53 // Get the favicon for the browser list entry for |web_contents|.
55 gfx::Image GetBrowserListIcon(content::WebContents* web_contents) const;
57 // Get the title for the browser list entry for |web_contents|.
58 // If |web_contents| has not loaded, returns "Net Tab".
59 base::string16 GetBrowserListTitle(content::WebContents* web_contents) const;
61 // Check if the given |web_contents| is in incognito mode.
62 bool IsIncognito(content::WebContents* web_contents) const;
H A Dchrome_launcher_app_menu_item_tab.cc27 return web_contents() == browser->tab_strip_model()->GetActiveWebContents();
35 if (!web_contents())
37 Browser* browser = chrome::FindBrowserWithWebContents(web_contents());
41 int index = tab_strip->GetIndexOfWebContents(web_contents());

Completed in 638 milliseconds

1234567891011>>