Searched refs:GetInitialExtensionThreshold (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dextension_storage_monitor_browsertest.cc95 int64 GetInitialExtensionThreshold() { function in class:extensions::ExtensionStorageMonitorTest
216 WriteBytesExpectingNotification(extension, GetInitialExtensionThreshold());
225 GetInitialExtensionThreshold() * 2);
235 WriteBytesExpectingNotification(extension, GetInitialExtensionThreshold());
246 WriteBytesExpectingNotification(extension, GetInitialExtensionThreshold());
260 int64 next_data_size = next_threshold - GetInitialExtensionThreshold();
277 EXPECT_GE(GetInitialExtensionThreshold(), next_threshold);
286 EXPECT_EQ(GetInitialExtensionThreshold(),
300 WriteBytesExpectingNotification(extension, GetInitialExtensionThreshold());
321 WriteBytesNotExpectingNotification(extension, GetInitialExtensionThreshold());
[all...]

Completed in 592 milliseconds