FakeURLLoaderEntity   75 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc   FakeURLLoaderEntity* entity;  // Weak reference.
FakeURLLoaderEntity  121 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc                          FakeURLLoaderEntity* entity) {
FakeURLLoaderEntity  134 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc                    FakeURLLoaderEntity* entity) {
FakeURLLoaderEntity  185 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc FakeURLLoaderEntity::FakeURLLoaderEntity(const std::string& body)
FakeURLLoaderEntity  197 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc                                     FakeURLLoaderEntity** out_entity) {
FakeURLLoaderEntity  205 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc   FakeURLLoaderEntity entity(body);
FakeURLLoaderEntity  225 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc FakeURLLoaderEntity* FakeURLLoaderServer::GetEntity(const std::string& url) {
FakeURLLoaderEntity  303 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.cc   FakeURLLoaderEntity* entity = loader_resource->server->GetEntity(url);
FakeURLLoaderEntity   18 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h class FakeURLLoaderEntity {
FakeURLLoaderEntity   20 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h   explicit FakeURLLoaderEntity(const std::string& body);
FakeURLLoaderEntity   35 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h                  FakeURLLoaderEntity** out_entity);
FakeURLLoaderEntity   38 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h   FakeURLLoaderEntity* GetEntity(const std::string& url);
FakeURLLoaderEntity   61 native_client_sdk/src/tests/nacl_io_test/fake_ppapi/fake_pepper_interface_url_loader.h   typedef std::map<std::string, FakeURLLoaderEntity> EntityMap;