Searched defs:is_share_usable (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/sessions/
H A Dsession_state.cc110 bool is_share_usable,
123 is_share_usable(is_share_usable),
148 value->SetBoolean("isShareUsable", is_share_usable);
106 SyncSessionSnapshot( const SyncerStatus& syncer_status, const ErrorCounters& errors, int64 num_server_changes_remaining, bool is_share_usable, const syncable::ModelTypeBitSet& initial_sync_ended, const std::string (&download_progress_markers)[syncable::MODEL_TYPE_COUNT], bool more_to_sync, bool is_silenced, int64 unsynced_count, int num_conflicting_updates, bool did_commit_items, const SyncSourceInfo& source) argument
H A Dsession_state.h116 bool is_share_usable,
134 const bool is_share_usable; member in struct:browser_sync::sessions::SyncSessionSnapshot

Completed in 50 milliseconds