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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mock_node.h 37 MOCK_METHOD0(IsaFile, bool());
mem_fs_node_test.cc 90 EXPECT_TRUE(file.IsaFile());
239 EXPECT_FALSE(root.IsaFile());
html5_fs_test.cc 403 EXPECT_TRUE(node->IsaFile());
420 EXPECT_FALSE(node->IsaFile());
http_fs_test.cc 392 ASSERT_EQ(true, node->IsaFile());
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
node.h 106 virtual bool IsaFile();
node.cc 220 bool Node::IsaFile() {

Completed in 1012 milliseconds