HomeSort by relevance Sort by last modified time
    Searched refs:TabContentsWrapper (Results 1 - 25 of 159) sorted by null

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/tabs/
tab_strip_model_observer.h 9 class TabContentsWrapper;
44 virtual void TabInsertedAt(TabContentsWrapper* contents,
51 TabContentsWrapper* contents,
57 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
62 virtual void TabDeselected(TabContentsWrapper* contents);
79 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
80 TabContentsWrapper* new_contents,
85 virtual void TabMoved(TabContentsWrapper* contents,
94 virtual void TabChangedAt(TabContentsWrapper* contents,
101 TabContentsWrapper* old_contents
    [all...]
tab_strip_model_observer.cc 7 void TabStripModelObserver::TabInsertedAt(TabContentsWrapper* contents,
13 TabContentsWrapper* contents,
17 void TabStripModelObserver::TabDetachedAt(TabContentsWrapper* contents,
21 void TabStripModelObserver::TabDeselected(TabContentsWrapper* contents) {
24 void TabStripModelObserver::TabSelectedAt(TabContentsWrapper* old_contents,
25 TabContentsWrapper* new_contents,
30 void TabStripModelObserver::TabMoved(TabContentsWrapper* contents,
35 void TabStripModelObserver::TabChangedAt(TabContentsWrapper* contents,
41 TabContentsWrapper* old_contents,
42 TabContentsWrapper* new_contents
    [all...]
default_tab_handler.h 28 virtual TabContentsWrapper* AddBlankTab(bool foreground);
29 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground);
31 TabContentsWrapper* detached_contents,
36 virtual TabContentsWrapper* CreateTabContentsForURL(
46 virtual void CreateHistoricalTab(TabContentsWrapper* contents);
47 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents);
59 virtual void TabInsertedAt(TabContentsWrapper* contents,
63 TabContentsWrapper* contents,
65 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
66 virtual void TabDeselected(TabContentsWrapper* contents)
    [all...]
tab_strip_model_delegate.h 17 class TabContentsWrapper;
42 virtual TabContentsWrapper* AddBlankTab(bool foreground) = 0;
43 virtual TabContentsWrapper* AddBlankTabAt(int index, bool foreground) = 0;
51 virtual Browser* CreateNewStripWithContents(TabContentsWrapper* contents,
64 virtual TabContentsWrapper* CreateTabContentsForURL(
85 virtual void CreateHistoricalTab(TabContentsWrapper* contents) = 0;
92 virtual bool RunUnloadListenerBeforeClosing(TabContentsWrapper* contents) = 0;
tab_strip_model_order_controller.h 12 class TabContentsWrapper;
35 int DetermineInsertionIndex(TabContentsWrapper* new_contents,
46 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
47 TabContentsWrapper* new_contents,
default_tab_handler.cc 37 TabContentsWrapper* DefaultTabHandler::AddBlankTab(bool foreground) {
42 TabContentsWrapper* DefaultTabHandler::AddBlankTabAt(int index,
48 TabContentsWrapper* detached_contents,
62 TabContentsWrapper* DefaultTabHandler::CreateTabContentsForURL(
89 void DefaultTabHandler::CreateHistoricalTab(TabContentsWrapper* contents) {
94 TabContentsWrapper* contents) {
137 void DefaultTabHandler::TabInsertedAt(TabContentsWrapper* contents,
144 TabContentsWrapper* contents,
149 void DefaultTabHandler::TabDetachedAt(TabContentsWrapper* contents, int index) {
153 void DefaultTabHandler::TabDeselected(TabContentsWrapper* contents)
    [all...]
tab_strip_model.h 21 class TabContentsWrapper;
44 // identified by TabContentsWrapper::extension_tab_helper()::is_app().
163 void AppendTabContents(TabContentsWrapper* contents, bool foreground);
176 TabContentsWrapper* contents,
196 TabContentsWrapper* contents);
199 // TabContentsWrapper that was at |index| is returned and ownership returns
201 TabContentsWrapper* ReplaceTabContentsAt(int index,
202 TabContentsWrapper* new_contents);
208 TabContentsWrapper* DetachTabContentsAt(int index);
246 TabContentsWrapper* GetSelectedTabContents() const
    [all...]
  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.h 13 class TabContentsWrapper;
18 void GetShortcutInfoForTab(TabContentsWrapper* tab_contents,
26 void UpdateShortcutForTabContents(TabContentsWrapper* tab_contents);
  /external/chromium/chrome/browser/ui/tab_contents/
tab_contents_wrapper_delegate.cc 12 TabContentsWrapper* source,
17 TabContentsWrapper* source, int32 page_id) {
tab_contents_wrapper_delegate.h 11 class TabContentsWrapper;
15 // TabContentsWrapper and to provide necessary functionality.
19 virtual void URLStarredChanged(TabContentsWrapper* source, bool starred) = 0;
22 virtual void OnDidGetApplicationInfo(TabContentsWrapper* source,
26 virtual void OnInstallApplication(TabContentsWrapper* source,
test_tab_contents_wrapper.h 12 class TabContentsWrapper;
20 TabContentsWrapper* contents_wrapper();
29 scoped_ptr<TabContentsWrapper> contents_wrapper_;
tab_contents_wrapper.cc 42 static base::LazyInstance<PropertyAccessor<TabContentsWrapper*> >
46 // TabContentsWrapper, public:
48 TabContentsWrapper::TabContentsWrapper(TabContents* contents)
86 TabContentsWrapper::~TabContentsWrapper() {
91 PropertyAccessor<TabContentsWrapper*>* TabContentsWrapper::property_accessor() {
95 void TabContentsWrapper::RegisterUserPrefs(PrefService* prefs) {
152 string16 TabContentsWrapper::GetDefaultTitle()
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_strip_model_observer_bridge.h 13 class TabContentsWrapper;
27 virtual void TabInsertedAt(TabContentsWrapper* contents,
31 TabContentsWrapper* contents,
33 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
34 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
35 TabContentsWrapper* new_contents,
38 virtual void TabMoved(TabContentsWrapper* contents,
41 virtual void TabChangedAt(TabContentsWrapper* contents, int index,
44 TabContentsWrapper* old_contents,
45 TabContentsWrapper* new_contents
    [all...]
  /external/chromium/chrome/browser/instant/
instant_delegate.h 12 class TabContentsWrapper;
28 virtual void ShowInstant(TabContentsWrapper* preview_contents) = 0;
38 virtual void CommitInstant(TabContentsWrapper* preview_contents) = 0;
instant_unload_handler.h 12 class TabContentsWrapper;
16 // TabContentsWrapper is passed to |RunUnloadListenersOrDestroy|. If the tab has
27 void RunUnloadListenersOrDestroy(TabContentsWrapper* tab_contents, int index);
instant_loader.h 25 class TabContentsWrapper;
46 bool Update(TabContentsWrapper* tab_contents,
66 TabContentsWrapper* ReleasePreviewContents(InstantCommitType type);
78 TabContentsWrapper* preview_contents() const {
153 // Creates and sets the preview TabContentsWrapper.
154 void CreatePreviewContents(TabContentsWrapper* tab_contents);
170 scoped_ptr<TabContentsWrapper> preview_contents_;
  /external/chromium/chrome/browser/ui/gtk/
tab_contents_container_gtk.h 21 class TabContentsWrapper;
34 void SetTab(TabContentsWrapper* tab);
35 TabContentsWrapper* tab() const { return tab_; }
41 void SetPreview(TabContentsWrapper* preview);
45 void DetachTab(TabContentsWrapper* tab);
70 void PackTab(TabContentsWrapper* );
73 void HideTab(TabContentsWrapper* tab);
85 // The TabContentsWrapper for the currently selected tab. This will be showing
87 TabContentsWrapper* tab_;
91 TabContentsWrapper* preview_
    [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.h 110 virtual void TabInsertedAt(TabContentsWrapper* contents,
113 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
114 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
115 TabContentsWrapper* new_contents,
118 virtual void TabMoved(TabContentsWrapper* contents,
122 virtual void TabChangedAt(TabContentsWrapper* contents,
126 TabContentsWrapper* old_contents,
127 TabContentsWrapper* new_contents,
144 void DeleteAeroPeekWindowForTab(TabContentsWrapper* tab);
152 void CreateAeroPeekWindowIfNecessary(TabContentsWrapper* tab
    [all...]
  /external/chromium/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.h 66 virtual void TabInsertedAt(TabContentsWrapper* contents,
69 virtual void TabDetachedAt(TabContentsWrapper* contents,
71 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
72 TabContentsWrapper* contents,
75 virtual void TabMoved(TabContentsWrapper* contents,
78 virtual void TabChangedAt(TabContentsWrapper* contents,
82 TabContentsWrapper* old_contents,
83 TabContentsWrapper* new_contents,
85 virtual void TabPinnedStateChanged(TabContentsWrapper* contents,
87 virtual void TabMiniStateChanged(TabContentsWrapper* contents
    [all...]
  /external/chromium/chrome/browser/ui/
browser_navigator.h 18 class TabContentsWrapper;
47 NavigateParams(Browser* browser, TabContentsWrapper* a_target_contents);
66 TabContentsWrapper* target_contents;
75 TabContentsWrapper* source_contents;
browser_navigator_browsertest.h 16 class TabContentsWrapper;
35 TabContentsWrapper* CreateTabContents();
  /external/chromium/chrome/browser/ui/cocoa/applescript/
tab_applescript.h 12 class TabContentsWrapper;
17 TabContentsWrapper* tabContents_; // weak.
30 - (id)initWithTabContent:(TabContentsWrapper*)aTabContent;
33 - (void)setTabContent:(TabContentsWrapper*)aTabContent;
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_controller.h 19 class TabContentsWrapper;
41 // Accessor for the attached TabContentsWrapper.
42 TabContentsWrapper* tab_contents() const { return tab_contents_; }
46 void ChangeTabContents(TabContentsWrapper* contents);
79 // The TabContentsWrapper we are currently associated with. Can be NULL.
80 TabContentsWrapper* tab_contents_;
  /external/chromium/chrome/browser/extensions/
extension_browser_event_router.h 61 virtual void TabInsertedAt(TabContentsWrapper* contents, int index,
64 TabContentsWrapper* contents,
66 virtual void TabDetachedAt(TabContentsWrapper* contents, int index);
67 virtual void TabSelectedAt(TabContentsWrapper* old_contents,
68 TabContentsWrapper* new_contents,
71 virtual void TabMoved(TabContentsWrapper* contents, int from_index,
73 virtual void TabChangedAt(TabContentsWrapper* contents, int index,
76 TabContentsWrapper* old_contents,
77 TabContentsWrapper* new_contents,
79 virtual void TabPinnedStateChanged(TabContentsWrapper* contents, int index)
    [all...]
  /external/chromium/chrome/browser/debugger/
devtools_client_host.h 18 class TabContentsWrapper;
55 virtual void TabReplaced(TabContentsWrapper* new_tab) = 0;

Completed in 351 milliseconds

1 2 3 4 5 6 7