Searched refs:interfaceName (Results 1 - 25 of 219) sorted by relevance

123456789

/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
H A DV8EventTargetCustom.cpp39 #define TRY_TO_WRAP_WITH_INTERFACE(interfaceName) \
40 if (EventTargetNames::interfaceName == desiredInterface) \
41 return toV8(static_cast<interfaceName*>(impl), creationContext, isolate);
48 AtomicString desiredInterface = impl->interfaceName();
H A DV8EventCustom.cpp55 #define TRY_TO_WRAP_WITH_INTERFACE(interfaceName) \
56 if (EventNames::interfaceName == desiredInterface) \
57 return wrap(static_cast<interfaceName*>(event), creationContext, isolate);
63 String desiredInterface = event->interfaceName();
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DBeforeTextInsertedEvent.cpp42 const AtomicString& BeforeTextInsertedEvent::interfaceName() const function in class:WebCore::BeforeTextInsertedEvent
H A DClipboardEvent.cpp44 const AtomicString& ClipboardEvent::interfaceName() const function in class:WebCore::ClipboardEvent
H A DResourceProgressEvent.cpp49 const AtomicString& ResourceProgressEvent::interfaceName() const function in class:WebCore::ResourceProgressEvent
H A DBeforeTextInsertedEvent.h42 virtual const AtomicString& interfaceName() const;
H A DBeforeUnloadEvent.h47 virtual const AtomicString& interfaceName() const OVERRIDE { return EventNames::BeforeUnloadEvent; }
H A DCustomEvent.cpp59 const AtomicString& CustomEvent::interfaceName() const function in class:WebCore::CustomEvent
H A DPageTransitionEvent.cpp62 const AtomicString& PageTransitionEvent::interfaceName() const function in class:WebCore::PageTransitionEvent
H A DProgressEvent.cpp66 const AtomicString& ProgressEvent::interfaceName() const function in class:WebCore::ProgressEvent
H A DResourceProgressEvent.h58 virtual const AtomicString& interfaceName() const;
H A DWebKitAnimationEvent.cpp75 const AtomicString& WebKitAnimationEvent::interfaceName() const function in class:WebCore::WebKitAnimationEvent
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DExceptionState.cpp107 if (propertyName() && interfaceName() && m_context != UnknownContext) {
109 processedMessage = ExceptionMessages::failedToDelete(propertyName(), interfaceName(), message);
111 processedMessage = ExceptionMessages::failedToExecute(propertyName(), interfaceName(), message);
113 processedMessage = ExceptionMessages::failedToGet(propertyName(), interfaceName(), message);
115 processedMessage = ExceptionMessages::failedToSet(propertyName(), interfaceName(), message);
116 } else if (!propertyName() && interfaceName() && m_context == ConstructionContext) {
117 processedMessage = ExceptionMessages::failedToConstruct(interfaceName(), message);
H A DExceptionState.h64 ExceptionState(Context context, const char* propertyName, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
68 , m_interfaceName(interfaceName)
72 ExceptionState(Context context, const char* interfaceName, const v8::Handle<v8::Object>& creationContext, v8::Isolate* isolate) argument
76 , m_interfaceName(interfaceName)
107 const char* interfaceName() const { return m_interfaceName; } function in class:WebCore::ExceptionState
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DTrackEvent.cpp55 const AtomicString& TrackEvent::interfaceName() const function in class:WebCore::TrackEvent
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
H A DMediaKeyMessageEvent.cpp55 const AtomicString& MediaKeyMessageEvent::interfaceName() const function in class:WebCore::MediaKeyMessageEvent
H A DMediaKeyNeededEvent.cpp54 const AtomicString& MediaKeyNeededEvent::interfaceName() const function in class:WebCore::MediaKeyNeededEvent
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceOrientationEvent.h56 virtual const AtomicString& interfaceName() const;
67 ASSERT_WITH_SECURITY_IMPLICATION(!event || event->interfaceName() == EventNames::DeviceOrientationEvent);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSFontFaceLoadEvent.cpp59 const AtomicString& CSSFontFaceLoadEvent::interfaceName() const function in class:WebCore::CSSFontFaceLoadEvent
/external/chromium_org/third_party/WebKit/Source/core/speech/
H A DSpeechInputEvent.h46 virtual const AtomicString& interfaceName() const;
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGZoomEvent.h48 virtual const AtomicString& interfaceName() const;
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DSharedWorker.h48 virtual const AtomicString& interfaceName() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
H A DRTCDataChannelEvent.h43 virtual const AtomicString& interfaceName() const;
H A DRTCIceCandidateEvent.h43 virtual const AtomicString& interfaceName() const;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DOfflineAudioCompletionEvent.h46 virtual const AtomicString& interfaceName() const;

Completed in 385 milliseconds

123456789