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

  /external/webkit/WebKit/chromium/public/
WebStorageArea.h 49 ResultOK = 0,
66 // Set the value that corresponds to a specific key. Result will either be ResultOK
73 result = quotaException ? ResultBlockedByQuota : ResultOK;
80 quotaException = result != ResultOK;
  /external/webkit/WebKit/chromium/src/
WebStorageAreaImpl.cpp 80 result = ResultOK;

Completed in 19 milliseconds