HomeSort by relevance Sort by last modified time
    Searched refs:web_contents (Results 226 - 250 of 1072) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/find_bar/
find_tab_helper.cc 15 #include "content/public/browser/web_contents.h"
28 FindTabHelper::FindTabHelper(WebContents* web_contents)
29 : content::WebContentsObserver(web_contents),
47 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
84 Profile::FromBrowserContext(web_contents()->GetBrowserContext());
92 web_contents()->GetRenderViewHost()->Find(current_find_request_id_,
127 web_contents()->GetRenderViewHost()->StopFinding(action);
133 web_contents()->GetRenderViewHost()->ActivateNearestFindResult(
140 web_contents()->GetRenderViewHost()->RequestFindMatchRects(current_version);
172 content::Source<WebContents>(web_contents()),
    [all...]
  /external/chromium_org/chrome/browser/extensions/
script_badge_controller.cc 25 #include "content/public/browser/web_contents.h"
33 ScriptBadgeController::ScriptBadgeController(content::WebContents* web_contents,
36 content::WebContentsObserver(web_contents) {
76 script_badge->SetAppearance(SessionID::IdForTab(web_contents()),
97 extensions::TabHelper::FromWebContents(web_contents())->
104 if (script_badge->SetAppearance(SessionID::IdForTab(web_contents()),
110 profile(), *script_badge, SessionID::IdForTab(web_contents()));
139 const content::WebContents* web_contents,
170 content::WebContents* web_contents = this->web_contents(); local
    [all...]
script_bubble_controller.h 27 ScriptBubbleController(content::WebContents* web_contents,
38 const content::WebContents* web_contents,
webstore_inline_installer.cc 9 #include "content/public/browser/web_contents.h"
32 content::WebContents* web_contents,
38 Profile::FromBrowserContext(web_contents->GetBrowserContext()),
40 content::WebContentsObserver(web_contents),
48 return web_contents() != NULL;
80 return web_contents();
102 web_contents()->OpenURL(
105 content::Referrer(web_contents()->GetURL(),
167 content::WebContents* web_contents) {
webstore_inline_installer.h 34 WebstoreInlineInstaller(content::WebContents* web_contents,
62 content::WebContents* web_contents) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
unload_controller.cc 17 #include "content/public/browser/web_contents.h"
267 content::WebContents* web_contents = local
271 if (web_contents->GetRenderViewHost()) {
272 // If there's a devtools window attached to |web_contents|,
274 // and then call beforeunload handlers for |web_contents|.
276 if (!DevToolsWindow::InterceptPageBeforeUnload(web_contents))
277 web_contents->GetRenderViewHost()->FirePageBeforeUnload(false);
279 ClearUnloadState(web_contents, true);
292 content::WebContents* web_contents = *(tabs_needing_unload_fired_.begin()); local
295 if (web_contents->GetRenderViewHost())
    [all...]
  /external/chromium_org/components/autofill/content/browser/
autofill_driver_impl.cc 20 #include "content/public/browser/web_contents.h"
57 content::WebContents* web_contents,
61 : content::WebContentsObserver(web_contents),
72 return web_contents()->GetBrowserContext()->IsOffTheRecord();
76 return web_contents()->GetBrowserContext()->GetRequestContext();
80 return web_contents();
88 return (web_contents()->GetRenderViewHost() != NULL);
96 content::RenderViewHost* host = web_contents()->GetRenderViewHost();
112 content::RenderViewHost* host = web_contents()->GetRenderViewHost();
123 content::RenderViewHost* host = web_contents()->GetRenderViewHost()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
simple_web_view_dialog.cc 26 #include "content/public/browser/web_contents.h"
109 content::WebContents* web_contents) OVERRIDE {
149 WebContents* web_contents = web_view_->GetWebContents(); local
150 DCHECK(web_contents);
153 PasswordManagerDelegateImpl::CreateForWebContents(web_contents);
155 web_contents, PasswordManagerDelegateImpl::FromWebContents(web_contents));
226 UpdateReload(web_view_->web_contents()->IsLoading(), true);
300 content::WebContents* web_contents,
317 return web_view_->web_contents();
323 WebContents* web_contents = web_view_->web_contents(); local
    [all...]
webui_login_view.cc 36 #include "content/public/browser/web_contents.h"
166 WebContents* web_contents = webui_login_->GetWebContents(); local
169 PasswordManagerDelegateImpl::CreateForWebContents(web_contents);
171 web_contents, PasswordManagerDelegateImpl::FromWebContents(web_contents));
174 WebContentsModalDialogManager::CreateForWebContents(web_contents);
175 WebContentsModalDialogManager::FromWebContents(web_contents)->
178 web_contents->SetDelegate(this);
179 extensions::ExtensionWebContentsObserver::CreateForWebContents(web_contents);
180 WebContentsObserver::Observe(web_contents);
    [all...]
merge_session_load_page_unittest.cc 16 #include "content/public/browser/web_contents.h"
39 TestMergeSessionLoadPage(WebContents* web_contents,
42 : MergeSessionLoadPage(web_contents, url, CompletionCallback()),
72 WebContentsTester::For(web_contents())->TestDidNavigate(
73 web_contents()->GetRenderViewHost(), page_id, GURL(url),
78 (new TestMergeSessionLoadPage(web_contents(), GURL(url), this))->Show();
84 return InterstitialPage::GetInterstitialPage(web_contents());
89 web_contents()->GetBrowserContext();
174 EXPECT_EQ(kURL2, web_contents()->GetVisibleURL().spec());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_shortcut_launcher_item_controller.cc 29 #include "content/public/browser/web_contents.h"
147 content::WebContents* web_contents = content_list[i]; local
149 gfx::Image app_icon = launcher_controller()->GetAppListIcon(web_contents);
150 base::string16 title = launcher_controller()->GetAppListTitle(web_contents);
152 title, &app_icon, web_contents, i == 0));
185 content::WebContents* web_contents = tab_strip->GetWebContentsAt(index); local
187 extension, refocus_pattern, web_contents, browser->is_app()))
188 items.push_back(web_contents);
256 content::WebContents* web_contents = tab_strip->GetWebContentsAt( local
259 extension, refocus_pattern, web_contents, browser->is_app())
273 content::WebContents* web_contents = tab_strip->GetWebContentsAt(index); local
    [all...]
  /external/chromium_org/chrome/browser/
chrome_page_zoom.cc 16 #include "content/public/browser/web_contents.h"
67 void Zoom(content::WebContents* web_contents, content::PageZoom zoom) {
68 double current_zoom_level = web_contents->GetZoomLevel();
70 Profile::FromBrowserContext(web_contents->GetBrowserContext())->
74 web_contents->SetZoomLevel(default_zoom_level);
92 web_contents->SetZoomLevel(zoom_level);
107 web_contents->SetZoomLevel(zoom_level);
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_linux.cc 20 #include "content/public/browser/web_contents.h"
57 WebContents* web_contents = local
59 if (web_contents)
60 web_contents->OpenURL(params);
150 WebContents* web_contents) {
153 web_contents->GetRenderProcessHost()->GetID(),
154 web_contents->GetRenderViewHost()->GetRoutingID()));
  /external/chromium_org/chrome/browser/printing/
print_view_manager_base.cc 27 #include "content/public/browser/web_contents.h"
53 PrintViewManagerBase::PrintViewManagerBase(content::WebContents* web_contents)
54 : content::WebContentsObserver(web_contents),
65 Profile::FromBrowserContext(web_contents->GetBrowserContext());
109 base::string16 name(web_contents()->GetTitle());
150 web_contents()->Stop();
159 web_contents()->Stop();
178 web_contents()->Stop();
202 web_contents()->GetView()->GetTopLevelNativeWindow());
209 content::Source<content::WebContents>(web_contents()),
    [all...]
print_view_manager_basic.cc 17 PrintViewManagerBasic::PrintViewManagerBasic(content::WebContents* web_contents)
18 : PrintViewManagerBase(web_contents) {
  /external/chromium_org/android_webview/native/
aw_dev_tools_server.cc 18 #include "content/public/browser/web_contents.h"
35 std::string GetViewDescription(WebContents* web_contents);
39 explicit Target(WebContents* web_contents);
68 Target::Target(WebContents* web_contents) {
70 DevToolsAgentHost::GetOrCreateFor(web_contents->GetRenderViewHost());
72 description_ = GetViewDescription(web_contents);
73 title_ = UTF16ToUTF8(web_contents->GetTitle());
74 url_ = web_contents->GetURL();
75 last_activity_time_ = web_contents->GetLastSelectedTime();
111 WebContents* web_contents = WebContents::FromRenderViewHost(*it) variable
    [all...]
  /external/chromium_org/chrome/browser/favicon/
favicon_tab_helper.cc 24 #include "content/public/browser/web_contents.h"
38 FaviconTabHelper::FaviconTabHelper(WebContents* web_contents)
39 : content::WebContentsObserver(web_contents),
40 profile_(Profile::FromBrowserContext(web_contents->GetBrowserContext())),
64 const NavigationController& controller = web_contents()->GetController();
76 const NavigationController& controller = web_contents()->GetController();
90 const NavigationController& controller = web_contents()->GetController();
94 GURL url = web_contents()->GetURL();
101 if (chrome::IsInstantNTP(web_contents()))
108 NavigationEntry* entry = web_contents()->GetController().GetActiveEntry()
    [all...]
  /external/chromium/chrome/browser/tab_contents/
render_view_context_menu_gtk.cc 16 TabContents* web_contents,
19 : RenderViewContextMenu(web_contents, params),
  /external/chromium_org/android_webview/browser/
aw_contents_client_bridge_base.h 32 static void Associate(content::WebContents* web_contents,
35 content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/chromeos/file_manager/
app_installer.h 27 AppInstaller(content::WebContents* web_contents,
37 void OnWebContentsDestroyed(content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/extensions/api/page_capture/
page_capture_api.cc 20 #include "content/public/browser/web_contents.h"
127 WebContents* web_contents = GetWebContents(); local
128 if (!web_contents) {
133 web_contents->GenerateMHTML(
166 WebContents* web_contents = GetWebContents(); local
167 if (!web_contents || !render_view_host()) {
190 content::WebContents* web_contents = NULL; local
197 &web_contents,
201 return web_contents;
  /external/chromium_org/chrome/browser/google/
google_url_tracker_navigation_helper_impl.cc 13 #include "content/public/browser/web_contents.h"
98 content::WebContents* web_contents = controller->GetWebContents(); local
99 return content::Source<content::WebContents>(web_contents);
110 content::WebContents* web_contents = controller->GetWebContents(); local
112 InfoBarService::FromWebContents(web_contents);
129 content::WebContents* web_contents = controller->GetWebContents(); local
131 InfoBarService::FromWebContents(web_contents);
141 content::WebContents* web_contents = local
143 tracker_->OnTabClosed(&web_contents->GetController());
  /external/chromium_org/chrome/browser/media/
media_capture_devices_dispatcher.h 83 content::WebContents* web_contents,
168 content::WebContents* web_contents,
173 content::WebContents* web_contents,
178 content::WebContents* web_contents,
183 content::WebContents* web_contents,
188 content::WebContents* web_contents,
191 void ProcessQueuedAccessRequest(content::WebContents* web_contents);
192 void OnAccessRequestResponse(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/plugins/
plugin_installer.h 47 content::WebContents* web_contents);
52 content::WebContents* web_contents);
  /external/chromium_org/chrome/browser/tab_contents/
navigation_metrics_recorder.cc 22 content::WebContents* web_contents)
23 : content::WebContentsObserver(web_contents) {

Completed in 305 milliseconds

1 2 3 4 5 6 7 8 91011>>