OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AboutResource
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/drive/
drive_api_parser.cc
201
//
AboutResource
implementation
203
AboutResource
::
AboutResource
()
208
AboutResource
::~
AboutResource
() {}
211
scoped_ptr<
AboutResource
>
AboutResource
::CreateFrom(const base::Value& value) {
212
scoped_ptr<
AboutResource
> resource(new
AboutResource
());
215
return scoped_ptr<
AboutResource
>();
[
all
...]
drive_api_parser.h
33
class
AboutResource
{
35
AboutResource
();
36
~
AboutResource
();
41
base::JSONValueConverter<
AboutResource
>* converter);
44
static scoped_ptr<
AboutResource
> CreateFrom(const base::Value& value);
Completed in 27 milliseconds