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

  /external/webkit/Source/WebKit/chromium/public/
WebStorageArea.h 50 ResultOK = 0,
67 // Set the value that corresponds to a specific key. Result will either be ResultOK
  /external/webkit/Source/WebKit/chromium/src/
StorageAreaProxy.cpp 77 WebKit::WebStorageArea::Result result = WebKit::WebStorageArea::ResultOK;
81 ec = (result == WebKit::WebStorageArea::ResultOK) ? 0 : QUOTA_EXCEEDED_ERR;
83 if (oldValueString != value && result == WebKit::WebStorageArea::ResultOK)
WebStorageAreaImpl.cpp 80 result = ResultOK;

Completed in 337 milliseconds