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

  /external/chromium_org/chromeos/process_proxy/
process_output_watcher.cc 58 ProcessOutputWatcher::ProcessOutputWatcher(
73 void ProcessOutputWatcher::Start() {
78 ProcessOutputWatcher::~ProcessOutputWatcher() {
83 void ProcessOutputWatcher::WatchProcessOutput() {
109 void ProcessOutputWatcher::VerifyFileDescriptor(int fd) {
114 void ProcessOutputWatcher::ReadFromFd(ProcessOutputType type, int* fd) {
141 size_t ProcessOutputWatcher::OutputSizeWithoutIncompleteUTF8() {
177 void ProcessOutputWatcher::ReportOutput(ProcessOutputType type
    [all...]
process_output_watcher.h 29 class CHROMEOS_EXPORT ProcessOutputWatcher {
31 ProcessOutputWatcher(int out_fd, int stop_fd,
39 ~ProcessOutputWatcher();
76 DISALLOW_COPY_AND_ASSIGN(ProcessOutputWatcher);

Completed in 3523 milliseconds