OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kNoGrant
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/identity/
identity_api.cc
50
const char
kNoGrant
[] = "OAuth2 not granted or revoked.";
181
CompleteFunctionWithError(identity_constants::
kNoGrant
);
187
CompleteFunctionWithError(identity_constants::
kNoGrant
);
identity_api.h
47
extern const char
kNoGrant
[];
identity_apitest.cc
479
EXPECT_EQ(std::string(errors::
kNoGrant
), error);
[
all
...]
Completed in 69 milliseconds