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

  /external/chromium_org/content/browser/android/java/
gin_java_bound_object.cc 58 safe_annotation_clazz_(safe_annotation_clazz) {
70 safe_annotation_clazz_(safe_annotation_clazz) {
126 return safe_annotation_clazz_;
174 if (!safe_annotation_clazz_.is_null()) {
181 safe_annotation_clazz_.obj());
gin_java_bound_object.h 83 base::android::ScopedJavaGlobalRef<jclass> safe_annotation_clazz_; member in class:content::GinJavaBoundObject
gin_java_method_invocation_helper.h 102 base::android::ScopedJavaGlobalRef<jclass> safe_annotation_clazz_; member in class:content::GinJavaMethodInvocationHelper
gin_java_method_invocation_helper.cc 200 safe_annotation_clazz_.Reset(safe_annotation_clazz);
218 return safe_annotation_clazz_;

Completed in 182 milliseconds