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

  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.mm 382 BOOL was_running = is_service_running_;
384 if (awaiting_service_stop_ && !is_service_running_) {
389 if (was_running != is_service_running_)
405 is_service_running_ = (job_pid > 0);
453 if (is_service_running_) {
486 [disable_view_ setEnabled:(is_pane_unlocked_ && is_service_running_ &&
491 NSString* applyButtonText = is_service_running_ ? @"Confirm" : @"Enable";
524 const char* command = is_service_running_ ? "--save-config" : "--enable";
535 if (!is_service_running_) {
me2me_preference_pane.h 59 BOOL is_service_running_; variable

Completed in 1142 milliseconds