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

  /external/chromium_org/chrome/installer/util/
app_command.h 50 bool sends_pings() const { return sends_pings_; }
51 void set_sends_pings(bool sends_pings) { sends_pings_ = sends_pings; }
70 bool sends_pings_; member in class:installer::AppCommand
app_command.cc 17 {&AppCommand::sends_pings_,
28 : sends_pings_(false),
36 sends_pings_(false),

Completed in 668 milliseconds