HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 26 - 50 of 1633) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
tab_contents_controller.h 15 class WebContents;
18 // A class that controls the WebContents view. It internally creates a container
20 // display of the WebContents view.
26 // calls |-ensureContentsVisible| to display the WebContents view.
29 // for WebContents fullscreen changes and automatically swap the normal
30 // WebContents view with the fullscreen view (if different). In addition, if a
31 // WebContents is being screen-captured, the view will be centered within the
36 content::WebContents* contents_; // weak
45 @property(readonly, nonatomic) content::WebContents* webContents;
    [all...]
  /external/chromium_org/content/public/browser/
javascript_dialog_manager.h 19 class WebContents;
32 WebContents* web_contents,
42 virtual void RunBeforeUnloadDialog(WebContents* web_contents,
51 virtual bool HandleJavaScriptDialog(WebContents* web_contents,
55 // Cancels all active and pending dialogs for the given WebContents.
56 virtual void CancelActiveAndPendingDialogs(WebContents* web_contents) = 0;
58 // The given WebContents is being destroyed; discards any saved state tied
60 virtual void WebContentsDestroyed(WebContents* web_contents) = 0;
javascript_dialog_manager.cc 10 WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 16 class WebContents;
30 virtual void TabInsertedAt(content::WebContents* contents,
34 content::WebContents* contents,
36 virtual void TabDetachedAt(content::WebContents* contents,
38 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE;
39 virtual void ActiveTabChanged(content::WebContents* old_contents,
40 content::WebContents* new_contents,
46 virtual void TabMoved(content::WebContents* contents,
49 virtual void TabChangedAt(content::WebContents* contents,
53 content::WebContents* old_contents
    [all...]
  /external/chromium_org/android_webview/native/
aw_web_preferences_populater_impl.h 15 class WebContents;
28 virtual void PopulateFor(content::WebContents* web_contents,
aw_web_contents_view_delegate.h 13 class WebContents;
23 content::WebContents* web_contents);
34 AwWebContentsViewDelegate(content::WebContents* web_contents);
37 // WebContents->WebContentsView->this.
38 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/android/
password_authentication_manager.h 13 class WebContents;
22 // Request an authentication challenge for the specified webcontents to allow
26 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/external_protocol/
external_protocol_observer.cc 9 using content::WebContents;
13 ExternalProtocolObserver::ExternalProtocolObserver(WebContents* web_contents)
  /external/chromium_org/chrome/browser/notifications/
notification_delegate.h 14 class WebContents;
28 // Returns the WebContents that generated the notification, or NULL.
29 virtual content::WebContents* GetWebContents() const = 0;
  /external/chromium_org/chrome/browser/renderer_context_menu/
context_menu_content_type_factory.h 13 class WebContents;
19 content::WebContents* web_contents,
context_menu_delegate.h 13 class WebContents;
20 explicit ContextMenuDelegate(content::WebContents* web_contents);
24 content::WebContents* web_contents);
29 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/tab_contents/
tab_util.h 13 class WebContents;
18 // Helper to find the WebContents that originated the given request. Can be
20 // Should only be called from the UI thread, since it accesses WebContents.
21 content::WebContents* GetWebContentsByID(int render_process_id,
  /external/chromium_org/chrome/browser/ui/apps/
directory_access_confirmation_dialog.h 12 class WebContents;
17 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model_delegate.h 11 class WebContents;
19 content::WebContents* web_contents) = 0;
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_within_tab_helper.cc 10 content::WebContents* ignored)
17 content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/ui/
media_utils.h 13 class WebContents;
17 content::WebContents* web_contents,
sad_tab.h 12 class WebContents;
21 static SadTab* Create(content::WebContents* web_contents, SadTabKind kind);
tab_modal_confirm_dialog.h 11 class WebContents;
20 content::WebContents* web_contents);
fast_unload_controller.h 24 class WebContents;
35 // 2. WebContents notifies us via its delegate and BeforeUnloadFired()
65 bool CanCloseContents(content::WebContents* contents);
68 static bool ShouldRunUnloadEventsHelper(content::WebContents* contents);
70 // Helper function to run beforeunload listeners on a WebContents.
72 static bool RunUnloadEventsHelper(content::WebContents* contents);
78 // |browser_| is being closed, Unload handlers for any particular WebContents
79 // will not be run until every WebContents being closed has a chance to run
81 bool BeforeUnloadFired(content::WebContents* contents, bool proceed);
123 virtual void TabInsertedAt(content::WebContents* contents
    [all...]
  /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/content/public/test/
web_contents_tester.cc 19 WebContentsTester* WebContentsTester::For(WebContents* contents) {
24 WebContents* WebContentsTester::CreateTestWebContents(
  /external/chromium_org/android_webview/lib/
aw_browser_dependency_factory_impl.cc 15 using content::WebContents;
38 WebContents* AwBrowserDependencyFactoryImpl::CreateWebContents() {
39 return content::WebContents::Create(
40 content::WebContents::CreateParams(GetBrowserContext()));
  /external/chromium_org/chrome/browser/ui/android/
color_chooser_dialog_android.cc 12 content::ColorChooser* ShowColorChooser(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.h 22 class WebContents;
39 content::WebContents* web_contents);
42 content::WebContents* web_contents() {
54 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/ui/webui/
chrome_web_contents_handler.h 18 virtual content::WebContents* OpenURLFromTab(
20 content::WebContents* source,
23 content::WebContents* source,
24 content::WebContents* new_contents,

Completed in 1368 milliseconds

12 3 4 5 6 7 8 91011>>