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

  /external/chromium_org/chrome/browser/sync/test/integration/
sessions_helper.cc 60 const browser_sync::SyncedSession* local_session; local
61 if (!GetLocalSession(index, &local_session)) {
65 if (local_session->windows.size() == 0) {
73 local_session->windows.begin();
74 it != local_session->windows.end(); ++it) {
151 const browser_sync::SyncedSession* local_session; local
152 if (!GetLocalSession(index, &local_session)) {
155 for (SessionWindowMap::const_iterator w = local_session->windows.begin();
156 w != local_session->windows.end(); ++w) {
192 const browser_sync::SyncedSession* local_session; local
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/performance/
sessions_sync_perf_test.cc 84 const browser_sync::SyncedSession* local_session; local
87 if (!GetLocalSession(profile, &local_session)) {
98 sessions.push_back(local_session);
  /external/mtpd/
l2tp.c 92 static uint16_t local_session; variable
362 .local = {.tunnel = local_tunnel, .session = local_session},
444 if (state == ICRQ && session == local_session) {
468 if (session && session == local_session) {
469 log_print(DEBUG, "Received CDN (local_session = %d)",
470 local_session);
482 while (!local_session) {
483 local_session = random();
485 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = "
486 "%d)", messages[incoming.message], local_session);
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
session_model_associator.h 146 // Sets |*local_session| to point to the associator's representation of the
148 bool GetLocalSession(const SyncedSession* * local_session);
session_model_associator.cc     [all...]

Completed in 207 milliseconds