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

<<11121314151617181920>>

  /external/chromium_org/components/navigation_interception/
intercept_navigation_delegate.cc 24 using content::WebContents;
33 bool CheckIfShouldIgnoreNavigationOnUIThread(WebContents* source,
50 WebContents* web_contents,
58 WebContents* web_contents) {
  /external/chromium_org/content/browser/android/
content_settings.h 18 WebContents* contents);
25 // Self-deletes when the underlying WebContents is destroyed.
download_controller_android_impl.h 40 class WebContents;
70 WebContents* web_contents;
83 const ContextMenuParams& params, WebContents* web_contents,
86 WebContents* web_contents, int download_id, bool accept) OVERRIDE;
115 WebContents* web_contents);
  /external/chromium_org/content/browser/web_contents/
web_contents_delegate_unittest.cc 24 WebContents::Create(WebContents::CreateParams(browser_context()))));
26 WebContents::Create(WebContents::CreateParams(browser_context()))));
  /external/chromium_org/content/public/browser/android/
external_video_surface_container.h 18 class WebContents;
  /external/chromium_org/content/shell/browser/
notify_done_forwarder.cc 14 NotifyDoneForwarder::NotifyDoneForwarder(WebContents* web_contents)
notify_done_forwarder.h 25 explicit NotifyDoneForwarder(WebContents* web_contents);
  /external/chromium_org/extensions/browser/api/guest_view/
guest_view_internal_api.h 23 void CreateGuestCallback(content::WebContents* guest_web_contents);
  /external/chromium_org/chrome/browser/ui/tabs/
