OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kUserNotSignedIn
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc
41
const char
kUserNotSignedIn
[] = "The user is not signed in.";
110
error_ =
kUserNotSignedIn
;
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
52
const char
kUserNotSignedIn
[] = "The user is not signed in.";
127
error_ = identity_constants::
kUserNotSignedIn
;
326
CompleteFunctionWithError(identity_constants::
kUserNotSignedIn
);
409
CompleteFunctionWithError(identity_constants::
kUserNotSignedIn
);
Completed in 43 milliseconds