OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UTF8Characters
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/content/test/plugin/
plugin_npobject_lifetime_test.cc
59
script.
UTF8Characters
= "javascript:DeleteSecondPluginInstance()";
60
script.UTF8Length = static_cast<uint32_t>(strlen(script.
UTF8Characters
));
163
script_string.
UTF8Characters
= script.c_str();
plugin_private_test.cc
41
std::string href_str(href_var.value.stringValue.
UTF8Characters
,
plugin_get_javascript_url_test.cc
87
script_string.
UTF8Characters
= script.c_str();
plugin_test.cc
103
script_string.
UTF8Characters
= script.c_str();
plugin_windowed_test.cc
91
script_string.
UTF8Characters
= script.c_str();
plugin_geturl_test.cc
173
script_string.
UTF8Characters
= script.c_str();
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
npruntime.cpp
258
free((void*)variant->value.stringValue.
UTF8Characters
);
259
variant->value.stringValue.
UTF8Characters
= 0;
334
variant->value.stringValue.
UTF8Characters
= reinterpret_cast<NPUTF8*>(malloc(sizeof(NPUTF8) * value->UTF8Length));
335
memcpy((void*)variant->value.stringValue.
UTF8Characters
, value->
UTF8Characters
, sizeof(NPUTF8) * value->UTF8Length);
V8NPUtils.cpp
97
return v8::String::NewFromUtf8(isolate, src.
UTF8Characters
, v8::String::kNormalString, src.UTF8Length);
NPV8Object.cpp
379
String script = String::fromUTF8(npScript->
UTF8Characters
, npScript->UTF8Length);
/external/chromium_org/content/shell/tools/plugin/Tests/
NPRuntimeRemoveProperty.cpp
124
string propertyNameString(arguments[1].value.stringValue.
UTF8Characters
,
/external/chromium_org/content/child/npapi/
npobject_util.cc
178
param->string_value.assign(variant.value.stringValue.
UTF8Characters
,
257
result->value.stringValue.
UTF8Characters
= static_cast<NPUTF8*>(buffer);
npobject_proxy.cc
482
script->
UTF8Characters
, script->UTF8Length);
npobject_stub.cc
406
script_string.
UTF8Characters
= script.c_str();
/external/chromium_org/content/shell/tools/plugin/
PluginTest.cpp
239
npScript.
UTF8Characters
= script;
PluginObject.cpp
243
memcpy(result, NPVARIANT_TO_STRING(*variant).
UTF8Characters
, length);
886
memcpy(result, string.
UTF8Characters
, string.UTF8Length);
917
contentsString.
UTF8Characters
, contentsString.UTF8Length, 1, tempFile);
[
all
...]
main.cpp
403
npScript.
UTF8Characters
= script;
/external/chromium_org/third_party/npapi/bindings/
npruntime.h
90
const NPUTF8 *
UTF8Characters
;
Completed in 181 milliseconds