tab_strip_model_order_controller.cc 38 content::WebContents* opener = tabstrip_->GetActiveWebContents();
56 content::WebContents* parent_opener =
61 content::WebContents* removed_contents =
96 content::WebContents* old_contents,
97 content::WebContents* new_contents,
100 content::WebContents* old_opener = NULL;
112 content::WebContents* new_opener = tabstrip_->GetOpenerOfWebContentsAt(index);
tab_strip_model_unittest.cc 41 using content::WebContents;
47 // Class used to delete a WebContents and TabStripModel when another WebContents
54 DeleteWebContentsOnDestroyedObserver(WebContents* source,
55 WebContents* tab_to_delete,
63 WebContents* tab_to_delete = tab_to_delete_;
72 WebContents* tab_to_delete_;
85 virtual bool RunUnloadListenerBeforeClosing(WebContents* contents) OVERRIDE {
152 virtual void TabInsertedAt(WebContents* contents,
162 virtual void SetWebContentsBlocked(content::WebContents* contents
    [all...]
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc 21 using content::WebContents;
39 WebContents* CreateRestoredTab(
56 WebContents::CreateParams create_params(
60 WebContents* base_web_contents =
66 WebContents* web_contents = content::WebContents::CreateWithSessionStorage(
86 content::WebContents* AddRestoredTab(
97 WebContents* web_contents = CreateRestoredTab(browser,
140 content::WebContents* ReplaceRestoredTab(
148 WebContents* web_contents = CreateRestoredTab(browser
    [all...]
browser_window.h 36 class WebContents;
119 virtual void OnActiveTabChanged(content::WebContents* old_contents,
120 content::WebContents* new_contents,
165 virtual void UpdateToolbar(content::WebContents* contents) = 0;
228 content::WebContents* contents,
282 virtual void WebContentsFocused(content::WebContents* contents) = 0;
289 content::WebContents* web_contents,
344 virtual void UpdatePreferredSize(content::WebContents* web_contents,
348 virtual void ResizeDueToAutoResize(content::WebContents* web_contents,
363 virtual void ShowAvatarBubble(content::WebContents* web_contents
    [all...]
browser_tab_restore_service_delegate.cc 17 using content::WebContents;
39 WebContents* BrowserTabRestoreServiceDelegate::GetWebContentsAt(
44 WebContents* BrowserTabRestoreServiceDelegate::GetActiveWebContents() const {
52 WebContents* BrowserTabRestoreServiceDelegate::AddRestoredTab(
68 WebContents* BrowserTabRestoreServiceDelegate::ReplaceRestoredTab(
110 const WebContents* contents) {
  /external/chromium_org/chrome/browser/ui/views/
constrained_web_dialog_delegate_views.cc 27 content::WebContents* initiator,
37 virtual void WebContentsFocused(content::WebContents* contents) OVERRIDE {
38 // Ensure the WebView is focused when its WebContents is focused.
42 content::WebContents* source,
55 content::WebContents* initiator_;
66 content::WebContents* web_contents,
75 virtual void CloseContents(content::WebContents* source) OVERRIDE {
81 content::WebContents* source,
93 // Converts keyboard events on the WebContents to accelerators.
109 content::WebContents* web_contents
    [all...]
  /external/chromium_org/chrome/browser/search/
search.h 24 class WebContents;
104 // Returns search terms if this WebContents is a search results page. It looks
109 // extraction is disabled for this WebContents or profile, or if |contents|
111 base::string16 GetSearchTerms(const content::WebContents* contents);
118 bool IsRenderedInInstantProcess(const content::WebContents* contents,
132 bool IsInstantNTP(const content::WebContents* contents);
136 bool NavEntryIsInstantNTP(const content::WebContents* contents,
  /external/chromium_org/chrome/browser/ui/find_bar/
find_bar_host_interactive_uitest.cc 19 using content::WebContents;
33 int FindInPageWchar(WebContents* web_contents,
50 bool FocusedOnPage(WebContents* web_contents, std::string* result)
53 bool FocusedOnPage(WebContents* web_contents, std::string* result) {
74 WebContents* web_contents =
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.h 28 class WebContents;
41 // WebContents and it does not own that WebContents.
64 void TabDeactivated(content::WebContents* contents);
118 const content::WebContents* contents,
121 const content::WebContents* contents,
126 void RedirectToLocalNTP(content::WebContents* contents);
  /external/chromium_org/components/dom_distiller/content/
distiller_page_web_contents.h 22 scoped_ptr<content::WebContents> web_contents);
25 scoped_ptr<content::WebContents> GetWebContents();
28 // The WebContents this class owns.
29 scoped_ptr<content::WebContents> web_contents_;
60 content::WebContents* web_contents) const OVERRIDE;
90 // Creates a new WebContents, adds |this| as an observer, and loads the
108 scoped_ptr<content::WebContents> web_contents_;
  /external/chromium_org/extensions/browser/guest_view/web_view/
javascript_dialog_helper.cc 44 content::WebContents* web_contents,
74 content::WebContents* web_contents,
84 content::WebContents* web_contents,
91 content::WebContents* web_contents) {
95 content::WebContents* web_contents) {
  /external/chromium_org/chrome/browser/extensions/
extension_view_host.cc 30 using content::WebContents;
36 // Notifies an ExtensionViewHost when a WebContents is destroyed.
41 WebContents* web_contents)
71 // The hosting WebContents will be deleted in the base class, so unregister
84 void ExtensionViewHost::SetAssociatedWebContents(WebContents* web_contents) {
87 // Observe the new WebContents for deletion.
96 WebContents* source,
145 WebContents* ExtensionViewHost::OpenURLFromTab(
146 WebContents* source,
168 WebContents* source
    [all...]
  /external/chromium_org/chrome/browser/dom_distiller/
tab_utils.cc 35 // after the WebContents navigates or goes away. This class is a band-aid to
40 explicit SelfDeletingRequestDelegate(content::WebContents* web_contents);
82 content::WebContents* web_contents)
103 void StartNavigationToDistillerViewer(content::WebContents* web_contents,
112 void StartDistillation(content::WebContents* web_contents) {
117 scoped_ptr<content::WebContents> old_web_contents_sptr(web_contents);
136 void DistillCurrentPageAndView(content::WebContents* old_web_contents) {
138 // Create new WebContents.
139 content::WebContents::CreateParams create_params(
141 content::WebContents* new_web_contents
    [all...]
  /external/chromium_org/ui/views/controls/webview/
web_dialog_view.cc 28 using content::WebContents;
62 content::WebContents* WebDialogView::web_contents() {
248 void WebDialogView::OnCloseContents(WebContents* source,
270 void WebDialogView::MoveContents(WebContents* source, const gfx::Rect& pos) {
279 void WebDialogView::HandleKeyboardEvent(content::WebContents* source,
287 void WebDialogView::CloseContents(WebContents* source) {
295 content::WebContents* WebDialogView::OpenURLFromTab(
296 content::WebContents* source,
298 content::WebContents* new_contents = NULL;
306 void WebDialogView::AddNewContents(content::WebContents* source
    [all...]
  /external/chromium_org/chrome/browser/devtools/
devtools_window.cc 56 using content::WebContents;
68 WebContents* inspected_web_contents, Browser** browser, int* tab) {
91 WebContents* toolbox_contents,
95 virtual content::WebContents* OpenURLFromTab(
96 content::WebContents* source,
99 content::WebContents* source,
103 content::WebContents* source,
114 WebContents* toolbox_contents,
123 content::WebContents* DevToolsToolboxDelegate::OpenURLFromTab(
124 content::WebContents* source
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 53 class WebContents;
66 typedef std::map<content::WebContents*, UnsafeResourceList> UnsafeResourceMap;
74 content::WebContents* web_contents,
111 content::WebContents* web_contents,
209 content::WebContents* web_contents_;
253 content::WebContents* web_contents,
  /external/chromium_org/chrome/browser/ssl/
ssl_add_certificate.cc 27 using content::WebContents;
75 WebContents* web_contents =
94 WebContents* web_contents = WebContents::FromRenderFrameHost(
114 WebContents* web_contents = WebContents::FromRenderFrameHost(

Completed in 994 milliseconds

<<11121314151617181920>>