Searched refs:module_field (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/chrome/renderer/extensions/ |
D | module_system.h | 117 const std::string& module_field); 122 const std::string& module_field, 131 const std::string& module_field);
|
D | module_system.cc | 446 const std::string& module_field) { in SetLazyField() argument 447 SetLazyField(object, field, module_name, module_field, in SetLazyField() 454 const std::string& module_field, in SetLazyField() argument 461 v8::String::NewFromUtf8(GetIsolate(), module_field.c_str())); in SetLazyField() 471 const std::string& module_field) { in SetNativeLazyField() argument 472 SetLazyField(object, field, module_name, module_field, in SetNativeLazyField()
|