/external/chromium/chrome/browser/chromeos/ |
cros_settings_names.cc | 18 // Name of signed setting persisted on device, writeable only by owner.
|
/external/chromium/chrome/browser/sync/engine/ |
store_timestamps_command.h | 20 // database, meaning it is safe to update the persisted
|
apply_updates_command.cc | 55 // This gets persisted to the directory's backing store.
|
/external/chromium/chrome/browser/sync/util/ |
user_settings_win.cc | 34 // Returns the username whose credentials have been persisted as well as
|
user_settings.h | 52 // Returns the user name whose credentials have been persisted. 55 // Returns the user name whose credentials have been persisted as well as a
|
/external/chromium/net/base/ |
cookie_policy.h | 19 OK_FOR_SESSION_ONLY = 1, // The cookie may be set but not persisted.
|
static_cookie_policy.h | 26 // Do not change the order of these types as they are persisted in
|
/external/chromium_org/chrome/browser/bookmarks/ |
bookmark_expanded_state_tracker.h | 17 // nodes are persisted in preferences. If an expanded node is removed from the
|
/external/chromium_org/chrome/browser/download/ |
save_page_browsertest.cc | 351 // through its own state transitions, including being persisted out to the 357 // persisted. 390 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( 402 persisted.WaitForPersisted(); 421 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( 438 persisted.WaitForPersisted(); 510 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( 522 persisted.WaitForPersisted(); 544 DownloadPersistedObserver persisted(browser()->profile(), base::Bind( 556 persisted.WaitForPersisted() [all...] |
download_history.cc | 11 // store per-DownloadItem data such as whether the item is persisted or being 12 // persisted, and the last history::DownloadRow that was passed to the database. 17 // DownloadManager of these persisted DownloadItems. CreateDownloadItem() 57 PERSISTED, 187 return data && (data->state() == DownloadHistoryData::PERSISTED); 255 DownloadHistoryData::PERSISTED); 322 data->SetState(DownloadHistoryData::PERSISTED); 346 data->SetState(DownloadHistoryData::PERSISTED); 395 if (data->state() != DownloadHistoryData::PERSISTED) {
|
/external/chromium_org/chrome/browser/extensions/ |
default_apps.h | 25 // These enum values are persisted in the user preferences, so they should not
|
/external/chromium_org/chrome/browser/profiles/ |
storage_partition_descriptor.h | 12 // whether the partition should be persisted on disk. Its purpose is to serve as
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/ |
content.js | 33 log("Persisted counter is: " + response.persistentCounter);
|
/external/chromium_org/content/browser/geolocation/ |
fake_access_token_store.h | 15 // A fake (non-persisted) access token store instance useful for testing.
|
location_arbitrator.h | 25 // infobar prompt) or inferred from a persisted site permission.
|
/external/chromium_org/net/http/ |
transport_security_persister_unittest.cc | 134 std::string persisted; local 135 EXPECT_TRUE(base::ReadFileToString(path, &persisted)); 136 EXPECT_EQ(persisted, serialized); 138 EXPECT_TRUE(persister_->LoadEntries(persisted, &dirty));
|
/external/chromium_org/sync/internal_api/public/ |
read_transaction.h | 37 // persisted info.
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
PageTransitionEvent.idl | 29 [InitializedByEventConstructor] readonly attribute boolean persisted;
|
/external/chromium_org/ui/base/ |
ui_base_types.h | 22 SHOW_STATE_INACTIVE = 4, // Views only, not persisted.
|
/cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
GrantUriPermission.java | 85 // Should have a single persisted perm 95 // Should have zero persisted perms
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
download_handler.cc | 93 // Returns true if |download| is a Drive download created from data persisted 97 // Persisted downloads are not in IN_PROGRESS state when created, while newly 131 // Remove any persisted Drive DownloadItem. crbug.com/171384 211 // Remove any persisted Drive DownloadItem. crbug.com/171384
|
/external/chromium_org/chrome/browser/ui/window_sizer/ |
window_sizer.h | 58 // Retrieve the persisted bounds of the window. Returns true if there was 59 // persisted data to retrieve state information, false otherwise. 60 // The |show_state| variable will only be touched if there was persisted 88 // then falling back to persisted data from a previous session, finally
|
/external/chromium_org/content/port/browser/ |
location_provider.h | 51 // infobar prompt) or inferred from a persisted site permission.
|
/external/chromium_org/content/public/browser/ |
dom_storage_context.h | 58 // associated with the persisted sessionStorage data.
|
/external/chromium_org/net/base/ |
static_cookie_policy.h | 19 // Do not change the order of these types as they are persisted in
|