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

  /external/chromium/chrome/common/
service_process_util.h 59 class ServiceProcessState {
61 ServiceProcessState();
62 ~ServiceProcessState();
service_process_util.cc 163 ServiceProcessState::ServiceProcessState() : state_(NULL) {
168 ServiceProcessState::~ServiceProcessState() {
177 void ServiceProcessState::SignalStopped() {
183 bool ServiceProcessState::Initialize() {
197 bool ServiceProcessState::HandleOtherVersion() {
216 bool ServiceProcessState::CreateSharedData() {
253 IPC::ChannelHandle ServiceProcessState::GetServiceProcessChannel() {
259 void ServiceProcessState::CreateAutoRunCommandLine()
    [all...]

Completed in 369 milliseconds