HomeSort by relevance Sort by last modified time
    Searched defs:TabContentsWrapper (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/ui/tab_contents/
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...]
tab_contents_wrapper.h 49 class TabContentsWrapper : public NotificationObserver,
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 286 milliseconds