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

  /external/chromium_org/webkit/browser/quota/
mock_quota_manager.h 166 // The also records the |origin| and |type| in last_notified_origin_ and
172 // Records the |origin|, |type| and |delta| as last_notified_origin_,
183 GURL last_notified_origin() const { return last_notified_origin_; }
197 GURL last_notified_origin_; member in class:quota::MockQuotaManagerProxy
mock_quota_manager.cc 180 last_notified_origin_ = origin;
188 last_notified_origin_ = origin;

Completed in 144 milliseconds