HomeSort by relevance Sort by last modified time
    Searched refs:info_str (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/content/renderer/
skia_benchmarking_extension_unittest.cc 24 const SkString* info_str = (*info)[i]; local
25 if (info_str == NULL)
30 if (strstr(info_str->c_str(), field) != NULL)
skia_benchmarking_extension.cc 229 const SkString* info_str = (*info)[j]; local
230 DCHECK(info_str);
231 v8_info->Set(j, v8::String::New(info_str->c_str()));
  /external/qemu/
net-android.c 339 snprintf(vc->info_str, sizeof(vc->info_str),
866 slirp_vc->info_str[0] = '\0';
1265 snprintf(s->vc->info_str, sizeof(s->vc->info_str), "fd=%d", fd);
    [all...]
net.c 306 snprintf(vc->info_str, sizeof(vc->info_str),
738 slirp_vc->info_str[0] = '\0';
1137 snprintf(s->vc->info_str, sizeof(s->vc->info_str), "fd=%d", fd);
    [all...]
net.h 29 char info_str[256]; member in struct:VLANClientState
tap-win32.c 684 snprintf(s->vc->info_str, sizeof(s->vc->info_str),
  /external/chromium_org/chrome/browser/ui/gtk/website_settings/
website_settings_popup_gtk.cc 435 std::string info_str = l10n_util::GetStringFUTF8( local
441 GtkWidget* info = theme_service_->BuildLabel(info_str, ui::kGdkBlack);

Completed in 88 milliseconds