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

  /external/chromium_org/content/browser/
child_process_security_policy_unittest.cc 390 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url));
401 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url));
410 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url));
420 EXPECT_TRUE(p->CanCreateFileSystemFile(kRendererID, url));
429 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url));
439 EXPECT_TRUE(p->CanCreateFileSystemFile(kRendererID, url));
448 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url));
459 EXPECT_TRUE(p->CanCreateFileSystemFile(kRendererID, url));
468 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url));
479 EXPECT_FALSE(p->CanCreateFileSystemFile(kRendererID, url))
    [all...]
child_process_security_policy_impl.h 158 bool CanCreateFileSystemFile(int child_id, const fileapi::FileSystemURL& url);
child_process_security_policy_impl.cc 723 bool ChildProcessSecurityPolicyImpl::CanCreateFileSystemFile(
  /external/chromium_org/content/browser/renderer_host/pepper/
pepper_internal_file_ref_backend.cc 287 CanCreateFileSystemFile(render_process_id_, url)) {

Completed in 122 milliseconds