OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasFileListKind
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc
300
EXPECT_FALSE(FileList::
HasFileListKind
(*change_list_json));
301
EXPECT_TRUE(FileList::
HasFileListKind
(*file_list_json));
drive_api_parser.cc
537
bool FileList::
HasFileListKind
(const base::Value& value) {
544
if (!
HasFileListKind
(value) || !resource->Parse(value)) {
drive_api_parser.h
682
static bool
HasFileListKind
(const base::Value& value);
Completed in 672 milliseconds