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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/
browser_content_translate_driver_observer.h 26 virtual void OnIsPageTranslatedChanged(content::WebContents* source) OVERRIDE;
27 virtual void OnTranslateEnabledChanged(content::WebContents* source) OVERRIDE;
certificate_dialogs.h 12 class WebContents;
21 void ShowCertExportDialog(content::WebContents* web_contents,
tab_helpers.h 9 class WebContents;
24 // A "tab contents" is a WebContents that is used as a tab in a browser window
30 // content loaded into a WebContents that will later be added to the tabstrip.
44 // chrome::Navigate creates WebContents that are destined for the tab strip,
53 // Adopts the specified WebContents as a full-fledged browser tab, attaching
54 // all the associated tab helpers that are needed for the WebContents to
55 // serve in that role. It is safe to call this on a WebContents that was
57 static void AttachTabHelpers(content::WebContents* web_contents);
browser.h 391 void UpdateUIForNavigationInTab(content::WebContents* contents,
398 virtual content::WebContents* OpenURL(
402 virtual void TabInsertedAt(content::WebContents* contents,
406 content::WebContents* contents,
408 virtual void TabDetachedAt(content::WebContents* contents,
410 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE;
411 virtual void ActiveTabChanged(content::WebContents* old_contents,
412 content::WebContents* new_contents,
415 virtual void TabMoved(content::WebContents* contents,
419 content::WebContents* old_contents
    [all...]
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_within_tab_helper.h 10 // Helper used by FullscreenController to track the state of a WebContents that
20 // that of its associated WebContents. It is automatically destroyed.
34 static void RemoveForWebContents(content::WebContents* web_contents);
38 explicit FullscreenWithinTabHelper(content::WebContents* ignored);
fullscreen_controller.h 23 class WebContents;
85 const content::WebContents* web_contents) const;
94 void ToggleFullscreenModeForTab(content::WebContents* web_contents,
117 void RequestToLockMouse(content::WebContents* web_contents,
124 void OnTabDeactivated(content::WebContents* web_contents);
127 void OnTabDetachedFromView(content::WebContents* web_contents);
130 void OnTabClosing(content::WebContents* web_contents);
192 void SetFullscreenedTab(content::WebContents* tab);
193 void SetMouseLockTab(content::WebContents* tab);
209 bool MaybeToggleFullscreenForCapturedTab(content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble.h 15 class WebContents;
29 ManagePasswordsBubble(content::WebContents* contents, DisplayReason reason);
  /external/chromium_org/chrome/browser/ui/search/
instant_tab.cc 19 void InstantTab::Init(content::WebContents* contents) {
24 void InstantTab::EmitNtpStatistics(content::WebContents* contents) {
instant_tab.h 23 void Init(content::WebContents* contents);
26 static void EmitNtpStatistics(content::WebContents* contents);
search_tab_helper_delegate.cc 10 content::WebContents* source_contents) {
14 const content::WebContents* web_contents) {
  /external/chromium_org/components/web_modal/
single_web_contents_dialog_manager.h 11 class WebContents;
25 virtual content::WebContents* GetWebContents() const = 0;
test_web_contents_modal_dialog_manager_delegate.cc 16 content::WebContents* web_contents,
27 content::WebContents* web_contents) {
  /external/chromium_org/content/public/browser/
browser_plugin_guest_manager.cc 11 content::WebContents* BrowserPluginGuestManager::CreateGuest(
23 WebContents* embedder_web_contents,
devtools_client_host.h 20 class WebContents;
42 // Creates a DevToolsClientHost for a WebContents containing the default
45 WebContents* client_web_contents,
web_drag_dest_delegate.h 17 class WebContents;
26 virtual void DragInitialize(WebContents* contents) = 0;
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.h 26 class WebContents;
63 static int GetTabId(const content::WebContents* web_contents);
65 static int GetWindowIdOfTab(const content::WebContents* web_contents);
78 content::WebContents* web_contents,
83 content::WebContents* web_contents,
91 content::WebContents* web_contents) {
95 content::WebContents* web_contents,
102 static void ScrubTabValueForExtension(content::WebContents* contents,
112 static bool GetTabStripModel(const content::WebContents* web_contents,
116 content::WebContents** contents
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.h 15 class WebContents;
27 AppInstaller(content::WebContents* web_contents,
37 void OnWebContentsDestroyed(content::WebContents* web_contents);
44 virtual content::WebContents* GetWebContents() const OVERRIDE;
58 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/guest_view/web_view/
javascript_dialog_helper.h 19 content::WebContents* web_contents,
28 content::WebContents* web_contents,
33 content::WebContents* web_contents,
37 content::WebContents* web_contents) OVERRIDE;
39 content::WebContents* web_contents) OVERRIDE;
  /external/chromium_org/chrome/browser/task_manager/
web_contents_resource_provider.h 19 class WebContents;
48 void OnWebContentsCreated(content::WebContents* web_contents);
52 bool AddToTaskManager(content::WebContents* web_contents);
55 void RemoveFromTaskManager(content::WebContents* web_contents);
73 std::map<content::WebContents*, RendererResource*> resources_;
78 // The WebContentsInformation that informs us when a new WebContents* is
guest_information.cc 30 using content::WebContents;
44 virtual content::WebContents* GetWebContents() const OVERRIDE;
64 WebContents* web_contents = GetWebContents();
74 WebContents* web_contents = GetWebContents();
82 WebContents* GuestResource::GetWebContents() const {
83 return WebContents::FromRenderViewHost(render_view_host());
94 bool GuestInformation::CheckOwnership(WebContents* web_contents) {
105 WebContents* web_contents = WebContents::FromRenderViewHost(rvh);
113 WebContents* web_contents)
    [all...]
printing_information.cc 27 using content::WebContents;
33 explicit PrintingResource(content::WebContents* web_contents);
40 virtual content::WebContents* GetWebContents() const OVERRIDE;
43 content::WebContents* web_contents_;
48 PrintingResource::PrintingResource(WebContents* web_contents)
69 WebContents* PrintingResource::GetWebContents() const { return web_contents_; }
79 bool PrintingInformation::CheckOwnership(WebContents* web_contents) {
98 std::set<content::WebContents*> printing_contents =
100 for (std::set<content::WebContents*>::iterator i = printing_contents.begin();
111 WebContents* web_contents)
    [all...]
  /external/chromium_org/content/public/test/
test_navigation_observer.cc 21 WebContents* web_contents)
55 WebContents* web_contents,
70 WebContents* web_contents)
102 void TestNavigationObserver::RegisterAsObserver(WebContents* web_contents) {
107 void TestNavigationObserver::OnWebContentsCreated(WebContents* web_contents) {
113 WebContents* web_contents) {
120 WebContents* web_contents,
126 WebContents* web_contents) {
132 void TestNavigationObserver::OnDidStartLoading(WebContents* web_contents) {
136 void TestNavigationObserver::OnDidStopLoading(WebContents* web_contents)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_status_monitor.h 51 void UpdateAppItemState(content::WebContents* contents,
76 virtual void ActiveTabChanged(content::WebContents* old_contents,
77 content::WebContents* new_contents,
81 content::WebContents* old_contents,
82 content::WebContents* new_contents,
84 virtual void TabInsertedAt(content::WebContents* contents,
88 content::WebContents* contents,
94 void WebContentsDestroyed(content::WebContents* web_contents);
113 typedef std::map<content::WebContents*, LocalWebContentsObserver*>
117 void AddWebContentsObserver(content::WebContents* contents)
    [all...]
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.cc 12 using content::WebContents;
25 content::WebContents* web_contents) {
44 WebContents* web_contents,
51 WebContents* web_contents) {
57 WebContents* web_contents) {
68 content::WebContents* web_contents =
69 content::WebContents::FromRenderFrameHost(rfh);
  /external/chromium_org/ui/web_dialogs/
web_dialog_delegate.h 20 class WebContents;
78 virtual void OnLoadingStateChanged(content::WebContents* source) {}
100 virtual void OnCloseContents(content::WebContents* source,
114 // On return |out_new_contents| should contain the WebContents the URL
116 virtual bool HandleOpenURLFromTab(content::WebContents* source,
118 content::WebContents** out_new_contents);
125 virtual bool HandleAddNewContents(content::WebContents* source,
126 content::WebContents* new_contents,

Completed in 1103 milliseconds

1 2 3 4 56 7 8 91011>>