OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileRef
(Results
26 - 37
of
37
) sorted by null
1
2
/external/chromium_org/ppapi/cpp/private/
flash_file.cc
154
PP_FileHandle FileFileRef::OpenFile(const pp::
FileRef
& resource,
166
bool FileFileRef::QueryFile(const pp::
FileRef
& resource,
/external/chromium_org/ppapi/cpp/dev/
file_chooser_dev.cc
48
const CompletionCallbackWithOutput< std::vector<
FileRef
> >& callback) {
/external/chromium_org/ppapi/examples/file_chooser/
file_chooser.cc
57
const std::vector<pp::
FileRef
>& files) {
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
local_temp_file.cc
74
file_ref_.reset(new pp::
FileRef
(*file_system_, filename_.c_str()));
102
file_ref_.reset(new pp::
FileRef
(*file_system_, filename_.c_str()));
234
file_ref_.reset(new pp::
FileRef
(*file_system_, filename_.c_str()));
pnacl_coordinator.h
231
nacl::scoped_ptr<pp::
FileRef
> dir_ref_;
file_downloader.cc
368
pp::
FileRef
file(url_response_.GetBodyAsFileRef());
pnacl_coordinator.cc
777
dir_ref_.reset(new pp::
FileRef
(*file_system_, kPnaclTempDir));
[
all
...]
/external/chromium_org/ppapi/tests/
test_file_io.cc
200
pp::
FileRef
file_ref(file_system, "/file_open");
300
pp::
FileRef
dir_ref(file_system, "/test_dir_open_directory");
320
pp::
FileRef
file_ref(file_system, "/file_read_write_setlength");
448
pp::
FileRef
file_ref(file_system, "/file_read_write_setlength");
556
pp::
FileRef
file_ref(file_system, "/file_touch");
608
pp::
FileRef
file_ref(file_system, "/file_abort_calls");
761
pp::
FileRef
file_ref(file_system, "/file_parallel_reads");
848
pp::
FileRef
file_ref(file_system, "/file_parallel_writes");
[
all
...]
test_url_loader.cc
240
const pp::
FileRef
& file_ref,
360
pp::
FileRef
file_ref(file_system, "/file_post_test");
381
pp::
FileRef
file_ref(file_system, "/file_range_post_test");
468
pp::
FileRef
body(response_info.GetBodyAsFileRef());
test_url_request.cc
384
pp::
FileRef
ref(file_system, "/test_file");
/external/chromium_org/ppapi/cpp/
file_io.cc
49
int32_t FileIO::Open(const
FileRef
& file_ref,
/external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc
839
IN_PROC_BROWSER_TEST_F(PPAPITest,
FileRef
) {
857
// OutOfProcessPPAPITest.
FileRef
times out fairly often.
859
IN_PROC_BROWSER_TEST_F(OutOfProcessPPAPITest,
FileRef
) {
875
IN_PROC_BROWSER_TEST_F(PPAPINaClNewlibTest,
FileRef
) {
[
all
...]
Completed in 672 milliseconds
1
2