HomeSort by relevance Sort by last modified time
    Searched refs:WebContents (Results 776 - 800 of 1805) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/chromeos/login/ui/
simple_web_view_dialog.cc 39 using content::WebContents;
110 content::WebContents* web_contents) OVERRIDE {
155 WebContents* web_contents = web_view_->GetWebContents();
258 content::WebContents* SimpleWebViewDialog::OpenURL(
266 const WebContents* source, content::InvalidateTypes changed_flags) {
273 void SimpleWebViewDialog::LoadingStateChanged(WebContents* source,
280 WebContents* SimpleWebViewDialog::GetWebContents() {
307 content::WebContents* web_contents,
323 content::WebContents* SimpleWebViewDialog::GetActiveWebContents() const {
334 WebContents* web_contents = web_view_->web_contents()
    [all...]
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 37 content::WebContents* contents,
38 content::WebContents* originating_web_contents)
115 // WebContents.
276 DownloadRequestLimiter::GetDownloadStatus(content::WebContents* web_contents) {
299 content::WebContents* web_contents,
300 content::WebContents* originating_web_contents,
323 content::WebContents* originating_contents =
326 // The WebContents was closed, don't allow the download.
360 content::WebContents* originating_contents =
373 content::WebContents* contents)
    [all...]
  /external/chromium_org/extensions/browser/
extension_host.cc 50 using content::WebContents;
133 host_contents_.reset(WebContents::Create(
134 WebContents::CreateParams(browser_context_, site_instance))),
323 void ExtensionHost::CloseContents(WebContents* contents) {
383 void ExtensionHost::AddNewContents(WebContents* source,
384 WebContents* new_contents,
398 WebContents* associated_contents = GetAssociatedWebContents();
424 content::WebContents* web_contents,
432 content::WebContents* web_contents,
439 bool ExtensionHost::IsNeverVisible(content::WebContents* web_contents)
    [all...]
  /external/chromium_org/chrome/browser/media/
media_stream_capture_indicator.cc 40 using content::WebContents;
45 const extensions::Extension* GetExtension(WebContents* web_contents) {
75 base::string16 GetSecurityOrigin(WebContents* web_contents) {
93 base::string16 GetTitle(WebContents* web_contents) {
126 // WebContents instance. Instances of this class are owned by
128 // WebContents instances and delete themselves when corresponding WebContents is
135 WebContents* web_contents)
291 content::WebContents* web_contents,
307 WebContents* const web_contents = command_targets_[index]
    [all...]
webrtc_browsertest_common.cc 83 bool SleepInJavascript(content::WebContents* tab_contents, int timeout_msec) {
97 content::WebContents* tab_contents) {
104 content::WebContents* tab_contents,
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller.cc 41 using content::WebContents;
85 const WebContents* web_contents) const {
98 void FullscreenController::ToggleFullscreenModeForTab(WebContents* web_contents,
227 void FullscreenController::RequestToLockMouse(WebContents* web_contents,
280 void FullscreenController::OnTabDeactivated(WebContents* web_contents) {
285 void FullscreenController::OnTabDetachedFromView(WebContents* old_contents) {
290 // and is no longer visible to the user. Set it to exactly the WebContents'
317 void FullscreenController::OnTabClosing(WebContents* web_contents) {
355 WebContents* const active_web_contents =
514 WebContents* tab = fullscreened_tab_ ? fullscreened_tab_ : mouse_lock_tab_
    [all...]
  /external/chromium_org/chrome/browser/ui/views/ash/
tab_scrubber_browsertest.cc 180 virtual void TabInsertedAt(content::WebContents* contents,
184 content::WebContents* contents,
186 virtual void TabDetachedAt(content::WebContents* contents,
188 virtual void TabDeactivated(content::WebContents* contents) OVERRIDE {}
189 virtual void ActiveTabChanged(content::WebContents* old_contents,
190 content::WebContents* new_contents,
201 virtual void TabMoved(content::WebContents* contents,
204 virtual void TabChangedAt(content::WebContents* contents,
208 content::WebContents* old_contents,
209 content::WebContents* new_contents
    [all...]
  /external/chromium_org/extensions/browser/guest_view/
guest_view_base.cc 29 using content::WebContents;
40 typedef std::map<WebContents*, GuestViewBase*> WebContentsGuestViewMap;
116 content::WebContents* embedder_web_contents,
146 // The derived class did not create a WebContents so this class serves no
167 content::WebContents* guest_web_contents) {
243 GuestViewBase* GuestViewBase::FromWebContents(WebContents* web_contents) {
257 content::WebContents* guest_web_contents =
267 bool GuestViewBase::IsGuest(WebContents* web_contents) {
288 // is attached to a particular embedder WebContents. At that point, its
290 // WebContents
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_tab_util.cc 45 using content::WebContents;
53 WindowController* GetAppWindowController(const WebContents* contents) {
96 content::WebContents* web_contents = function->GetAssociatedWebContents();
152 WebContents* opener = NULL;
313 int ExtensionTabUtil::GetTabId(const WebContents* web_contents) {
321 int ExtensionTabUtil::GetWindowIdOfTab(const WebContents* web_contents) {
326 WebContents* contents,
359 WebContents* contents,
403 WebContents* opener = tab_strip->GetOpenerOfWebContentsAt(tab_index);
412 WebContents* contents
    [all...]
extension_renderer_state.cc 28 using content::WebContents;
37 RenderViewHostObserver(RenderViewHost* host, WebContents* web_contents)
103 WebContents* web_contents = content::Source<WebContents>(source).ptr();
126 WebContents* web_contents = content::Source<WebContents>(source).ptr();
145 WebContents* web_contents = retargeting_details->target_web_contents;
extension_override_apitest.cc 21 using content::WebContents;
58 WebContents* tab = browser()->tab_strip_model()->GetActiveWebContents();
83 WebContents* tab = otr_browser->tab_strip_model()->GetActiveWebContents();
  /external/chromium_org/content/public/test/
browser_test_utils.cc 58 : WebContentsObserver(WebContents::FromRenderViewHost(rvh)),
61 Source<WebContents>(web_contents()));
154 void InjectRawKeyEvent(WebContents* web_contents,
215 void WaitForLoadStop(WebContents* web_contents) {
226 void CrashTab(WebContents* web_contents) {
241 void WaitForResizeComplete(WebContents* web_contents) {
260 void SimulateMouseClick(WebContents* web_contents,
268 void SimulateMouseClickAt(WebContents* web_contents,
288 void SimulateMouseEvent(WebContents* web_contents,
298 void SimulateTapAt(WebContents* web_contents, const gfx::Point& point)
    [all...]
  /external/chromium_org/chrome/browser/prerender/
prerender_contents.h 35 class WebContents;
145 static PrerenderContents* FromWebContents(content::WebContents* web_contents);
245 // The prerender WebContents (may be NULL).
246 content::WebContents* prerender_contents() const {
250 content::WebContents* ReleasePrerenderContents();
263 void CommitHistory(content::WebContents* tab);
340 content::WebContents* CreateWebContents(
350 // The prerendered WebContents; may be null.
351 scoped_ptr<content::WebContents> prerender_contents_;
392 // in a WebContents
    [all...]
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu_browsertest.cc 28 using content::WebContents;
41 WebContents* web_contents =
110 content::WebContents* tab =
159 content::WebContents* tab = tab_observer.GetTab();
211 content::WebContents* tab = tab_observer.GetTab();
252 content::WebContents* tab =
275 content::WebContents* tab = tab_observer.GetTab();
  /external/chromium_org/chrome/browser/translate/
translate_browsertest.cc 80 content::WebContents* web_contents =
145 content::WebContents* web_contents =
207 content::WebContents* web_contents =
241 content::WebContents* web_contents =
274 content::WebContents* web_contents =
307 content::WebContents* web_contents =
340 content::WebContents* web_contents =
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 65 virtual void OnActiveTabChanged(content::WebContents* old_contents,
66 content::WebContents* new_contents,
90 virtual void UpdateToolbar(content::WebContents* contents) OVERRIDE;
110 content::WebContents* contents,
130 virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE;
132 content::WebContents* web_contents,
153 virtual void ShowAvatarBubble(content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ui/content_settings/
content_setting_bubble_model.h 28 class WebContents;
98 content::WebContents* web_contents,
127 content::WebContents* web_contents,
131 content::WebContents* web_contents() const { return web_contents_; }
173 content::WebContents* web_contents_;
189 content::WebContents* web_contents,
209 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/chromeos/input_method/
textinput_browsertest.cc 36 content::WebContents* tab =
97 content::WebContents* tab =
122 content::WebContents* tab =
154 content::WebContents* tab =
183 content::WebContents* tab =
209 content::WebContents* tab =
241 content::WebContents* tab =
281 content::WebContents* base_tab =
297 content::WebContents* new_tab =
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.cc 70 void DispatchOnBeforeNavigate(content::WebContents* web_contents,
93 content::WebContents* web_contents,
129 void DispatchOnDOMContentLoaded(content::WebContents* web_contents,
149 void DispatchOnCompleted(content::WebContents* web_contents,
169 content::WebContents* web_contents,
172 content::WebContents* target_web_contents,
201 void DispatchOnErrorOccurred(content::WebContents* web_contents,
223 content::WebContents* old_web_contents,
225 content::WebContents* new_web_contents) {
  /external/chromium_org/android_webview/browser/
aw_login_delegate.cc 25 using content::WebContents;
93 WebContents* web_contents = WebContents::FromRenderFrameHost(
  /external/chromium_org/android_webview/native/
aw_autofill_client.h 30 class WebContents;
93 AwAutofillClient(content::WebContents* web_contents);
103 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/autofill/
content_autofill_driver_browsertest.cc 61 TestContentAutofillDriver(content::WebContents* web_contents,
83 content::WebContents* web_contents =
93 // Normally the WebContents will automatically delete the driver, but here
111 content::WebContents* web_contents_;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_action.h 22 class WebContents;
40 content::WebContents* tab;
149 void InstructRenderProcessToInject(content::WebContents* contents,
  /external/chromium_org/chrome/browser/
external_extension_browsertest.cc 22 IsSearchProviderTestData(content::WebContents* t, std::string h, GURL url)
26 content::WebContents* tab;
64 content::WebContents* tab =
  /external/chromium_org/chrome/browser/history/
history_tab_helper.cc 28 using content::WebContents;
32 HistoryTabHelper::HistoryTabHelper(WebContents* web_contents)
97 // the WebContents' URL getter does.
147 WebContents* tab = web_contents();

Completed in 957 milliseconds

<<31323334353637383940>>