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

  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_message_process_host_unittest.cc 54 read_file_ = base::CreatePlatformFile(
70 read_file_, write_file_);
74 base::PlatformFile read_file_; member in class:extensions::FakeLauncher
native_message_process_host.cc 140 read_file_ = read_file;
185 DCHECK_EQ(fd, read_file_);
210 read_file_, false /* persistent */, base::MessageLoopForIO::WATCH_READ,
native_message_process_host.h 79 // Try and read a single message from |read_file_|. This should only be called
135 base::PlatformFile read_file_; member in class:extensions::NativeMessageProcessHost

Completed in 60 milliseconds