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

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/devfs/
jspipe_event_emitter.cc 256 PP_Var operation_var = dict_iface_->Get(message, operation_key_); local
257 if (operation_var.type != PP_VARTYPE_STRING) {
263 operation_string = var_iface_->VarToUtf8(operation_var, &length);
279 var_iface_->Release(operation_var);
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
jspipe_test.cc 62 PP_Var operation_var = VarFromCStr(var_iface, operation); local
67 dict_iface->Set(message, operation_key, operation_var);
70 var_iface->Release(operation_var);

Completed in 148 milliseconds