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

  /external/chromium_org/device/bluetooth/
bluetooth_socket_chromeos_unittest.cc 50 last_reason_(BluetoothSocket::kSystemError) {}
138 last_reason_ = reason;
175 BluetoothSocket::ErrorReason last_reason_; member in class:chromeos::BluetoothSocketChromeOSTest
259 EXPECT_EQ(BluetoothSocket::kDisconnected, last_reason_);
  /external/chromium_org/content/browser/download/
download_item_impl.h 166 // last_reason_ to be set, but doesn't require the download to be in
486 DownloadInterruptReason last_reason_; member in class:content::DownloadItemImpl
533 // last_reason_ so that we can avoid handling destination errors until

Completed in 840 milliseconds