HomeSort by relevance Sort by last modified time
    Searched refs:profile_name (Results 1 - 8 of 8) 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
automation_messages.cc 167 profile_name(in_profile_name) {
648 WriteParam(m, p.profile_name);
660 ReadParam(m, iter, &p->profile_name);
677 LogParam(p.profile_name, l);
  /external/openssl/ssl/
d1_srtp.c 149 static int find_profile_by_name(char *profile_name,
157 if((len == strlen(p->name)) && !strncmp(p->name,profile_name,
  /external/chromium/chrome/browser/ui/views/frame/
glass_browser_frame_view.cc 510 string16 profile_name = ASCIIToUTF16(browser_view_->browser()->profile()->
512 if (!profile_name.empty()) {
513 profile_button_->SetText(profile_name);
  /external/chromium/chrome/browser/
external_tab_container_win.cc 444 attach_params_.profile_name = WideToUTF8(
    [all...]
  /external/libmtp/src/
ptp.c     [all...]
ptp.h 1033 char profile_name[17]; member in struct:_PTPNIKONWifiProfile
    [all...]

Completed in 189 milliseconds