Searched refs:last_socket_ (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos_unittest.cc114 last_socket_ = socket;
146 last_socket_ = socket;
153 last_socket_ = socket;
171 scoped_refptr<BluetoothSocket> last_socket_; member in class:chromeos::BluetoothSocketChromeOSTest
195 EXPECT_TRUE(last_socket_.get() != NULL);
198 scoped_refptr<BluetoothSocket> socket = last_socket_;
199 last_socket_ = NULL;
302 EXPECT_TRUE(last_socket_.get() != NULL);
305 scoped_refptr<BluetoothSocket> server_socket = last_socket_;
306 last_socket_
[all...]

Completed in 316 milliseconds