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

  /external/chromium/chrome/browser/sessions/
session_types.cc 111 // ForeignSession --------------------------------------------------------------
113 ForeignSession::ForeignSession() : foreign_session_tag("invalid") {
116 ForeignSession::~ForeignSession() {
session_types.h 194 struct ForeignSession {
195 ForeignSession();
196 ~ForeignSession();
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java 39 public static class ForeignSession {
46 private ForeignSession(String tag, String name, String deviceType, long modifiedTime) {
87 private static ForeignSession pushSession(
88 List<ForeignSession> sessions, String tag, String name, String deviceType,
90 ForeignSession session = new ForeignSession(tag, name, deviceType, modifiedTime);
97 ForeignSession session, long timestamp, int sessionId) {
150 public List<ForeignSession> getForeignSessions() {
151 List<ForeignSession> result = new ArrayList<ForeignSession>();
    [all...]

Completed in 165 milliseconds