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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_html5fs.h 28 PP_Resource filesystem_resource() { return filesystem_resource_; }
42 PP_Resource filesystem_resource_; member in class:nacl_io::MountHtml5Fs
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_html5fs_test.cc 58 static const PP_Resource filesystem_resource_ = 234; member in class:__anon10884::MountHtml5FsTest
76 .WillOnce(Return(filesystem_resource_));
79 EXPECT_CALL(*filesystem, Open(filesystem_resource_, expected_size, _))
84 EXPECT_CALL(*filesystem, Open(filesystem_resource_, expected_size, _))
89 EXPECT_CALL(*ppapi_, ReleaseResource(filesystem_resource_));
134 EXPECT_CALL(*fileref_, Create(filesystem_resource_, StrEq(&path_[0])))
330 EXPECT_CALL(*fileref, Create(filesystem_resource_, StrEq(&path[0])))
366 EXPECT_CALL(*fileref, Create(filesystem_resource_, StrEq(&path[0])))
399 EXPECT_CALL(*fileref, Create(filesystem_resource_, StrEq(&path[0])))
422 EXPECT_CALL(*fileref, Create(filesystem_resource_, StrEq(&path[0]))
    [all...]

Completed in 84 milliseconds