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