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

  /external/chromium_org/webkit/browser/quota/
mock_quota_manager.h 158 // last_notified_type_.
164 // last_notified_type_ and last_notified_delta_ respecitvely.
175 StorageType last_notified_type() const { return last_notified_type_; }
189 StorageType last_notified_type_; member in class:quota::MockQuotaManagerProxy
mock_quota_manager.cc 159 last_notified_type_(kStorageTypeUnknown),
181 last_notified_type_ = type;
189 last_notified_type_ = type;

Completed in 43 milliseconds