HomeSort by relevance Sort by last modified time
    Searched refs:web_contents_ (Results 1 - 25 of 242) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/content/public/browser/
web_contents_observer.cc 14 : web_contents_(NULL) {
19 : web_contents_(NULL) {
23 if (web_contents_)
24 web_contents_->RemoveObserver(this);
28 return web_contents_;
32 if (web_contents == web_contents_) {
36 if (web_contents_)
37 web_contents_->RemoveObserver(this);
38 web_contents_ = static_cast<WebContentsImpl*>(web_contents);
39 if (web_contents_) {
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
synced_tab_delegate_android.cc 23 : web_contents_(NULL), tab_android_(tab_android) {}
28 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
37 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
42 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
47 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
52 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
57 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
62 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
67 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
72 return TabContentsSyncedTabDelegate::FromWebContents(web_contents_)
    [all...]
  /external/chromium_org/chrome/browser/ui/search/
search_ipc_router_policy_impl.cc 13 : web_contents_(web_contents),
18 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
30 return is_active_tab && !is_incognito_ && chrome::IsInstantNTP(web_contents_);
38 return !is_incognito_ && chrome::IsInstantNTP(web_contents_);
42 return !is_incognito_ && chrome::IsInstantNTP(web_contents_);
46 return !is_incognito_ && chrome::IsInstantNTP(web_contents_);
50 return !is_incognito_ && chrome::IsInstantNTP(web_contents_);
55 return is_active_tab && !is_incognito_ && chrome::IsInstantNTP(web_contents_);
59 return !is_incognito_ && chrome::IsInstantNTP(web_contents_);
63 return !is_incognito_ && chrome::IsInstantNTP(web_contents_);
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
tab_contents_synced_tab_delegate.cc 27 : web_contents_(web_contents), sync_session_id_(0) {}
32 return SessionTabHelper::FromWebContents(web_contents_)->window_id().id();
36 return SessionTabHelper::FromWebContents(web_contents_)->session_id().id();
40 return web_contents_->IsBeingDestroyed();
44 return Profile::FromBrowserContext(web_contents_->GetBrowserContext());
49 extensions::TabHelper::FromWebContents(web_contents_)->extension_app());
54 return web_contents_->GetController().GetCurrentEntryIndex();
58 return web_contents_->GetController().GetEntryCount();
62 return web_contents_->GetController().GetPendingEntryIndex();
66 return web_contents_->GetController().GetPendingEntry()
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
constrained_web_dialog_delegate_base.cc 33 web_contents_.reset(
37 web_contents_->SetDelegate(tab_delegate);
39 web_contents_->SetDelegate(this);
42 web_contents_->GetMutableRendererPrefs(),
44 web_contents_->GetRenderViewHost()->SyncRendererPrefs();
47 ConstrainedWebDialogUI::SetConstrainedDelegate(web_contents_.get(), this);
49 web_contents_->GetController().LoadURL(delegate->GetDialogContentURL(),
57 ignore_result(web_contents_.release());
72 CloseContents(web_contents_.get());
90 return web_contents_.get()
    [all...]
  /external/chromium_org/ui/views/controls/webview/
webview.cc 33 web_contents_(NULL),
48 return web_contents_;
53 if (!web_contents_) {
55 web_contents_ = wc_owner_.get();
56 web_contents_->SetDelegate(this);
62 if (web_contents == web_contents_)
67 web_contents_ = web_contents;
70 web_contents_ && web_contents_->GetFullscreenRenderWidgetHostView();
83 web_contents_ && web_contents_->GetFullscreenRenderWidgetHostView()
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_bubble_model.cc 23 web_contents_(web_contents) {
25 ManagePasswordsBubbleUIController::FromWebContents(web_contents_);
58 ManagePasswordsBubbleUIController::FromWebContents(web_contents_);
65 chrome::ShowSettingsSubPage(chrome::FindBrowserWithWebContents(web_contents_),
72 if (!web_contents_)
75 Profile::FromBrowserContext(web_contents_->GetBrowserContext());
86 ManagePasswordsBubbleUIController::FromWebContents(web_contents_)->
93 ManagePasswordsBubbleUIController::FromWebContents(web_contents_)->
100 web_contents_ = NULL;
  /external/chromium_org/content/browser/web_contents/
web_contents_view_android.cc 31 : web_contents_(web_contents),
43 web_contents_->GetRenderWidgetHostView());
47 if (web_contents_->ShowingInterstitialPage()) {
50 web_contents_->GetInterstitialPage())->
78 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView();
91 web_contents_->GetRenderViewHost());
100 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView();
106 if (web_contents_->ShowingInterstitialPage())
107 web_contents_->GetInterstitialPage()->Focus();
109 web_contents_->GetRenderWidgetHostView()->Focus()
    [all...]
web_contents_android.h 32 WebContents* web_contents() const { return web_contents_; }
37 WebContents* web_contents_; member in class:content::WebContentsAndroid
web_drag_source_win.cc 39 web_contents_(static_cast<WebContentsImpl*>(web_contents)),
60 if (!web_contents_)
66 web_contents_->DragSourceEndedAt(client.x(), client.y(),
85 if (!web_contents_)
91 web_contents_->DragSourceEndedAt(client.x(), client.y(), screen.x(),
104 if (!web_contents_)
110 web_contents_->DragSourceMovedTo(client.x(), client.y(),
121 web_contents_ = NULL;
126 web_contents_ = NULL;
web_drag_dest_win.cc 104 : web_contents_(web_contents) {}
128 web_contents_->OpenURL(params);
133 WebContents* web_contents_; member in class:content::InterstitialDropTarget
140 web_contents_(web_contents),
155 current_rvh_ = web_contents_->GetRenderViewHost();
168 canceled_ = !web_contents_->GetDelegate()->CanDragEnter(
169 web_contents_,
176 delegate_->DragInitialize(web_contents_);
181 if (web_contents_->ShowingInterstitialPage())
189 web_contents_->GetRenderViewHost()->DragTargetDragEnter(*drop_data_
    [all...]
web_contents_view_gtk.cc 91 : web_contents_(web_contents),
119 RenderWidgetHostView* rwhv = web_contents_->GetRenderWidgetHostView();
152 if (web_contents_->ShowingInterstitialPage()) {
153 web_contents_->GetInterstitialPage()->Focus();
160 if (web_contents_->FocusLocationBarByDefault())
161 web_contents_->SetFocusToLocationBar(false);
219 G_CALLBACK(OnLeaveNotify), web_contents_);
221 G_CALLBACK(OnMouseMove), web_contents_);
223 G_CALLBACK(OnMouseScroll), web_contents_);
236 if (rvh == web_contents_->GetRenderViewHost())
    [all...]
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.cc 22 web_contents_(web_contents) {
25 content::Source<WebContents>(web_contents_));
47 DCHECK(source == content::Source<WebContents>(web_contents_));
49 web_contents_ = NULL;
  /external/chromium_org/content/shell/browser/
shell_web_contents_view_delegate_win.cc 66 : web_contents_(web_contents) {
94 web_contents_->GetController().CanGoBack());
100 web_contents_->GetController().CanGoForward());
176 ClientToScreen(web_contents_->GetView()->GetNativeView(), &point);
183 web_contents_->GetView()->GetContentNativeView(),
194 web_contents_->GetRenderViewHost()->Cut();
197 web_contents_->GetRenderViewHost()->Copy();
200 web_contents_->GetRenderViewHost()->Paste();
203 web_contents_->GetRenderViewHost()->Delete();
216 web_contents_->GetController().GoToOffset(-1)
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
launcher_favicon_loader.h 43 return web_contents_;
54 content::WebContents* web_contents_; member in class:LauncherFaviconLoader
  /external/chromium_org/chrome/browser/chromeos/login/test/
js_checker.cc 22 JSChecker::JSChecker() : web_contents_(NULL) {}
25 : web_contents_(web_contents) {
29 CHECK(web_contents_);
30 ASSERT_TRUE(content::ExecuteScript(web_contents_, expression));
78 CHECK(web_contents_);
79 ASSERT_TRUE(content::ExecuteScriptAndExtractBool(web_contents_,
85 CHECK(web_contents_);
86 ASSERT_TRUE(content::ExecuteScriptAndExtractInt(web_contents_,
93 CHECK(web_contents_);
94 ASSERT_TRUE(content::ExecuteScriptAndExtractString(web_contents_,
    [all...]
  /external/chromium_org/chrome/browser/ui/panels/
panel_host.cc 54 web_contents_.reset(content::WebContents::Create(create_params));
55 extensions::SetViewType(web_contents_.get(), extensions::VIEW_TYPE_PANEL);
56 web_contents_->SetDelegate(this);
57 content::WebContentsObserver::Observe(web_contents_.get());
61 SessionTabHelper::CreateForWebContents(web_contents_.get());
62 SessionTabHelper::FromWebContents(web_contents_.get())->SetWindowID(
65 FaviconTabHelper::CreateForWebContents(web_contents_.get());
66 PrefsTabHelper::CreateForWebContents(web_contents_.get());
68 web_contents_.get());
70 web_contents_->GetController().LoadURL
    [all...]
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_interactive_uitest.cc 75 web_contents_ = browser()->tab_strip_model()->GetActiveWebContents();
76 ASSERT_TRUE(web_contents_ != NULL);
77 Observe(web_contents_); variable
80 AutofillDriverImpl::FromWebContents(web_contents_);
83 web_contents_,
92 DCHECK_EQ(web_contents_, web_contents);
98 content::WebContents* web_contents_; member in class:autofill::AutofillPopupControllerBrowserTest
  /external/chromium_org/chrome/browser/notifications/
balloon_host.cc 49 web_contents_.reset();
121 CloseContents(web_contents_.get());
135 web_contents_->GetRenderViewHost());
139 DCHECK(!web_contents_.get()) << "BalloonViewHost already initialized.";
140 web_contents_.reset(WebContents::Create(
143 web_contents_.get(), extensions::VIEW_TYPE_NOTIFICATION);
144 web_contents_->SetDelegate(this);
146 web_contents_.get());
147 Observe(web_contents_.get());
149 web_contents_->GetMutableRendererPrefs(), balloon_->profile())
    [all...]
  /external/chromium_org/chrome/browser/tab_contents/
background_contents.cc 42 web_contents_.reset(WebContents::CreateWithSessionStorage(
45 web_contents_.reset(WebContents::Create(create_params));
48 web_contents_.get(), extensions::VIEW_TYPE_BACKGROUND_CONTENTS);
49 web_contents_->SetDelegate(this);
50 content::WebContentsObserver::Observe(web_contents_.get());
52 web_contents_.get());
72 if (!web_contents_.get()) // Will be null for unit tests.
87 return web_contents_.get() ? web_contents_->GetURL() : GURL::EmptyGURL();
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_aura.cc 19 : web_contents_(web_contents) {
27 if (web_contents_)
28 web_contents_->DidChooseColorInColorChooser(color);
52 if (web_contents_)
53 web_contents_->DidEndColorChooser();
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.cc 38 web_contents_.reset(
44 DCHECK(web_contents_.get());
45 content::WebContentsObserver::Observe(web_contents_.get());
47 web_contents_->GetController().LoadURLWithParams(params);
52 content::RenderViewHost* host = web_contents_->GetRenderViewHost();
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_controller.cc 33 web_contents_(NULL),
38 DCHECK(!web_contents_);
43 FindTabHelper::FromWebContents(web_contents_);
60 // |web_contents_| can be NULL for a number of reasons, for example when the
62 if (web_contents_) {
64 FindTabHelper::FromWebContents(web_contents_);
80 if (web_contents_) {
85 FindTabHelper::FromWebContents(web_contents_);
90 web_contents_ = contents;
92 web_contents_ ? FindTabHelper::FromWebContents(web_contents_
    [all...]
  /external/chromium_org/chrome/browser/ui/android/tab_contents/
chrome_web_contents_view_delegate_android.cc 17 : web_contents_(web_contents) {
36 content::ContentViewCore::FromWebContents(web_contents_);
46 ContextMenuHelper* helper = ContextMenuHelper::FromWebContents(web_contents_);
  /external/chromium_org/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.cc 23 web_contents_(web_contents) {
31 web_contents_->GetDelegate()->ActivateContents(web_contents_);

Completed in 1509 milliseconds

1 2 3 4 5 6 7 8 910