IdGeneratorCustomBindings  946 chrome/renderer/extensions/dispatcher.cc       scoped_ptr<NativeHandler>(new IdGeneratorCustomBindings(this, context)));
IdGeneratorCustomBindings   13 chrome/renderer/extensions/id_generator_custom_bindings.cc IdGeneratorCustomBindings::IdGeneratorCustomBindings(Dispatcher* dispatcher,
IdGeneratorCustomBindings   16 chrome/renderer/extensions/id_generator_custom_bindings.cc   RouteFunction("GetNextId", base::Bind(&IdGeneratorCustomBindings::GetNextId,
IdGeneratorCustomBindings   20 chrome/renderer/extensions/id_generator_custom_bindings.cc void IdGeneratorCustomBindings::GetNextId(
IdGeneratorCustomBindings   14 chrome/renderer/extensions/id_generator_custom_bindings.h class IdGeneratorCustomBindings : public ChromeV8Extension {
IdGeneratorCustomBindings   16 chrome/renderer/extensions/id_generator_custom_bindings.h   IdGeneratorCustomBindings(Dispatcher* dispatcher, ChromeV8Context* context);