OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:session_tag_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/sessions/
session_id.h
18
// In the case that the session is local, |
session_tag_
| will be empty string.
25
// represents a local session, |
session_tag_
| will be the empty string. |id|
37
const std::string& session_tag() const { return
session_tag_
; }
43
std::string
session_tag_
;
member in class:extensions::SessionId
session_id.cc
36
:
session_tag_
(session_tag), id_(id) {
40
return !
session_tag_
.empty();
45
(
session_tag_
+ kIdSeparator + base::StringPrintf("%d", id_))
Completed in 3018 milliseconds