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

/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model.cc18 TabModel::TabModel(Profile* profile) function in class:TabModel
44 TabModel::TabModel() function in class:TabModel
51 TabModel::~TabModel() {
54 content::WebContents* TabModel::GetActiveWebContents() const {
61 Profile* TabModel::GetProfile() const {
65 bool TabModel::IsOffTheRecord() const {
69 browser_sync::SyncedWindowDelegate* TabModel
[all...]
H A Dtab_model.h31 class TabModel : public content::NotificationObserver, class in inherits:content::NotificationObserver,ToolbarModelDelegate
34 explicit TabModel(Profile* profile);
37 TabModel();
38 virtual ~TabModel();
77 // Instructs the TabModel to broadcast a notification that all tabs are now
84 // Determines how TabModel will interact with the profile.
89 // The profile associated with this TabModel.
92 // Describes if this TabModel contains an off-the-record profile.
95 // The SyncedWindowDelegate associated with this TabModel.
100 // Unique identifier of this TabModel fo
[all...]

Completed in 109 milliseconds