HomeSort by relevance Sort by last modified time
    Searched refs:TabContents (Results 351 - 375 of 585) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/extensions/
extension_debugger_api.cc 35 ExtensionDevToolsClientHost(TabContents* tab_contents,
41 bool MatchesContentsAndExtensionId(TabContents* tab_contents,
61 TabContents* tab_contents_;
109 TabContents* tab_contents,
136 TabContents* tab_contents,
249 // Find the TabContents that contains this tab id.
app_process_apitest.cc 34 TabContents* newtab = last_active_browser->GetSelectedTabContents();
47 static void NavigateTabHelper(TabContents* contents, const GURL& url) {
extension_devtools_browsertests.cc 62 TabContents* tab_contents = browser()->GetTabContentsAt(0);
118 TabContents* tab_contents = browser()->GetTabContentsAt(0);
extension_host.cc 184 TabContents* ExtensionHost::associated_tab_contents() const {
469 TabContents* active_tab = browser->GetSelectedTabContents();
477 TabContents* ExtensionHost::AsTabContents() {
509 TabContents* associated_contents = associated_tab_contents();
566 TabContents* new_contents = delegate_view_helper_.CreateNewWindow(
576 TabContents* associated_contents = associated_tab_contents();
601 TabContents* contents = delegate_view_helper_.GetCreatedWindow(route_id);
629 TabContents* associated_contents = associated_tab_contents();
extension_incognito_apitest.cc 35 TabContents* tab = otr_browser->GetSelectedTabContents();
73 TabContents* tab = otr_browser->GetSelectedTabContents();
extension_menu_manager.h 28 class TabContents;
243 void ExecuteCommand(Profile* profile, TabContents* tab_contents,
extension_tab_id_map.cc 58 TabContents* contents = Source<TabContents>(source).ptr();
extension_web_ui.cc 130 ExtensionWebUI::ExtensionWebUI(TabContents* tab_contents, const GURL& url)
193 TabContents* contents = tab_contents();
203 TabContents* ExtensionWebUI::associated_tab_contents() const {
351 TabContents* tab = (*iterator)->tab_contents();
  /external/chromium/chrome/browser/ui/webui/
mediaplayer_ui.cc 103 void Init(bool is_playlist, TabContents* contents);
220 void MediaplayerHandler::Init(bool is_playlist, TabContents* contents) {
429 TabContents* contents) {
444 Source<TabContents>(playlist_tab_));
449 Source<TabContents>(mediaplayer_tab_));
457 if (Source<TabContents>(source).ptr() == mediaplayer_tab_) {
461 } else if (Source<TabContents>(source).ptr() == playlist_tab_) {
468 TabContents* contents) {
603 MediaplayerUI::MediaplayerUI(TabContents* contents) : WebUI(contents) {
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.cc 47 TabContents* tab_contents) {
56 TabContents* tab_contents) {
65 TabContents* tab_contents) {
83 TabContentsView* TabContentsView::Create(TabContents* tab_contents) {
87 TabContentsViewGtk::TabContentsViewGtk(TabContents* tab_contents)
104 Source<TabContents>(tab_contents));
  /external/chromium/chrome/browser/ui/login/
login_prompt.cc 111 TabContents* LoginHandler::GetTabContentsForLogin() const {
217 TabContents* requesting_contents = GetTabContentsForLogin();
267 TabContents* requesting_contents = GetTabContentsForLogin();
285 TabContents* requesting_contents = GetTabContentsForLogin();
301 TabContents* requesting_contents = GetTabContentsForLogin();
396 TabContents* parent_contents = handler_->GetTabContentsForLogin();
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_unittest.cc 21 virtual void SaveStateToTab(TabContents* tab) {}
22 virtual void Update(const TabContents* tab_for_state_restoring) {}
  /external/chromium/chrome/browser/bookmarks/
bookmark_utils.h 25 class TabContents;
192 void GetURLAndTitleToBookmark(TabContents* tab_contents,
  /external/chromium/chrome/browser/
favicon_helper.h 26 class TabContents;
28 // FaviconHelper is used to fetch the favicon for TabContents.
77 FaviconHelper(TabContents* tab_contents, Type icon_type);
191 // we request the TabContents to download the favicon.
199 // If the TabContents has a delegate, it is notified of the new favicon
  /external/chromium/chrome/browser/speech/
speech_input_bubble_controller_unittest.cc 28 MockSpeechInputBubble(TabContents* tab_contents,
133 static SpeechInputBubble* CreateBubble(TabContents* tab_contents,
145 // real TabContents pointer from the test fixture and pass that, because
147 // a valid TabContents.
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.cc 37 // selected TabContents.
87 Source<TabContents>(tab_contents_->tab_contents()));
115 if (Source<TabContents>(source).ptr() == tab_contents_->tab_contents()) {
  /external/chromium/chrome/browser/ui/gtk/
html_dialog_gtk.cc 106 void HtmlDialogGtk::MoveContents(TabContents* source, const gfx::Rect& pos) {
129 new TabContents(profile(), NULL, MSG_ROUTING_NONE, NULL, NULL)));
  /external/chromium/chrome/browser/ui/views/
external_protocol_dialog.cc 42 TabContents* tab_contents = tab_util::GetTabContentsByID(
118 ExternalProtocolDialog::ExternalProtocolDialog(TabContents* tab_contents,
html_dialog_view_browsertest.cc 57 virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) {
132 TabContents* tab_contents = browser()->GetSelectedTabContents();
theme_install_bubble_view.cc 31 ThemeInstallBubbleView::ThemeInstallBubbleView(TabContents* tab_contents)
166 void ThemeInstallBubbleView::Show(TabContents* tab_contents) {
  /external/chromium/chrome/browser/ui/views/infobars/
infobar_container.cc 28 void InfoBarContainer::ChangeTabContents(TabContents* contents) {
44 Source<TabContents> tc_source(tab_contents_);
  /external/chromium/chrome/browser/automation/
automation_util.cc 99 TabContents* GetTabContentsAt(int browser_index, int tab_index) {
109 TabContents* contents,
115 // Get the request context specific to the current TabContents and app.
135 TabContents* contents,
141 // Get the request context specific to the current TabContents and app.
163 TabContents* contents,
168 // Get the request context specific to the current TabContents and app.
  /external/chromium/chrome/browser/chromeos/offline/
offline_load_page_unittest.cc 20 TestOfflineLoadPage(TabContents* tab_contents,
  /external/chromium/chrome/browser/chromeos/
sim_dialog_delegate.cc 129 void SimDialogDelegate::OnCloseContents(TabContents* source,
  /external/chromium/chrome/browser/instant/
instant_loader.h 24 class TabContents;
43 // Invoked to load a URL. |tab_contents| is the TabContents the preview is
63 // Releases the preview TabContents passing ownership to the caller. This is
64 // intended to be called when the preview TabContents is committed. This does
77 // The preview TabContents; may be null.
82 // Returns true if the preview TabContents is ready to be shown.
165 // Delegate of the preview TabContents. Used to detect when the user does some
166 // gesture on the TabContents and the preview needs to be activated.
169 // The preview TabContents; may be null.

Completed in 349 milliseconds

<<11121314151617181920>>