OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FakeGaia
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/gaia/
fake_gaia.cc
31
FakeGaia
::AccessTokenInfo::AccessTokenInfo()
34
FakeGaia
::AccessTokenInfo::~AccessTokenInfo() {}
36
FakeGaia
::
FakeGaia
() {
44
FakeGaia
::~
FakeGaia
() {}
46
scoped_ptr<HttpResponse>
FakeGaia
::HandleRequest(const HttpRequest& request) {
145
void
FakeGaia
::IssueOAuthToken(const std::string& auth_token,
150
void
FakeGaia
::FormatJSONResponse(const base::DictionaryValue& response_dict,
158
const
FakeGaia
::AccessTokenInfo* FakeGaia::GetAccessTokenInfo
[
all
...]
fake_gaia.h
30
class
FakeGaia
{
48
FakeGaia
();
49
~
FakeGaia
();
89
DISALLOW_COPY_AND_ASSIGN(
FakeGaia
);
Completed in 29 milliseconds