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

  /external/chromium_org/chrome/browser/ui/search/
search_tab_helper_unittest.cc 180 const base::string16 test_identity = base::ASCIIToUTF16("foo@bar.com"); local
181 search_tab_helper->OnChromeIdentityCheck(test_identity);
189 EXPECT_EQ(test_identity, params.a);
200 const base::string16 test_identity = base::ASCIIToUTF16("bar@foo.com"); local
201 search_tab_helper->OnChromeIdentityCheck(test_identity);
209 EXPECT_EQ(test_identity, params.a);
223 const base::string16 test_identity; local
224 search_tab_helper->OnChromeIdentityCheck(test_identity);
232 EXPECT_EQ(test_identity, params.a);
246 const base::string16 test_identity = base::ASCIIToUTF16("bar@foo.com") local
266 const base::string16 test_identity = base::ASCIIToUTF16("foo@bar.com"); local
    [all...]
search_ipc_router_unittest.cc 424 const base::string16 test_identity = base::ASCIIToUTF16("foo@bar.com"); local
425 EXPECT_CALL(*mock_delegate(), OnChromeIdentityCheck(test_identity)).Times(1);
431 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), test_identity));
440 const base::string16 test_identity = base::ASCIIToUTF16("foo@bar.com"); local
441 EXPECT_CALL(*mock_delegate(), OnChromeIdentityCheck(test_identity)).Times(0);
447 contents->GetRoutingID(), GetSearchIPCRouterSeqNo(), test_identity));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_list.py 45 def test_identity(self): member in class:ListTest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_list.py 45 def test_identity(self): member in class:ListTest
  /external/chromium_org/chromeos/network/
network_configuration_handler_unittest.cc 508 const std::string test_identity("test_identity");
514 shill::kIdentityProperty, test_identity);
532 EXPECT_EQ(test_identity, identity);

Completed in 83 milliseconds