OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:response_json_success
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cloud_print/gcp20/prototype/
cloud_print_response_parser.cc
36
bool
response_json_success
= false;
local
37
if (!response_dictionary->GetBoolean("success", &
response_json_success
)) {
42
if (!
response_json_success
) {
51
*json_success =
response_json_success
;
Completed in 237 milliseconds