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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
fake_resource_manager.h 31 T* Get(PP_Resource handle, bool not_found_ok=false);
34 FakeResourceTracker* Get(PP_Resource handle, bool not_found_ok);
106 inline T* FakeResourceManager::Get(PP_Resource handle, bool not_found_ok) {
107 FakeResourceTracker* tracker = Get(handle, not_found_ok);
fake_resource_manager.cc 92 bool not_found_ok) {
96 if (!not_found_ok) {
fake_pepper_interface_html5_fs.cc 662 bool not_found_ok = true; local
665 resource, not_found_ok);

Completed in 273 milliseconds