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

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestEvent.idl 29 interface TestEvent : Event {
TestExtendedEvent.idl 34 : TestEvent {
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestEvent.h 25 #include "bindings/bindings/tests/idls/TestEvent.h"
37 static TestEvent* toNative(v8::Handle<v8::Object> object)
44 static inline void* toInternalPointer(TestEvent* impl)
49 static inline TestEvent* fromInternalPointer(void* object)
51 return static_cast<TestEvent*>(V8Event::fromInternalPointer(object));
53 static void installPerContextProperties(v8::Handle<v8::Object>, TestEvent*, v8::Isolate*) { }
56 friend v8::Handle<v8::Object> wrap(TestEvent*, v8::Handle<v8::Object> creationContext, v8::Isolate*);
57 static v8::Handle<v8::Object> createWrapper(PassRefPtr<TestEvent>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
61 class WrapperTypeTraits<TestEvent > {
67 inline v8::Handle<v8::Object> wrap(TestEvent* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate
    [all...]
V8TestEvent.cpp 38 static void initializeScriptWrappableForInterface(TestEvent* object)
52 void webCoreInitializeScriptWrappableForInterface(WebCore::TestEvent* object)
71 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestEvent", V8Event::GetTemplate(isolate, currentWorldType), V8TestEvent::internalFieldCount,
109 v8::Handle<v8::Object> V8TestEvent::createWrapper(PassRefPtr<TestEvent> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
  /external/chromium/chrome/common/deprecated/
event_sys_unittest.cc 22 struct TestEvent {
31 typedef TestEvent EventType;
32 static bool IsChannelShutdownEvent(const TestEvent& event) {
33 return TestEvent::PAIR_BEING_DELETED == event.what_happened;
41 TestEvent shutdown = { this, TestEvent::PAIR_BEING_DELETED, 0 };
48 TestEvent event = { this, TestEvent::A_CHANGED, a_ };
53 TestEvent event = { this, TestEvent::B_CHANGED, b_ }
    [all...]
  /external/chromium_org/sandbox/win/src/
sync_policy_test.cc 90 TEST(SyncPolicyTest, TestEvent) {
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_app_browsertest.cc 62 class TestEvent : public ui::Event {
64 explicit TestEvent(ui::EventType type)
67 virtual ~TestEvent() {
71 DISALLOW_COPY_AND_ASSIGN(TestEvent);
614 TestEvent click_event(ui::ET_MOUSE_PRESSED);
653 TestEvent click_event(ui::ET_MOUSE_PRESSED);
717 TestEvent click_event(ui::ET_MOUSE_PRESSED);
    [all...]

Completed in 614 milliseconds