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

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestExtendedEvent.cpp 106 EventInit eventInit;
109 if (!fillEventInit(eventInit, options))
113 RefPtr<Event> event = Event::create(type, eventInit);
127 bool fillEventInit(EventInit& eventInit, const Dictionary& options)
129 if (!fillTestEventInit(eventInit, options))
132 options.get("location", eventInit.location);
133 if (options.get("keyLocation", eventInit.location))
V8TestEventConstructor.cpp 101 TestEventConstructorInit eventInit;
104 if (!fillTestEventConstructorInit(eventInit, options))
108 RefPtr<TestEventConstructor> event = TestEventConstructor::create(type, eventInit);
122 bool fillTestEventConstructorInit(TestEventConstructorInit& eventInit, const Dictionary& options)
124 options.get("attr2", eventInit.attr2);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
deprecated_code_generator_v8.pm     [all...]

Completed in 33 milliseconds