HomeSort by relevance Sort by last modified time
    Searched refs:GetForeignSession (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/sync/glue/
foreign_session_tracker.h 54 ForeignSession* GetForeignSession(const std::string& foreign_session_tag);
session_model_associator_unittest.cc 62 ForeignSession* session = tracker.GetForeignSession(tag);
130 ForeignSession* session = tracker.GetForeignSession(tag1);
131 ForeignSession* session2 = tracker.GetForeignSession(tag2);
132 ForeignSession* session3 = tracker.GetForeignSession(tag3);
foreign_session_tracker.cc 67 ForeignSession* ForeignSessionTracker::GetForeignSession(
session_model_associator.h 151 bool GetForeignSession(const std::string& tag,
session_model_associator.cc 525 foreign_session_tracker_.GetForeignSession(foreign_session_tag);
779 bool SessionModelAssociator::GetForeignSession(
    [all...]
  /external/chromium/chrome/browser/ui/webui/
foreign_session_handler.cc 179 if (!associator->GetForeignSession(session_string_value, &windows)) {

Completed in 906 milliseconds