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

  /external/chromium_org/base/mac/
scoped_launch_data.h 18 // Just like scoped_ptr<> but for launch_data_t.
21 typedef launch_data_t element_type;
23 explicit ScopedLaunchData(launch_data_t object = NULL)
32 void reset(launch_data_t object = NULL) {
40 bool operator==(launch_data_t that) const {
44 bool operator!=(launch_data_t that) const {
48 operator launch_data_t() const {
52 launch_data_t get() const {
60 launch_data_t release() WARN_UNUSED_RESULT {
61 launch_data_t temp = object_
    [all...]
launchd.h 21 // assumes ownership of the returned launch_data_t object.
23 launch_data_t MessageForJob(const std::string& job_label,
launchd.cc 16 // assumes ownership of the returned launch_data_t object.
17 launch_data_t MessageForJob(const std::string& job_label,
61 launch_data_t pid_data = launch_data_dict_lookup(response,
  /external/chromium_org/remoting/host/mac/
me2me_preference_pane.mm 106 // assumes ownership of the returned launch_data_t object.
107 launch_data_t MessageForJob(const std::string& job_label,
151 launch_data_t pid_data = launch_data_dict_lookup(response,

Completed in 93 milliseconds