HomeSort by relevance Sort by last modified time
    Searched refs:sessions (Results 126 - 150 of 213) sorted by null

1 2 3 4 56 7 8 9

  /external/chromium_org/chrome/browser/android/
recently_closed_tabs_bridge.cc 11 #include "chrome/browser/sessions/session_restore.h"
12 #include "chrome/browser/sessions/tab_restore_service.h"
13 #include "chrome/browser/sessions/tab_restore_service_factory.h"
29 const sessions::SerializedNavigationEntry& current_navigation =
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.h 55 // Called when UserManager finishes restoring user sessions after crash.
67 // Also supports restoring active user sessions after browser crash:
103 // manager for all active user sessions, marks them as logged in
108 // UserSessionManager finished restoring user sessions.
112 // user sessions restoration is in progress.
194 // Used when restoring user sessions after crash.
246 const SessionManagerClient::ActiveSessionsMap& sessions,
249 // Called by OnRestoreActiveSessions() when there're user sessions in
255 // Notifies observers that user pending sessions restore has finished.
274 // True if user sessions has been restored after crash
    [all...]
  /external/chromium_org/chrome/browser/sessions/
session_types_unittest.cc 5 #include "chrome/browser/sessions/session_types.h"
15 #include "components/sessions/serialized_navigation_entry_test_helper.h"
89 sessions::SerializedNavigationEntryTestHelper::CreateNavigation(
  /external/chromium_org/chrome/browser/ui/
browser_tabrestore.cc 9 #include "chrome/browser/sessions/session_service.h"
10 #include "chrome/browser/sessions/session_service_factory.h"
24 using sessions::SerializedNavigationEntry;
  /external/chromium_org/chrome/browser/ui/search/
instant_controller.cc 24 #include "components/sessions/serialized_navigation_entry.h"
67 transient->SetExtraData(sessions::kSearchTermsKey, search_terms);
  /external/chromium_org/chrome/browser/ui/webui/ntp/
recently_closed_tabs_handler.cc 11 #include "chrome/browser/sessions/tab_restore_service_delegate.h"
12 #include "chrome/browser/sessions/tab_restore_service_factory.h"
24 const sessions::SerializedNavigationEntry& current_navigation =
  /external/chromium_org/sync/engine/
all_status.cc 40 const sessions::SyncSessionSnapshot& snapshot = event.snapshot;
syncer_proto_util_unittest.cc 19 #include "sync/sessions/sync_session_context.h"
34 using sessions::SyncSessionContext;
37 class MockDelegate : public sessions::SyncSession::Delegate {
sync_scheduler_impl.cc 29 using sessions::SyncSession;
30 using sessions::SyncSessionSnapshot;
152 sessions::SyncSessionContext* context,
477 && !sessions::HasSyncerError(
520 && !sessions::HasSyncerError(
543 const sessions::ModelNeutralState& model_neutral_state) {
model_type_sync_worker_impl_unittest.cc 13 #include "sync/sessions/status_controller.h"
378 sessions::StatusController dummy_status;
402 sessions::StatusController dummy_status;
413 sessions::StatusController dummy_status;
435 sessions::StatusController dummy_status;
480 sessions::StatusController dummy_status;
    [all...]
directory_commit_contribution.cc 10 #include "sync/internal_api/public/sessions/commit_counters.h"
77 sessions::StatusController* status) {
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.cc 5 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
13 namespace sessions { namespace in namespace:syncer
163 } // namespace sessions
  /external/chromium_org/sync/sessions/
data_type_tracker.cc 5 #include "sync/sessions/data_type_tracker.h"
9 #include "sync/sessions/nudge_tracker.h"
12 namespace sessions { namespace in namespace:syncer
226 } // namespace sessions
  /external/wpa_supplicant_8/hs20/server/www/
est.php 40 $sql = "SELECT rowid,password,operation FROM sessions " .
180 if (!$db->exec("UPDATE sessions SET user='$user', cert='$fingerprint', cert_pem='$cert' WHERE rowid=$rowid")) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
call.cc 170 std::vector<Session*> sessions = this->sessions(); local
174 for (it = sessions.begin(); it != sessions.end(); ++it) {
224 // If no more sessions for this call, delete it
243 std::vector<Session*> Call::sessions() { function in class:cricket::Call
244 std::vector<Session*> sessions; local
247 sessions.push_back(it->second.session);
249 return sessions;
671 // Moved all the sessions over, so the other call should no longer have any
    [all...]
  /external/wpa_supplicant_8/src/radius/
radius_server.c 29 * RADIUS_MAX_SESSION - Maximum number of active sessions
107 struct radius_session *sessions; member in struct:radius_client
143 * num_sess - Number of active sessions
435 struct radius_session *sess = client->sessions;
473 session = client->sessions;
477 client->sessions = sess->next;
529 sess->next = client->sessions;
530 client->sessions = sess;
    [all...]
  /external/chromium_org/chrome/browser/resources/history/
other_devices.js 6 * @fileoverview The section of the history page that shows tabs from sessions
45 * Controller for the context menu for device names in the list of sessions.
61 * Initialize the context menu for device names in the list of sessions.
371 * Resets the view sessions.
372 * @param {Object} sessionList The sessions to add.
478 * foreign sessions, or tab sync is disabled for this profile.
481 * @param {Array} sessionList Array of objects describing the sessions
  /external/chromium_org/third_party/boringssl/src/ssl/
ssl_sess.c 231 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
232 * store that many sessions is perhaps a more interesting question ... */
249 * we could not prevent the concurrent creation of sessions
424 * - Both for new and resumed sessions, s->tlsext_ticket_expected is set to 1
470 ret=lh_SSL_SESSION_retrieve(s->initial_ctx->sessions,&data);
593 if (!lh_SSL_SESSION_insert(ctx->sessions,&s,c)) {
599 * ctx->sessions), or we're in trouble. */
661 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions,c)) == c)
664 r=lh_SSL_SESSION_delete(ctx->sessions,c);
921 tp.cache=s->sessions;
    [all...]
  /external/openssl/ssl/
ssl_sess.c 245 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
246 * store that many sessions is perhaps a more interesting question ... */
263 * we could not prevent the concurrent creation of sessions
479 * - Both for new and resumed sessions, s->tlsext_ticket_expected is set to 1
530 ret=lh_SSL_SESSION_retrieve(s->session_ctx->sessions,&data);
664 s=lh_SSL_SESSION_insert(ctx->sessions,c);
668 * ctx->sessions), or we're in trouble. */
730 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions,c)) == c)
733 r=lh_SSL_SESSION_delete(ctx->sessions,c);
1010 tp.cache=s->sessions;
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
SSLSocketTest.java 986 Map<String, byte[]> sessions = new HashMap<String, byte[]>(); field in class:SSLSocketTest.FakeClientSessionCache
    [all...]
  /external/chromium_org/chrome/browser/sync/
