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

  /external/chromium/chrome/common/
profiling.cc 17 static std::string profile_name; local
19 if (profile_name.empty()) {
22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile);
24 profile_name = std::string(kDefaultProfileName);
29 ReplaceSubstringsAfterOffset(&profile_name, 0, "{type}", type.c_str());
31 return profile_name;
automation_messages.h 158 const std::string& profile_name);
166 std::string profile_name; member in struct:AttachExternalTabParams
  /external/libmtp/src/
ptp.h 1033 char profile_name[17]; member in struct:_PTPNIKONWifiProfile
    [all...]

Completed in 137 milliseconds