HomeSort by relevance Sort by last modified time
    Searched refs:operation_result (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
app_container.cc 113 ResultCode operation_result = SBOX_ERROR_GENERIC; local
117 operation_result = SBOX_ALL_OK;
122 return operation_result;
138 ResultCode operation_result = SBOX_ERROR_GENERIC; local
142 operation_result = SBOX_ALL_OK;
147 return operation_result;
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.cc 178 const int operation_result = operation.Run(operation_callback); local
179 if (operation_result != net::ERR_IO_PENDING)
180 operation_callback.Run(operation_result);

Completed in 326 milliseconds