Home
last modified time | relevance | path

Searched refs:WrapSource (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/renderer/extensions/
Dmodule_system.h190 v8::Handle<v8::String> WrapSource(v8::Handle<v8::String> source);
Dmodule_system.cc226 v8::Handle<v8::String> wrapped_source(WrapSource( in RequireForJsInner()
557 v8::Handle<v8::String> ModuleSystem::WrapSource(v8::Handle<v8::String> source) { in WrapSource() function in extensions::ModuleSystem