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

  /external/chromium_org/remoting/host/
pairing_registry_delegate_linux_unittest.cc 43 // Add a couple of pairings.
49 // Verify that there are two pairings in the store now.
65 scoped_ptr<base::ListValue> pairings = delegate->LoadAll(); local
67 EXPECT_TRUE(pairings->GetDictionary(0, &json));
pairing_registry_delegate_win_unittest.cc 57 // Add a couple of pairings.
63 // Verify that there are two pairings in the store now.
79 scoped_ptr<base::ListValue> pairings = delegate->LoadAll(); local
81 EXPECT_TRUE(pairings->GetDictionary(0, &json));
113 // to read the pairings.
  /external/chromium_org/remoting/protocol/
pairing_registry.cc 190 scoped_ptr<base::ListValue> pairings = delegate_->LoadAll(); local
192 base::Passed(&pairings)));
249 scoped_ptr<base::ListValue> pairings) {
250 callback.Run(pairings.Pass());
256 scoped_ptr<base::ListValue> pairings) {
260 for (size_t i = 0; i < pairings->GetSize(); ++i) {
262 if (!pairings->GetDictionary(i, &pairing_json)) {

Completed in 203 milliseconds