HomeSort by relevance Sort by last modified time
    Searched full:change_flags (Results 1 - 11 of 11) 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));
mock_special_storage_policy.h 74 void NotifyGranted(const GURL& origin, int change_flags) {
75 SpecialStoragePolicy::NotifyGranted(origin, change_flags);
78 void NotifyRevoked(const GURL& origin, int change_flags) {
79 SpecialStoragePolicy::NotifyRevoked(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 165 virtual void OnGranted(const GURL& origin, int change_flags) OVERRIDE;
166 virtual void OnRevoked(const GURL& origin, int change_flags) OVERRIDE;
usage_tracker.cc 613 int change_flags) {
615 if (change_flags & SpecialStoragePolicy::STORAGE_UNLIMITED) {
630 int change_flags) {
632 if (change_flags & SpecialStoragePolicy::STORAGE_UNLIMITED) {
  /external/chromium_org/chrome/browser/extensions/
extension_special_storage_policy.cc 106 int change_flags = 0; local
110 change_flags |= SpecialStoragePolicy::STORAGE_PROTECTED;
117 change_flags |= SpecialStoragePolicy::STORAGE_UNLIMITED;
126 if (change_flags) {
128 change_flags);
142 int change_flags = 0; local
146 change_flags |= SpecialStoragePolicy::STORAGE_PROTECTED;
153 change_flags |= SpecialStoragePolicy::STORAGE_UNLIMITED;
162 if (change_flags) {
164 change_flags);
    [all...]
extension_special_storage_policy_unittest.cc 37 int change_flags) OVERRIDE {
40 EXPECT_EQ(expected_change_flags_, change_flags);
45 int change_flags) OVERRIDE {
48 EXPECT_EQ(expected_change_flags_, change_flags);
58 int change_flags) {
61 expected_change_flags_ = change_flags;
65 int change_flags) {
68 expected_change_flags_ = change_flags;
361 int change_flags[] = { local
368 ASSERT_EQ(arraysize(apps), arraysize(change_flags));
    [all...]
extension_special_storage_policy.h 76 void NotifyGranted(const GURL& origin, int change_flags);
77 void NotifyRevoked(const GURL& origin, int 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}"
  /prebuilts/qemu-kernel/arm/2.6/
vmlinux-qemu 
vmlinux-qemu-armv7 

Completed in 1013 milliseconds