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

/external/chromium_org/chrome/browser/sessions/
H A Dsession_tab_helper.cc19 DEFINE_WEB_CONTENTS_USER_DATA_KEY(SessionTabHelper); variable
21 SessionTabHelper::SessionTabHelper(content::WebContents* contents) function in class:SessionTabHelper
25 SessionTabHelper::~SessionTabHelper() {
28 void SessionTabHelper::SetWindowID(const SessionID& id) {
41 SessionID::id_type SessionTabHelper::IdForTab(const content::WebContents* tab) {
42 const SessionTabHelper* session_tab_helper =
43 tab ? SessionTabHelper::FromWebContents(tab) : NULL;
48 SessionID::id_type SessionTabHelper
[all...]
H A Dsession_tab_helper.h15 class SessionTabHelper : public content::WebContentsObserver, class in inherits:content::WebContentsObserver,content::WebContentsUserData
16 public content::WebContentsUserData<SessionTabHelper> {
18 virtual ~SessionTabHelper();
27 // If the specified WebContents has a SessionTabHelper (probably because it
31 // for a NULL WebContents or if the WebContents has no SessionTabHelper.
34 // If the specified WebContents has a SessionTabHelper (probably because it
38 // If the WebContents has a SessionTabHelper but has never been attached to a
41 // SessionTabHelper.
53 explicit SessionTabHelper(content::WebContents* contents);
54 friend class content::WebContentsUserData<SessionTabHelper>;
[all...]

Completed in 147 milliseconds