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

  /external/chromium_org/webkit/renderer/
cpp_bound_class.cc 74 CppBoundClass* bound_class; member in struct:webkit_glue::CppNPObject
138 obj->bound_class = NULL;
150 return obj->bound_class->HasMethod(ident);
156 return obj->bound_class->HasProperty(ident);
163 return obj->bound_class->Invoke(ident, args, arg_count, result);
170 return obj->bound_class->GetProperty(ident, result);
177 return obj->bound_class->SetProperty(ident, value);
310 obj->bound_class = this;
  /external/chromium/webkit/glue/
cpp_bound_class.cc 70 CppBoundClass* bound_class; member in struct:CppNPObject
134 obj->bound_class = NULL;
146 return obj->bound_class->HasMethod(ident);
152 return obj->bound_class->HasProperty(ident);
159 return obj->bound_class->Invoke(ident, args, arg_count, result);
166 return obj->bound_class->GetProperty(ident, result);
173 return obj->bound_class->SetProperty(ident, value);
313 obj->bound_class = this;

Completed in 51 milliseconds