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

/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor_browsertest.cc259 int64 next_threshold = GetNextStorageThreshold(extension->id()); local
260 int64 next_data_size = next_threshold - GetInitialExtensionThreshold();
274 int64 next_threshold = GetNextStorageThreshold(extension->id()); local
275 int64 next_data_size = next_threshold - GetInitialEphemeralThreshold();
277 EXPECT_GE(GetInitialExtensionThreshold(), next_threshold); local
H A Dextension_storage_monitor.cc106 int64 next_threshold,
115 state.next_threshold = next_threshold;
124 int64 next_threshold) {
131 it->second.next_threshold = next_threshold;
172 int64 next_threshold; member in struct:extensions::StorageEventObserver::StorageState
174 StorageState() : next_threshold(0) {}
190 if (event.usage >= state->second.next_threshold) {
191 while (event.usage >= state->second.next_threshold)
102 StartObservingForExtension( scoped_refptr<storage::QuotaManager> quota_manager, const std::string& extension_id, const GURL& site_url, int64 next_threshold, int rate) argument
123 UpdateThresholdForExtension(const std::string& extension_id, int64 next_threshold) argument
283 int64 next_threshold = GetNextStorageThresholdFromPrefs(extension->id()); local
341 OnStorageThresholdExceeded( const std::string& extension_id, int64 next_threshold, int64 current_usage) argument
560 int next_threshold = GetNextStorageThresholdFromPrefs(extension_id); local
571 SetNextStorageThreshold( const std::string& extension_id, int64 next_threshold) argument
587 int64 next_threshold; local
[all...]

Completed in 164 milliseconds