about_sync_util.cc 330 const syncer::sessions::SyncSessionSnapshot& snapshot =
333 syncer::sessions::SyncSessionSnapshot();
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_core.h 14 #include "sync/internal_api/public/sessions/type_debug_info_observer.h"
94 const syncer::sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager.h 18 #include "chrome/browser/sessions/session_types.h"
23 #include "chrome/browser/sync/sessions/tab_node_pool.h"
24 #include "components/sessions/session_id.h"
65 // each URL in |updated_page_urls|. This is routed through Sessions Sync so
83 // Contains all logic for associating the Chrome sessions model and
84 // the sync sessions model.
112 std::vector<const SyncedSession*>* sessions) OVERRIDE;
144 // Triggers garbage collection of stale sessions (as defined by
146 // time we start up (via AssociateModels) and when new sessions data is
263 // Resync local window information. Updates the local sessions header nod
    [all...]
  /external/chromium_org/chromeos/dbus/
session_manager_client.cc 408 ActiveSessionsMap sessions; local
412 callback.Run(sessions, success);
433 sessions[key] = value;
438 callback.Run(sessions, success);
  /external/chromium_org/content/browser/renderer_host/
render_process_host_impl.h 179 // Used to extend the lifetime of the sessions until the render view
184 const SessionStorageNamespaceMap& sessions,

Completed in 584 milliseconds

1 2 3 4 56 7 8 9