Searched refs:var_iface (Results 1 - 5 of 5) sorted by path

/external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
H A Ddev_fs.cc138 VarInterface* var_iface = filesystem_->ppapi()->GetVarInterface(); local
140 if (!(var_iface && con_iface)) {
143 var_iface ? "" : "Var");
149 struct PP_Var val = var_iface->VarFromUtf8(var_data, len);
151 var_iface->Release(val);
H A Dtty_node.cc186 VarInterface* var_iface = ppapi->GetVarInterface(); local
187 if (!var_iface) {
193 const char* buffer = var_iface->VarToUtf8(message, &num_bytes);
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dhost_resolver.cc328 VarInterface* var_iface = ppapi_->GetVarInterface(); local
331 if (!(resolver_iface && var_iface && netaddr_iface)) {
334 var_iface ? "" : "Var ",
367 const char* tmp = var_iface->VarToUtf8(name_var, &len);
380 var_iface->Release(name_var);
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Djspipe_test.cc39 std::string VarToString(VarInterface* var_iface, PP_Var var) { argument
42 const char* str = var_iface->VarToUtf8(var, &len);
54 VarInterface* var_iface = ppapi->GetVarInterface(); local
61 PP_Var pipe_var = VarFromCStr(var_iface, pipe);
62 PP_Var operation_var = VarFromCStr(var_iface, operation);
63 PP_Var pipe_key = VarFromCStr(var_iface, "pipe");
64 PP_Var payload_key = VarFromCStr(var_iface, "payload");
65 PP_Var operation_key = VarFromCStr(var_iface, "operation");
69 var_iface->Release(pipe_var);
70 var_iface
172 VarInterface* var_iface = ppapi_.GetVarInterface(); local
[all...]
H A Dtty_test.cc88 VarInterface* var_iface = ppapi_.GetVarInterface(); local
89 PP_Var message_var = var_iface->VarFromUtf8(message.data(), message.size());
104 var_iface->Release(message_var);

Completed in 3317 milliseconds