HomeSort by relevance Sort by last modified time
    Searched full:is_processing_request_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 332 bool is_processing_request_; member in class:Instance
339 is_processing_request_(false) {}
366 if (!is_processing_request_) {
367 is_processing_request_ = true;
392 is_processing_request_ = false;

Completed in 5449 milliseconds