HomeSort by relevance Sort by last modified time
    Searched defs:IdGeneratorCustomBindings (Results 1 - 2 of 2) 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);

Completed in 56 milliseconds