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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
srpc_client.cc 145 bool has_method = (NULL != methods_[method_name]); local
148 static_cast<void*>(this), method_name.c_str(), has_method));
149 return has_method;
  /external/chromium_org/content/renderer/pepper/
plugin_object.cc 205 bool has_method = identifier_var.type == PP_VARTYPE_STRING && local
211 if (has_method) {
  /art/runtime/
check_jni.cc 161 explicit ScopedCheck(JavaVM* vm, bool has_method, const char* functionName)
164 Init(kFlag_Invocation, functionName, has_method);
665 // Set "has_method" to true if we have a valid thread with a method pointer.
668 void Init(int flags, const char* functionName, bool has_method) {
671 has_method_ = has_method;
    [all...]

Completed in 519 milliseconds