OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_viewed
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/google_apis/drive/
drive_api_parser_unittest.cc
151
EXPECT_TRUE(file1.labels().
is_viewed
());
204
EXPECT_TRUE(file2.labels().
is_viewed
());
drive_api_parser.h
395
bool
is_viewed
() const { return viewed_; }
function in class:google_apis::FileLabels
Completed in 36 milliseconds