Searched refs:profile_name (Results 1 – 8 of 8) sorted by relevance
/external/chromium/chrome/common/ |
D | profiling.cc | 17 static std::string profile_name; in GetProfileName() local 19 if (profile_name.empty()) { in GetProfileName() 22 profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); in GetProfileName() 24 profile_name = std::string(kDefaultProfileName); in GetProfileName() 29 ReplaceSubstringsAfterOffset(&profile_name, 0, "{type}", type.c_str()); in GetProfileName() 31 return profile_name; in GetProfileName()
|
D | automation_messages.cc | 167 profile_name(in_profile_name) { in AttachExternalTabParams() 648 WriteParam(m, p.profile_name); in Write() 660 ReadParam(m, iter, &p->profile_name); in Read() 677 LogParam(p.profile_name, l); in Log()
|
D | automation_messages.h | 158 const std::string& profile_name); 166 std::string profile_name; member
|
/external/openssl/ssl/ |
D | d1_srtp.c | 150 static int find_profile_by_name(char *profile_name, in find_profile_by_name() argument 158 if((len == strlen(p->name)) && !strncmp(p->name,profile_name, in find_profile_by_name()
|
/external/chromium/chrome/browser/ui/views/frame/ |
D | glass_browser_frame_view.cc | 510 string16 profile_name = ASCIIToUTF16(browser_view_->browser()->profile()-> in LayoutProfileTag() local 512 if (!profile_name.empty()) { in LayoutProfileTag() 513 profile_button_->SetText(profile_name); in LayoutProfileTag()
|
/external/chromium/chrome/browser/ |
D | external_tab_container_win.cc | 444 attach_params_.profile_name = WideToUTF8( in AddNewContents()
|
/external/libmtp/src/ |
D | ptp.c | 2244 strncpy(params->wifi_profiles[profn].profile_name, (char*)&data[pos], n); in ptp_nikon_getwifiprofilelist() 2245 params->wifi_profiles[profn].profile_name[16] = '\0'; in ptp_nikon_getwifiprofilelist() 2277 strcpy(test.profile_name, "MyTest"); in ptp_nikon_getwifiprofilelist() 2342 strncpy((char*)&buffer[0x05], profile->profile_name, 16); in ptp_nikon_writewifiprofile()
|
D | ptp.h | 1033 char profile_name[17]; member
|