HomeSort by relevance Sort by last modified time
    Searched full:np_string (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/host/plugin/
host_plugin_utils.cc 14 NPUTF8* np_string = g_npnetscape_funcs->utf8fromidentifier(identifier);
15 std::string string(np_string);
16 g_npnetscape_funcs->memfree(np_string);
23 const NPString& np_string = NPVARIANT_TO_STRING(variant); local
24 return std::string(np_string.UTF8Characters, np_string.UTF8Length);
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_bindings.cc 50 const NPString& np_string = NPVARIANT_TO_STRING(variant); local
51 return std::string(np_string.UTF8Characters, np_string.UTF8Length);

Completed in 67 milliseconds