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

  /external/chromium_org/chrome/browser/ui/android/tab_model/
tab_model.cc 18 TabModel::TabModel(Profile* profile)
44 TabModel::~TabModel() {
47 content::WebContents* TabModel::GetActiveWebContents() const {
54 Profile* TabModel::GetProfile() const {
58 bool TabModel::IsOffTheRecord() const {
62 browser_sync::SyncedWindowDelegate* TabModel::GetSyncedWindowDelegate() const {
66 SessionID::id_type TabModel::GetSessionId() const {
70 void TabModel::BroadcastSessionRestoreComplete()
    [all...]
tab_model.h 31 class TabModel : public content::NotificationObserver,
34 explicit TabModel(Profile* profile);
35 virtual ~TabModel();
76 // Instructs the TabModel to broadcast a notification that all tabs are now
83 // Determines how TabModel will interact with the profile.
88 // The profile associated with this TabModel.
91 // Describes if this TabModel contains an off-the-record profile.
94 // The SyncedWindowDelegate associated with this TabModel.
99 // Unique identifier of this TabModel for session restore. This id is only
104 // The Registrar used to register TabModel for notifications
    [all...]

Completed in 35 milliseconds