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

  /external/chromium_org/ipc/
ipc_channel_nacl.h 75 std::string pipe_name_; member in class:IPC::Channel::ChannelImpl
ipc_channel_posix.h 157 std::string pipe_name_; member in class:IPC::Channel::ChannelImpl
  /external/chromium_org/chrome/common/mac/
mock_launchd.h 66 std::string pipe_name_; member in class:MockLaunchd
  /external/chromium_org/remoting/base/
breakpad_win_unittest.cc 79 std::wstring pipe_name_; member in class:remoting::BreakpadWinDeathTest
94 pipe_name_ = UTF8ToWide(pipe_name);
95 InitializeCrashReportingForTest(pipe_name_.c_str());
103 pipe_name_ =
119 WideToUTF8(pipe_name_)));
125 pipe_name_,
breakpad_win.cc 88 static const wchar_t* pipe_name_; member in class:__anon12804::BreakpadWin
101 const wchar_t* BreakpadWin::pipe_name_ = kGoogleUpdatePipeName; member in class:__anon12804::BreakpadWin
123 pipe_name_, GetCustomInfo()));
208 BreakpadWin::pipe_name_ = pipe_name; member in class:remoting::BreakpadWin

Completed in 464 milliseconds