/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.cc | 97 const TabContents* 144 TabContents* tab = (*i)->GetTabContentsAt(j); 191 const std::vector<TabContents*>& tabs) { 193 for (std::vector<TabContents*>::const_iterator i = tabs.begin(); 200 void SessionModelAssociator::ReassociateTab(const TabContents& tab) { 230 void SessionModelAssociator::Associate(const TabContents* tab, int64 sync_id) { 247 const TabContents& tab, 275 const_cast<TabContents*>(&tab)); 810 bool SessionModelAssociator::IsValidTab(const TabContents& tab) { [all...] |
/external/chromium/chrome/browser/tab_contents/ |
render_view_host_delegate_helper.cc | 86 TabContents* RenderViewHostDelegateViewHelper::CreateNewWindow( 109 TabContents* new_contents = 110 new TabContents(profile, 151 TabContents* RenderViewHostDelegateViewHelper::GetCreatedWindow(int route_id) { 161 // The renderer crashed or it is a TabContents and has no view.
|
background_contents.cc | 152 TabContents* BackgroundContents::AsTabContents() { 247 TabContents* contents = delegate_view_helper_.GetCreatedWindow(route_id);
|
/external/chromium/chrome/browser/ui/app_modal_dialogs/ |
js_modal_dialog.cc | 115 Source<TabContents>(tab_contents_));
|
/external/chromium/chrome/browser/ui/gtk/ |
ssl_client_certificate_selector.cc | 43 TabContents* parent, 92 TabContents* parent_; 99 TabContents* parent, 394 TabContents* parent,
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_gtk.h | 108 virtual void UpdateData(TabContents* contents, bool app, bool loading_only);
|
tab_renderer_gtk.h | 31 class TabContents; 110 // TabContents. If only the loading state was updated, the loading_only flag 113 virtual void UpdateData(TabContents* contents, bool app, bool loading_only);
|
/external/chromium/chrome/browser/ui/login/ |
login_prompt.h | 51 // Returns the TabContents that needs authentication. 52 TabContents* GetTabContentsForLogin() const; 143 // Points to the password manager owned by the TabContents requesting auth. 144 // Can be null if the TabContents is not a TabContents.
|
/external/chromium/chrome/browser/ui/toolbar/ |
toolbar_model.cc | 130 TabContents* current_tab = browser_->GetSelectedTabContents();
|
/external/chromium/chrome/browser/ui/views/frame/ |
opaque_browser_frame_view.h | 19 class TabContents;
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_view_gtk.h | 36 // The corresponding TabContents is passed in the constructor, and manages our 39 explicit TabContentsViewGtk(TabContents* tab_contents); 94 // Handles notifying the TabContents and other operations when the window was 137 // objects in this vector are owned by the TabContents, not the view.
|
tab_contents_view_touch.h | 35 // The corresponding TabContents is passed in the constructor, and manages our 38 explicit TabContentsViewTouch(TabContents* tab_contents); 88 // Handles notifying the TabContents and other operations when the window was 125 // objects in this vector are owned by the TabContents, not the view.
|
tab_contents_view_touch.cc | 34 TabContentsView* TabContentsView::Create(TabContents* tab_contents) { 38 TabContentsViewTouch::TabContentsViewTouch(TabContents* tab_contents)
|
/external/chromium/chrome/browser/ui/views/tabs/ |
browser_tab_strip_controller.h | 104 void SetTabRendererDataFromModel(TabContents* contents,
|
/external/chromium/chrome/browser/ui/webui/ |
downloads_ui.cc | 131 DownloadsUI::DownloadsUI(TabContents* contents) : WebUI(contents) {
|
/external/chromium/chrome/browser/ |
autocomplete_history_manager.cc | 76 TabContents* tab_contents) 195 TabContents* tab_contents,
|
/external/chromium/chrome/browser/chromeos/offline/ |
offline_load_page.cc | 56 TabContents* tab_contents = 66 OfflineLoadPage::OfflineLoadPage(TabContents* tab_contents,
|
/external/chromium/chrome/browser/chromeos/ |
tab_closeable_state_watcher_browsertest.cc | 211 TabContents* tab_contents = browser()->GetSelectedTabContents(); 285 TabContents* tab_contents = browser()->GetSelectedTabContents();
|
/external/chromium/chrome/browser/debugger/ |
devtools_sanity_unittest.cc | 116 TabContents* GetInspectedTab() { 133 TabContents* client_contents_;
|
/external/chromium/chrome/browser/notifications/ |
balloon_host.cc | 66 TabContents* BalloonHost::associated_tab_contents() const { return NULL; } 165 TabContents* contents = delegate_view_helper_.GetCreatedWindow(route_id);
|
/external/chromium/chrome/browser/prerender/ |
prerender_contents.h | 23 class TabContents; 40 // This class is a peer of TabContents. It can host a renderer, but does not 181 virtual TabContents* AsTabContents(); 249 // in a TabContents.
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model.h | 20 class TabContents; 30 // of TabContents, and provides an API for adding, removing and shuffling 77 // TabContents::set_closed_by_user_gesture(true) is invoked. 97 // If not set the insertion index of the TabContents is left up to the Order 134 // Retrieve the index of the currently active TabContents. 161 // Adds the specified TabContents in the default location. Tabs opened in the 165 // Adds the specified TabContents at the specified location. |add_types| is a 179 // Closes the TabContents at the specified index. This causes the TabContents 181 // TabContents). |close_types| is a bitmask of CloseTypes [all...] |
/external/chromium/chrome/browser/ui/gtk/infobars/ |
infobar_container_gtk.cc | 89 void InfoBarContainerGtk::ChangeTabContents(TabContents* contents) { 99 Source<TabContents> source(tab_contents_);
|
/external/chromium/chrome/browser/ui/views/location_bar/ |
content_setting_image_view.cc | 69 void ContentSettingImageView::UpdateFromTabContents(TabContents* tab_contents) { 131 TabContents* tab_contents = parent_->GetTabContentsWrapper()->tab_contents();
|
location_bar_view.cc | 61 TabContents* GetTabContentsFromDelegate(LocationBarView::Delegate* delegate) { 272 void LocationBarView::Update(const TabContents* tab_for_state_restoring) { 345 TabContents* contents = GetTabContentsFromDelegate(delegate_); [all...] |