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

  /external/chromium_org/extensions/renderer/
id_generator_custom_bindings.cc 11 IdGeneratorCustomBindings::IdGeneratorCustomBindings(ScriptContext* context)
14 base::Bind(&IdGeneratorCustomBindings::GetNextId,
18 void IdGeneratorCustomBindings::GetNextId(
id_generator_custom_bindings.h 15 class IdGeneratorCustomBindings : public ObjectBackedNativeHandler {
17 IdGeneratorCustomBindings(ScriptContext* context);
dispatcher.cc 679 scoped_ptr<NativeHandler>(new IdGeneratorCustomBindings(context)));
    [all...]

Completed in 67 milliseconds