Searched defs:IdGeneratorCustomBindings (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/extensions/renderer/
H A Did_generator_custom_bindings.cc11 IdGeneratorCustomBindings::IdGeneratorCustomBindings(ScriptContext* context) function in class:extensions::IdGeneratorCustomBindings
14 base::Bind(&IdGeneratorCustomBindings::GetNextId,
18 void IdGeneratorCustomBindings::GetNextId(
H A Did_generator_custom_bindings.h15 class IdGeneratorCustomBindings : public ObjectBackedNativeHandler { class in namespace:extensions
17 IdGeneratorCustomBindings(ScriptContext* context);

Completed in 75 milliseconds