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

  /external/chromium_org/components/nacl/browser/
nacl_browser.cc 152 irt_platform_file_(base::kInvalidPlatformFileValue),
184 if (irt_platform_file_ != base::kInvalidPlatformFileValue)
185 base::ClosePlatformFile(irt_platform_file_);
239 CHECK_NE(irt_platform_file_, base::kInvalidPlatformFileValue);
240 return irt_platform_file_;
276 irt_platform_file_ = file.ReleaseValue();
nacl_browser.h 160 base::PlatformFile irt_platform_file_; member in class:nacl::NaClBrowser

Completed in 549 milliseconds