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

  /external/chromium_org/webkit/browser/quota/
special_storage_policy.cc 23 void SpecialStoragePolicy::NotifyGranted(const GURL& origin, int change_flags) {
25 FOR_EACH_OBSERVER(Observer, observers_, OnGranted(origin, change_flags));
28 void SpecialStoragePolicy::NotifyRevoked(const GURL& origin, int change_flags) {
30 FOR_EACH_OBSERVER(Observer, observers_, OnRevoked(origin, change_flags));
special_storage_policy.h 35 virtual void OnGranted(const GURL& origin, int change_flags) = 0;
36 virtual void OnRevoked(const GURL& origin, int change_flags) = 0;
77 void NotifyGranted(const GURL& origin, int change_flags);
78 void NotifyRevoked(const GURL& origin, int change_flags);
usage_tracker.h 172 virtual void OnGranted(const GURL& origin, int change_flags) OVERRIDE;
173 virtual void OnRevoked(const GURL& origin, int change_flags) OVERRIDE;
usage_tracker.cc 637 int change_flags) {
639 if (change_flags & SpecialStoragePolicy::STORAGE_UNLIMITED) {
654 int change_flags) {
656 if (change_flags & SpecialStoragePolicy::STORAGE_UNLIMITED) {
  /external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy.cc 116 int change_flags = 0; local
120 change_flags |= SpecialStoragePolicy::STORAGE_PROTECTED;
128 change_flags |= SpecialStoragePolicy::STORAGE_UNLIMITED;
138 if (change_flags) {
140 change_flags);
156 int change_flags = 0; local
160 change_flags |= SpecialStoragePolicy::STORAGE_PROTECTED;
168 change_flags |= SpecialStoragePolicy::STORAGE_UNLIMITED;
178 if (change_flags) {
180 change_flags);
    [all...]
extension_special_storage_policy.h 77 void NotifyGranted(const GURL& origin, int change_flags);
78 void NotifyRevoked(const GURL& origin, int change_flags);
extension_special_storage_policy_unittest.cc 39 int change_flags) OVERRIDE {
42 EXPECT_EQ(expected_change_flags_, change_flags);
47 int change_flags) OVERRIDE {
50 EXPECT_EQ(expected_change_flags_, change_flags);
60 int change_flags) {
63 expected_change_flags_ = change_flags;
67 int change_flags) {
70 expected_change_flags_ = change_flags;
363 int change_flags[] = { local
370 ASSERT_EQ(arraysize(apps), arraysize(change_flags));
    [all...]
  /external/chromium_org/content/public/test/
mock_special_storage_policy.h 76 void NotifyGranted(const GURL& origin, int change_flags) {
77 SpecialStoragePolicy::NotifyGranted(origin, change_flags);
80 void NotifyRevoked(const GURL& origin, int change_flags) {
81 SpecialStoragePolicy::NotifyRevoked(origin, change_flags);
  /external/chromium_org/build/mac/
make_more_helpers.sh 53 local change_flags="$(dirname "${0}")/change_mach_o_flags.py"
54 "${change_flags}" ${flags} "${helper_feature_exe}"

Completed in 2763 milliseconds