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

  /external/chromium/chrome/browser/prefs/
overlay_persistent_pref_store.cc 50 PrefStore::ReadResult read_result = local
52 if (read_result == READ_OK) {
58 return read_result;
  /external/dbus/dbus/
dbus-nonce.c 192 dbus_bool_t read_result; local
208 read_result = _dbus_read_nonce (noncefile, &nonce, error);
209 if (!read_result)
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 531 StreamResult read_result = http_stream_->Read(buffer_ + len_, local
534 switch (read_result) {

Completed in 77 milliseconds