OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:test_identity
(Results
1 - 4
of
4
) sorted by null
/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/chrome/browser/ui/search/
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
...]
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
...]
Completed in 722 milliseconds