HomeSort by relevance Sort by last modified time
    Searched refs:tab_contents (Results 76 - 100 of 342) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/download/
download_tab_helper.h 11 #include "content/browser/tab_contents/tab_contents_observer.h"
17 explicit DownloadTabHelper(TabContents* tab_contents);
  /external/chromium/chrome/browser/ui/gtk/
constrained_html_delegate_gtk.cc 10 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
14 #include "content/browser/tab_contents/tab_contents.h"
32 return tab_.tab_contents()->GetContentNativeView();
74 tab_.tab_contents()->set_delegate(this);
79 tab_.tab_contents()->property_bag(), this);
81 tab_.tab_contents()->controller().LoadURL(
repost_form_warning_gtk.h 24 RepostFormWarningGtk(GtkWindow* parent, TabContents* tab_contents);
sad_tab_gtk.h 23 explicit SadTabGtk(TabContents* tab_contents, Kind kind);
tab_contents_drag_source.cc 18 #include "content/browser/tab_contents/tab_contents.h"
19 #include "content/browser/tab_contents/tab_contents_view.h"
65 TabContents* TabContentsDragSource::tab_contents() const { function in class:TabContentsDragSource
66 return tab_contents_view_->tab_contents();
77 tab_contents()->SystemDragEnded();
142 tab_contents()->SystemDragEnded();
160 if (tab_contents()->render_view_host()) {
161 tab_contents()->render_view_host()->DragSourceMovedTo(
240 TabContents* tab_contents = tab_contents_view_->tab_contents() local
    [all...]
  /external/chromium/chrome/browser/ui/search_engines/
template_url_fetcher_ui_callbacks.h 22 TabContents* tab_contents);
  /external/chromium/chrome/browser/ui/views/
find_bar_host_gtk.cc 8 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
10 #include "content/browser/tab_contents/tab_contents.h"
11 #include "content/browser/tab_contents/tab_contents_view.h"
21 TabContentsView* tab_view = find_bar_controller_->tab_contents()->view();
browser_dialogs.h 82 TabContents* tab_contents);
86 TabContents* tab_contents);
91 TabContentsWrapper* tab_contents);
  /external/chromium/chrome/browser/ui/views/location_bar/
