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 174 const base::string16 test_identity = base::ASCIIToUTF16("foo@bar.com"); local
175 search_tab_helper->OnChromeIdentityCheck(test_identity);
183 EXPECT_EQ(test_identity, params.a);
194 const base::string16 test_identity = base::ASCIIToUTF16("bar@foo.com"); local
195 search_tab_helper->OnChromeIdentityCheck(test_identity);
203 EXPECT_EQ(test_identity, params.a);
217 const base::string16 test_identity; local
218 search_tab_helper->OnChromeIdentityCheck(test_identity);
226 EXPECT_EQ(test_identity, params.a);
240 const base::string16 test_identity = base::ASCIIToUTF16("bar@foo.com") local
260 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 510 const std::string test_identity("test_identity");
516 shill::kIdentityProperty, test_identity);
534 EXPECT_EQ(test_identity, identity);

Completed in 124 milliseconds