OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:account_space
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/sync/test/accounts_client/
test_accounts_client_unittest.cc
33
session.
account_space
= kAccountSpace;
42
const string&
account_space
,
44
: TestAccountsClient(server,
account_space
, usernames) {}
66
success_dict.Set("
account_space
", new StringValue(kAccountSpace));
78
EXPECT_EQ(kAccountSpace, session.
account_space
);
test_accounts_client.h
23
string
account_space
;
member in struct:AccountSession
34
// http://service-runs-here.com), |
account_space
| (for account segregation),
37
const string&
account_space
,
test_accounts_client.cc
72
const string&
account_space
,
74
: server_(server), account_space_(
account_space
), usernames_(usernames) {
81
url = net::AppendQueryParameter(url, "
account_space
", account_space_);
103
dict_value->GetString("
account_space
", &session->
account_space
);
116
if (session.username.empty() || session.
account_space
.empty() ||
117
account_space_.compare(session.
account_space
) != 0 ||
123
url = net::AppendQueryParameter(url, "
account_space
", session.
account_space
);
Completed in 89 milliseconds