Home
last modified time | relevance | path

Searched defs:Event (Results 1 – 25 of 196) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditorCommand.cpp294 static bool executeBackColor(LocalFrame& frame, Event*, EditorCommandSource source, const String& v… in executeBackColor() argument
299 static bool executeCopy(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeCopy() argument
305 static bool executeCreateLink(LocalFrame& frame, Event*, EditorCommandSource, const String& value) in executeCreateLink() argument
315 static bool executeCut(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeCut() argument
321 static bool executeDefaultParagraphSeparator(LocalFrame& frame, Event*, EditorCommandSource, const … in executeDefaultParagraphSeparator() argument
331 static bool executeDelete(LocalFrame& frame, Event*, EditorCommandSource source, const String&) in executeDelete() argument
351 static bool executeDeleteBackward(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteBackward() argument
357 static bool executeDeleteBackwardByDecomposingPreviousCharacter(LocalFrame& frame, Event*, EditorCo… in executeDeleteBackwardByDecomposingPreviousCharacter() argument
364 static bool executeDeleteForward(LocalFrame& frame, Event*, EditorCommandSource, const String&) in executeDeleteForward() argument
370 static bool executeDeleteToBeginningOfLine(LocalFrame& frame, Event*, EditorCommandSource, const St… in executeDeleteToBeginningOfLine() argument
[all …]
/external/chromium_org/content/test/plugin/
Dplugin_schedule_timer_test.h32 struct Event { struct
49 static Event schedule_[kNumEvents]; argument
/external/chromium_org/chrome/browser/drive/
Devent_logger.h29 struct Event { struct
38 EventLogger(); argument
56 std::vector<Event> GetHistory(); argument
/external/chromium_org/extensions/browser/
Devent_router.h318 struct Event { struct
339 EventRouter::UserGestureState user_gesture; argument
342 EventFilteringInfo filter_info; argument
354 Event(const std::string& event_name, argument
/external/ltrace/
Dltrace.h44 typedef struct Event Event; typedef
45 struct Event { struct
46 struct Event * next; argument
48 Event_type type; argument
58 typedef void (*callback_func) (Event *); argument
/external/chromium_org/content/public/test/
Dtest_notification_tracker.h23 struct Event { struct
27 int type;
28 NotificationSource source;
29 NotificationDetails details;
Dtest_notification_tracker.cc12 TestNotificationTracker::Event::Event() in Event() function in content::TestNotificationTracker::Event
17 TestNotificationTracker::Event::Event(int t, in Event() function in content::TestNotificationTracker::Event
/external/chromium_org/storage/browser/quota/
Dstorage_observer.h55 struct STORAGE_EXPORT Event { struct
65 Event(); argument
Dstorage_observer.cc51 StorageObserver::Event::Event() in Event() function in storage::StorageObserver::Event
55 StorageObserver::Event::Event(const Filter& filter, int64 usage, int64 quota) in Event() function in storage::StorageObserver::Event
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DEvent.java31 public class Event { class
43 public Event() { in Event() method in Event
53 public Event(byte eventKind, byte suspendPolicy, EventMod[] mods) { in Event() method in Event
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_test_util_linux.cc185 struct Event { struct
186 enum Type {
212 Event(Type type, const void *ptr = 0, uptr arg = 0, uptr arg2 = 0) in Event() argument
232 atomic_uintptr_t event; // Event* argument
/external/chromium_org/tools/android/forwarder2/
Dsocket.h108 struct Event { struct
127 bool WaitForEvent(EventType type, int timeout_secs); argument
/external/chromium-trace/trace-viewer/src/base/
Devents.js21 function Event(type, opt_bubbles, opt_preventable) { class
28 Event.prototype = { class
/external/chromium_org/third_party/WebKit/Source/core/testing/
DNullExecutionContext.cpp20 virtual bool enqueueEvent(PassRefPtrWillBeRawPtr<Event>) OVERRIDE { return true; } in enqueueEvent()
21 virtual bool cancelEvent(Event*) OVERRIDE { return true; } in cancelEvent() argument
/external/nist-sip/java/gov/nist/javax/sip/header/
DEvent.java45 public class Event extends ParametersHeader implements EventHeader { class
57 public Event() { in Event() method in Event
/external/chromium_org/third_party/webrtc/base/
Dhttpbase_unittest.cc48 struct Event { struct in rtc::HttpBaseTest
49 EventType event;
50 bool chunked;
51 size_t data_size;
52 HttpMode mode;
53 HttpError err;
/external/chromium_org/chrome/browser/ui/views/
Devent_utils.h11 class Event; variable
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
DDeviceLightController.h13 class Event; variable
/external/chromium_org/ui/events/ozone/
Devents_ozone.h14 class Event; variable
/external/chromium_org/third_party/WebKit/Source/core/events/
DEvent.cpp41 Event::Event() in Event() function in blink::Event
55 Event::Event(const AtomicString& eventType, bool canBubbleArg, bool cancelableArg) in Event() function in blink::Event
70 Event::Event(const AtomicString& eventType, const EventInit& initializer) in Event() function in blink::Event
/external/chromium_org/third_party/WebKit/Source/modules/
DEventModulesFactory.h15 class Event; variable
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DDeviceMotionController.h14 class Event; variable
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DIDBEventDispatcher.h38 class Event; variable
/external/chromium_org/ui/wm/core/
Duser_activity_observer.h12 class Event; variable
/external/chromium_org/ui/app_list/views/
Dfolder_header_view_delegate.h11 class Event; variable

12345678