OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_state
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/sync/test/integration/
sync_auth_test.cc
62
// Sets the authenticated state of the python sync server to |
auth_state
| and
65
void SetAuthStateAndTokenResponse(PythonServerAuthState
auth_state
,
69
TriggerAuthState(
auth_state
);
sync_test.h
207
void TriggerAuthState(PythonServerAuthState
auth_state
);
sync_test.cc
756
void SyncTest::TriggerAuthState(PythonServerAuthState
auth_state
) {
759
path.append(
auth_state
== AUTHENTICATED_TRUE ? "?valid=True" :
/external/ppp/pppd/
auth.c
214
static enum script_state
auth_state
= s_down;
variable in typeref:enum:script_state
662
if (
auth_state
!= s_down) {
664
auth_state
= s_down;
796
auth_state
= s_up;
[
all
...]
Completed in 223 milliseconds