HomeSort by relevance Sort by last modified time
    Searched full:tab_contents (Results 101 - 125 of 653) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/
password_manager_delegate_impl.cc 11 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
14 #include "content/browser/tab_contents/tab_contents.h"
30 SavePasswordInfoBarDelegate(TabContents* tab_contents,
63 TabContents* tab_contents,
65 : ConfirmInfoBarDelegate(tab_contents),
autocomplete_history_manager.h 13 #include "content/browser/tab_contents/tab_contents_observer.h"
27 explicit AutocompleteHistoryManager(TabContents* tab_contents);
54 AutocompleteHistoryManager(TabContents* tab_contents,
blocked_content_container.h 16 #include "content/browser/tab_contents/tab_contents_delegate.h"
27 void AddTabContents(TabContents* tab_contents,
32 // Shows the blocked TabContents |tab_contents|.
33 void LaunchForContents(TabContents* tab_contents);
content_setting_bubble_model.h 30 TabContents* tab_contents,
39 TabContents* tab_contents; member in struct:ContentSettingBubbleModel::PopupItem
92 ContentSettingBubbleModel(TabContents* tab_contents, Profile* profile,
95 TabContents* tab_contents() const { return tab_contents_; } function in class:ContentSettingBubbleModel
page_info_window.h 9 #include "content/browser/tab_contents/navigation_entry.h"
  /external/chromium/chrome/browser/sidebar/
sidebar_browsertest.cc 19 #include "content/browser/tab_contents/tab_contents.h"
110 TabContents* tab_contents(int i) { function in class:__anon3835::SidebarTest
169 HideSidebar(tab_contents(0));
178 ShowSidebar(tab_contents(1));
179 ExpandSidebar(tab_contents(1));
  /external/chromium/chrome/browser/autofill/
autofill_cc_infobar_delegate.h 14 #include "chrome/browser/tab_contents/confirm_infobar_delegate.h"
15 #include "content/browser/tab_contents/navigation_controller.h"
27 AutofillCCInfoBarDelegate(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/ui/
shell_dialogs.cc 10 #include "chrome/browser/tab_contents/simple_alert_infobar_delegate.h"
12 #include "content/browser/tab_contents/tab_contents.h"
  /external/chromium/chrome/browser/ui/views/
default_search_view.h 12 #include "content/browser/tab_contents/constrained_window.h"
43 static void Show(TabContents* tab_contents,
66 DefaultSearchView(TabContents* tab_contents,
dom_view.cc 7 #include "content/browser/tab_contents/tab_contents.h"
11 #include "chrome/browser/ui/views/tab_contents/tab_contents_view_touch.h"
dropdown_bar_host_win.cc 10 #include "content/browser/tab_contents/tab_contents.h"
11 #include "content/browser/tab_contents/tab_contents_view.h"
external_protocol_dialog.cc 14 #include "chrome/browser/tab_contents/tab_util.h"
15 #include "content/browser/tab_contents/tab_contents.h"
42 TabContents* tab_contents = tab_util::GetTabContentsByID( local
44 DCHECK(tab_contents);
46 new ExternalProtocolDialog(tab_contents, url, command);
118 ExternalProtocolDialog::ExternalProtocolDialog(TabContents* tab_contents,
121 : tab_contents_(tab_contents),
156 // Dialog is top level if we don't have a tab_contents associated with us.
  /external/chromium/chrome/browser/ui/views/location_bar/
content_setting_image_view.cc 11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
15 #include "content/browser/tab_contents/tab_contents.h"
69 void ContentSettingImageView::UpdateFromTabContents(TabContents* tab_contents) {
70 content_setting_image_model_->UpdateFromTabContents(tab_contents);
80 TabSpecificContentSettings* content_settings = tab_contents ?
81 tab_contents->GetTabSpecificContentSettings() : NULL;
131 TabContents* tab_contents = parent_->GetTabContentsWrapper()->tab_contents();
132 if (!tab_contents)
    [all...]
  /external/chromium/chrome/browser/ui/webui/
collected_cookies_ui_delegate.h 32 // static factory method that shows CollectedCookiesUI for |tab_contents|.
33 static void Show(TabContents* tab_contents);
51 explicit CollectedCookiesUIDelegate(TabContents* tab_contents);
constrained_html_ui.cc 11 #include "content/browser/tab_contents/tab_contents.h"
61 GetPropertyAccessor().GetProperty(tab_contents()->property_bag());
  /external/chromium/chrome/browser/chromeos/
tab_closeable_state_watcher.cc 11 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
14 #include "content/browser/tab_contents/tab_contents.h"
15 #include "content/browser/tab_contents/tab_contents_view.h"
39 TabContentsWrapper* tab_contents, int index, bool foreground) {
45 TabContentsWrapper* tab_contents,
53 TabContentsWrapper* tab_contents, int index) {
58 TabContentsWrapper* tab_contents, int index, TabChangeType change_type) {
202 tabstrip_model->GetTabContentsAt(0)->tab_contents()->GetURL() !=
  /external/chromium/chrome/browser/extensions/
gtk_theme_installed_infobar_delegate.h 20 GtkThemeInstalledInfoBarDelegate(TabContents* tab_contents,
  /external/chromium/chrome/browser/speech/
speech_input_bubble_gtk.cc 13 #include "content/browser/tab_contents/tab_contents.h"
38 SpeechInputBubbleGtk(TabContents* tab_contents,
73 SpeechInputBubbleGtk::SpeechInputBubbleGtk(TabContents* tab_contents,
76 : SpeechInputBubbleBase(tab_contents),
170 tab_contents()->profile());
174 info_bubble_ = InfoBubbleGtk::Show(tab_contents()->GetNativeView(),
266 TabContents* tab_contents,
269 return new SpeechInputBubbleGtk(tab_contents, delegate, element_rect);
  /external/chromium/chrome/browser/tab_contents/
web_drop_target_win.cc 5 #include "chrome/browser/tab_contents/web_drop_target_win.h"
11 #include "chrome/browser/tab_contents/web_drag_utils_win.h"
13 #include "content/browser/tab_contents/tab_contents.h"
50 explicit InterstitialDropTarget(TabContents* tab_contents)
51 : tab_contents_(tab_contents) {}
84 WebDropTarget::WebDropTarget(HWND source_hwnd, TabContents* tab_contents)
86 tab_contents_(tab_contents),
89 interstitial_drop_target_(new InterstitialDropTarget(tab_contents)) {
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
message_box_handler.cc 16 #include "content/browser/tab_contents/tab_contents.h"
77 void RunBeforeUnloadDialog(TabContents* tab_contents,
83 tab_contents,
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_all_tabs_controller.mm 13 #include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
14 #include "content/browser/tab_contents/tab_contents.h"
48 TabContents* tc = tabstrip_model->GetTabContentsAt(i)->tab_contents();
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_view_unittest.mm 5 #import "chrome/browser/ui/cocoa/tab_contents/sad_tab_view.h"
  /external/chromium/chrome/browser/ui/find_bar/
find_tab_helper.cc 12 #include "content/browser/tab_contents/tab_contents.h"
19 FindTabHelper::FindTabHelper(TabContents* tab_contents)
20 : TabContentsObserver(tab_contents),
38 FindBarState::GetLastPrepopulateText(tab_contents()->profile());
72 FindBarState* find_bar_state = tab_contents()->profile()->GetFindBarState();
74 tab_contents()->render_view_host()->StartFinding(current_find_request_id_,
96 tab_contents()->render_view_host()->StopFinding(selection_action);
134 Source<TabContents>(tab_contents()),
  /external/chromium/chrome/browser/ui/login/
login_prompt_ui.cc 18 #include "content/browser/tab_contents/tab_contents.h"
78 TabContents *tab_contents,
81 tab_contents_(tab_contents),
244 TabContents* tab_contents = GetTabContentsForLogin(); local
245 LoginHandlerSource::RegisterDataSource(tab_contents->profile());
246 delegate_ = new LoginHandlerHtmlDelegate(this, tab_contents, explanation);
248 tab_contents->profile(), delegate_, tab_contents);

Completed in 248 milliseconds

1 2 3 45 6 7 8 91011>>