click_handler.cc 7 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
9 #include "content/browser/tab_contents/navigation_controller.h"
10 #include "content/browser/tab_contents/tab_contents.h"
28 TabContents* tab = location_bar_->GetTabContentsWrapper()->tab_contents();
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_container.h 39 // Tells the container that |tab_contents| got the focus.
40 virtual void TabContentsFocused(TabContents* tab_contents) = 0;
render_view_context_menu_views.h 11 #include "chrome/browser/tab_contents/render_view_context_menu.h"
16 RenderViewContextMenuViews(TabContents* tab_contents,
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.cc 13 TabContents* tab_contents,
16 : ConfirmInfoBarDelegate(tab_contents),
17 tab_contents_(tab_contents),
  /external/chromium/chrome/browser/extensions/
extension_install_ui.cc 30 #include "content/browser/tab_contents/tab_contents.h"
76 TabContents* tab_contents = browser->GetTabContentsAt(i); local
77 GURL url = tab_contents->GetURL();
232 TabContents* tab_contents = browser->GetSelectedTabContents();
233 if (!tab_contents)
238 for (size_t i = 0; i < tab_contents->infobar_count(); ++i) {
239 InfoBarDelegate* delegate = tab_contents->GetInfoBarDelegateAt(i);
255 tab_contents, new_theme, previous_theme_id, previous_use_system_theme);
258 tab_contents->ReplaceInfoBar(old_delegate, new_delegate)
    [all...]
extension_tabs_module.h 12 #include "content/browser/tab_contents/tab_contents_observer.h"
27 int GetTabId(const TabContents* tab_contents);
29 int GetWindowIdOfTab(const TabContents* tab_contents);
31 DictionaryValue* CreateTabValue(const TabContents* tab_contents);
32 DictionaryValue* CreateTabValue(const TabContents* tab_contents,
37 // Gets the |tab_strip_model| and |tab_index| for the given |tab_contents|.
38 bool GetTabStripModel(const TabContents* tab_contents,
  /external/chromium/chrome/browser/
repost_form_warning_controller.cc 7 #include "content/browser/tab_contents/tab_contents.h"
11 TabContents* tab_contents)
12 : tab_contents_(tab_contents),
14 NavigationController* controller = &tab_contents->controller();
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_win.cc 16 #include "content/browser/tab_contents/tab_contents.h"
17 #include "content/browser/tab_contents/tab_contents_view.h"
54 TabContents* tab_contents) {
61 TabContents* tab_contents) {
65 tab_contents->view()->GetTopLevelNativeWindow();
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 17 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
18 #include "chrome/browser/tab_contents/tab_util.h"
25 #include "content/browser/tab_contents/tab_contents.h"
116 TabContents* tab_contents,
150 TabContents* tab_contents,
157 : ConfirmInfoBarDelegate(tab_contents),
158 tab_contents_(tab_contents),
430 TabContents* tab_contents = Source<TabContents>(source).ptr(); local
434 tab_contents == tab_util::GetTabContentsByID(i->render_process_id
445 TabContents* tab_contents = local
532 TabContents* tab_contents = local
586 TabContents* tab_contents = local
    [all...]
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper.cc 5 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
25 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h"
30 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper_delegate.h"
33 #include "content/browser/tab_contents/tab_contents.h"
157 if (!tab_contents()->is_loading() ||
158 tab_contents()->load_state() == net::LOAD_STATE_IDLE) {
162 switch (tab_contents()->load_state()) {
177 if (tab_contents()->upload_size())
180 static_cast<int>((100 * tab_contents()->upload_position())
    [all...]
tab_contents_wrapper.h 15 #include "content/browser/tab_contents/tab_contents.h"
16 #include "content/browser/tab_contents/tab_contents_observer.h"
85 TabContents* tab_contents() const { return tab_contents_.get(); } function in class:TabContentsWrapper
87 return tab_contents()->controller();
89 TabContentsView* view() const { return tab_contents()->view(); }
91 return tab_contents()->render_view_host();
93 Profile* profile() const { return tab_contents()->profile(); }
  /external/chromium/chrome/browser/ui/
browser_window.h 10 #include "content/browser/tab_contents/navigation_entry.h"
198 TabContents* tab_contents,
236 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) = 0;
239 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents) = 0;
265 // Notification that |tab_contents| got the focus through user action (click
267 virtual void TabContentsFocused(TabContents* tab_contents) = 0;
295 TabContentsWrapper* tab_contents) = 0;
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_cocoa.h 82 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
83 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
90 virtual void TabContentsFocused(TabContents* tab_contents);
100 TabContentsWrapper* tab_contents);
131 void UpdateSidebarForContents(TabContents* tab_contents);
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 10 #include "content/browser/tab_contents/tab_contents.h"
34 explicit DownloadStartedAnimationGtk(TabContents* tab_contents);
80 TabContents* tab_contents)
82 tab_contents_(tab_contents) {
191 void DownloadStartedAnimation::Show(TabContents* tab_contents) {
193 new DownloadStartedAnimationGtk(tab_contents);
  /external/chromium/chrome/browser/ui/panels/
panel.h 81 TabContents* tab_contents,
94 virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
95 virtual void ShowCollectedCookiesDialog(TabContents* tab_contents);
102 virtual void TabContentsFocused(TabContents* tab_contents);
112 TabContentsWrapper* tab_contents);
  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 7 #include "content/browser/tab_contents/tab_contents.h"
40 explicit DownloadStartedAnimationWin(TabContents* tab_contents);
77 TabContents* tab_contents)
80 tab_contents_(tab_contents) {
177 void DownloadStartedAnimation::Show(TabContents* tab_contents) {
180 new DownloadStartedAnimationWin(tab_contents);
  /external/chromium/chrome/browser/google/
google_url_tracker.cc 18 #include "content/browser/tab_contents/navigation_controller.h"
19 #include "content/browser/tab_contents/tab_contents.h"
29 InfoBarDelegate* CreateInfobar(TabContents* tab_contents,
32 InfoBarDelegate* infobar = new GoogleURLTrackerInfoBarDelegate(tab_contents,
34 tab_contents->AddInfoBar(infobar);
43 TabContents* tab_contents,
46 : ConfirmInfoBarDelegate(tab_contents),
289 controller_->tab_contents()->OpenURL(new_search_url, GURL(), CURRENT_TAB,
307 Source<NavigationController>(source).ptr()->tab_contents(),
    [all...]

Completed in 692 milliseconds

1 2 34 5 6 7 8 91011>>