Searched refs:profile_name (Results 1 - 8 of 8) sorted by relevance

/external/chromium/chrome/common/
H A Dprofiling.cc17 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;
H A Dautomation_messages.h158 const std::string& profile_name);
166 std::string profile_name; member in struct:AttachExternalTabParams
H A Dautomation_messages.cc167 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/
H A Dd1_srtp.c149 static int find_profile_by_name(char *profile_name, argument
157 if((len == strlen(p->name)) && !strncmp(p->name,profile_name,
/external/chromium/chrome/browser/ui/views/frame/
H A Dglass_browser_frame_view.cc510 string16 profile_name = ASCIIToUTF16(browser_view_->browser()->profile()->
512 if (!profile_name.empty()) {
513 profile_button_->SetText(profile_name);
/external/chromium/chrome/browser/
H A Dexternal_tab_container_win.cc444 attach_params_.profile_name = WideToUTF8(
/external/libmtp/src/
H A Dptp.c2244 strncpy(params->wifi_profiles[profn].profile_name, (char*)&data[pos], n);
2245 params->wifi_profiles[profn].profile_name[16] = '\0';
2277 strcpy(test.profile_name, "MyTest");
2342 strncpy((char*)&buffer[0x05], profile->profile_name, 16);
H A Dptp.h1033 char profile_name[17]; member in struct:_PTPNIKONWifiProfile

Completed in 540 milliseconds