Searched defs:TabContentsWrapper (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/tab_contents/
H A Dtab_contents_wrapper.cc42 static base::LazyInstance<PropertyAccessor<TabContentsWrapper*> >
46 // TabContentsWrapper, public:
48 TabContentsWrapper::TabContentsWrapper(TabContents* contents) function in class:TabContentsWrapper
86 TabContentsWrapper::~TabContentsWrapper() {
91 PropertyAccessor<TabContentsWrapper*>* TabContentsWrapper::property_accessor() {
95 void TabContentsWrapper::RegisterUserPrefs(PrefService* prefs) {
152 string16 TabContentsWrapper
[all...]
H A Dtab_contents_wrapper.h49 class TabContentsWrapper : public NotificationObserver, class in inherits:NotificationObserver,TabContentsObserver
54 explicit TabContentsWrapper(TabContents* contents);
55 ~TabContentsWrapper();
59 static PropertyAccessor<TabContentsWrapper*>* property_accessor();
69 // Create a TabContentsWrapper with the same state as this one. The returned
71 TabContentsWrapper* Clone();
77 // general case, please do NOT use this; plumb TabContentsWrapper through the
79 static TabContentsWrapper* GetCurrentWrapperForContents(
216 DISALLOW_COPY_AND_ASSIGN(TabContentsWrapper);

Completed in 143 milliseconds