HomeSort by relevance Sort by last modified time
    Searched refs:interfaceName (Results 1 - 25 of 251) sorted by null

1 2 3 4 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/html/track/
AudioTrackList.h 23 virtual const AtomicString& interfaceName() const OVERRIDE;
VideoTrackList.h 23 virtual const AtomicString& interfaceName() const OVERRIDE;
AudioTrackList.cpp 34 const AtomicString& AudioTrackList::interfaceName() const
TrackEvent.cpp 51 const AtomicString& TrackEvent::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/device_light/
DeviceLightEvent.h 43 virtual const AtomicString& interfaceName() const OVERRIDE;
53 DEFINE_TYPE_CASTS(DeviceLightEvent, Event, event, event->interfaceName() == EventNames::DeviceLightEvent, event.interfaceName() == EventNames::DeviceLightEvent);
DeviceLightEvent.cpp 31 const AtomicString& DeviceLightEvent::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.h 60 virtual const AtomicString& interfaceName() const OVERRIDE;
74 DEFINE_TYPE_CASTS(DeviceMotionEvent, Event, event, event->interfaceName() == EventNames::DeviceMotionEvent, event.interfaceName() == EventNames::DeviceMotionEvent);
DeviceOrientationEvent.h 58 virtual const AtomicString& interfaceName() const OVERRIDE;
69 DEFINE_TYPE_CASTS(DeviceOrientationEvent, Event, event, event->interfaceName() == EventNames::DeviceOrientationEvent, event.interfaceName() == EventNames::DeviceOrientationEvent);
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ExceptionState.cpp 171 if (propertyName() && interfaceName() && m_context != UnknownContext) {
173 processedMessage = ExceptionMessages::failedToDelete(propertyName(), interfaceName(), message);
175 processedMessage = ExceptionMessages::failedToExecute(propertyName(), interfaceName(), message);
177 processedMessage = ExceptionMessages::failedToGet(propertyName(), interfaceName(), message);
179 processedMessage = ExceptionMessages::failedToSet(propertyName(), interfaceName(), message);
180 } else if (!propertyName() && interfaceName()) {
182 processedMessage = ExceptionMessages::failedToConstruct(interfaceName(), message);
184 processedMessage = ExceptionMessages::failedToEnumerate(interfaceName(), message);
186 processedMessage = ExceptionMessages::failedToDeleteIndexed(interfaceName(), message);
188 processedMessage = ExceptionMessages::failedToGetIndexed(interfaceName(), message)
    [all...]
PostMessage.h 22 void postMessageMethodCommon(const char* interfaceName, Type* instance, const v8::FunctionCallbackInfo<v8::Value>& info)
24 ExceptionState exceptionState(ExceptionState::ExecutionContext, "postMessage", interfaceName, info.Holder(), info.GetIsolate());
  /external/chromium_org/third_party/WebKit/Source/core/events/
BeforeTextInsertedEvent.cpp 40 const AtomicString& BeforeTextInsertedEvent::interfaceName() const
BeforeTextInsertedEvent.h 42 virtual const AtomicString& interfaceName() const OVERRIDE;
BeforeUnloadEvent.h 47 virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeUnloadEvent; }
ClipboardEvent.cpp 43 const AtomicString& ClipboardEvent::interfaceName() const
ResourceProgressEvent.cpp 47 const AtomicString& ResourceProgressEvent::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/presentation/
Presentation.h 24 virtual const AtomicString& interfaceName() const OVERRIDE;
Presentation.cpp 27 const AtomicString& Presentation::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGZoomEvent.h 50 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.cpp 50 const AtomicString& MediaKeyMessageEvent::interfaceName() const
MediaKeyNeededEvent.cpp 52 const AtomicString& MediaKeyNeededEvent::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamTrackEvent.h 46 virtual const AtomicString& interfaceName() const OVERRIDE;
RTCDataChannelEvent.h 44 virtual const AtomicString& interfaceName() const OVERRIDE;
RTCIceCandidateEvent.h 44 virtual const AtomicString& interfaceName() const OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/modules/push_messaging/
PushEvent.cpp 34 const AtomicString& PushEvent::interfaceName() const
  /external/chromium_org/third_party/WebKit/Source/modules/serviceworkers/
ExtendableEvent.h 51 virtual const AtomicString& interfaceName() const OVERRIDE;

Completed in 378 milliseconds

1 2 3 4 5 6 7 8 91011