OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtomicString
(Results
176 - 200
of
1069
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
MediaStreamEvent.cpp
42
PassRefPtr<MediaStreamEvent> MediaStreamEvent::create(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream)
47
PassRefPtr<MediaStreamEvent> MediaStreamEvent::create(const
AtomicString
& type, const MediaStreamEventInit& initializer)
57
MediaStreamEvent::MediaStreamEvent(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<MediaStream> stream)
64
MediaStreamEvent::MediaStreamEvent(const
AtomicString
& type, const MediaStreamEventInit& initializer)
86
const
AtomicString
& MediaStreamEvent::interfaceName() const
MediaStreamTrackEvent.cpp
38
PassRefPtr<MediaStreamTrackEvent> MediaStreamTrackEvent::create(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track)
49
MediaStreamTrackEvent::MediaStreamTrackEvent(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<MediaStreamTrack> track)
65
const
AtomicString
& MediaStreamTrackEvent::interfaceName() const
RTCDataChannelEvent.cpp
37
PassRefPtr<RTCDataChannelEvent> RTCDataChannelEvent::create(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel)
48
RTCDataChannelEvent::RTCDataChannelEvent(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<RTCDataChannel> channel)
64
const
AtomicString
& RTCDataChannelEvent::interfaceName() const
/external/chromium_org/third_party/WebKit/Source/core/dom/
TagNodeList.cpp
32
TagNodeList::TagNodeList(PassRefPtr<Node> rootNode, CollectionType type, const
AtomicString
& namespaceURI, const
AtomicString
& localName)
57
HTMLTagNodeList::HTMLTagNodeList(PassRefPtr<Node> rootNode, const
AtomicString
& localName)
NamedNodeMap.cpp
48
PassRefPtr<Node> NamedNodeMap::getNamedItem(const
AtomicString
& name) const
53
PassRefPtr<Node> NamedNodeMap::getNamedItemNS(const
AtomicString
& namespaceURI, const
AtomicString
& localName) const
58
PassRefPtr<Node> NamedNodeMap::removeNamedItem(const
AtomicString
& name, ExceptionState& exceptionState)
68
PassRefPtr<Node> NamedNodeMap::removeNamedItemNS(const
AtomicString
& namespaceURI, const
AtomicString
& localName, ExceptionState& exceptionState)
/external/chromium_org/third_party/WebKit/Source/core/events/
AutocompleteErrorEvent.h
49
static PassRefPtr<AutocompleteErrorEvent> create(const
AtomicString
& eventType, const AutocompleteErrorEventInit& initializer)
56
virtual const
AtomicString
& interfaceName() const { return EventNames::AutocompleteErrorEvent; }
71
AutocompleteErrorEvent(const
AtomicString
& eventType, const AutocompleteErrorEventInit& initializer)
BeforeLoadEvent.h
55
static PassRefPtr<BeforeLoadEvent> create(const
AtomicString
& type, const BeforeLoadEventInit& initializer)
62
virtual const
AtomicString
& interfaceName() const { return EventNames::BeforeLoadEvent; }
77
BeforeLoadEvent(const
AtomicString
& type, const BeforeLoadEventInit& initializer)
GestureEvent.h
42
void initGestureEvent(const
AtomicString
& type, PassRefPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY);
46
virtual const
AtomicString
& interfaceName() const;
53
GestureEvent(const
AtomicString
& type, PassRefPtr<AbstractView>, int screenX, int screenY, int clientX, int clientY, bool ctrlKey, bool altKey, bool shiftKey, bool metaKey, float deltaX, float deltaY);
MutationEvent.cpp
36
MutationEvent::MutationEvent(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode,
53
void MutationEvent::initMutationEvent(const
AtomicString
& type, bool canBubble, bool cancelable, PassRefPtr<Node> relatedNode,
69
const
AtomicString
& MutationEvent::interfaceName() const
OverflowEvent.h
57
static PassRefPtr<OverflowEvent> create(const
AtomicString
& type, const OverflowEventInit& initializer)
68
virtual const
AtomicString
& interfaceName() const;
73
OverflowEvent(const
AtomicString
&, const OverflowEventInit&);
PopStateEvent.cpp
44
PopStateEvent::PopStateEvent(const
AtomicString
& type, const PopStateEventInit& initializer)
73
PassRefPtr<PopStateEvent> PopStateEvent::create(const
AtomicString
& type, const PopStateEventInit& initializer)
78
const
AtomicString
& PopStateEvent::interfaceName() const
PopStateEvent.h
44
static PassRefPtr<PopStateEvent> create(const
AtomicString
&, const PopStateEventInit&);
54
virtual const
AtomicString
& interfaceName() const;
58
PopStateEvent(const
AtomicString
&, const PopStateEventInit&);
TransitionEvent.cpp
45
TransitionEvent::TransitionEvent(const
AtomicString
& type, const String& propertyName, double elapsedTime, const String& pseudoElement)
54
TransitionEvent::TransitionEvent(const
AtomicString
& type, const TransitionEventInit& initializer)
82
const
AtomicString
& TransitionEvent::interfaceName() const
/external/chromium_org/third_party/WebKit/Source/core/html/
ClassList.cpp
50
const
AtomicString
ClassList::item(unsigned index) const
53
return
AtomicString
();
57
bool ClassList::containsInternal(const
AtomicString
& token) const
HTMLEmbedElement.h
39
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
41
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const
AtomicString
&, MutableStylePropertySet*) OVERRIDE;
46
virtual const
AtomicString
imageSourceURL() const OVERRIDE;
HTMLFrameElementBase.h
52
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
71
AtomicString
m_URL;
72
AtomicString
m_frameName;
HTMLIFrameElement.h
40
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
42
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const
AtomicString
&, MutableStylePropertySet*) OVERRIDE;
56
AtomicString
m_name;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
HiddenInputType.cpp
51
const
AtomicString
& HiddenInputType::formControlType() const
67
element().setAttribute(valueAttr,
AtomicString
(state[0]));
97
element().setAttribute(valueAttr,
AtomicString
(sanitizedValue));
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDiffuseLightingElement.h
43
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
48
static const
AtomicString
& kernelUnitLengthXIdentifier();
49
static const
AtomicString
& kernelUnitLengthYIdentifier();
SVGFEMorphologyElement.h
69
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
74
static const
AtomicString
& radiusXIdentifier();
75
static const
AtomicString
& radiusYIdentifier();
SVGFESpecularLightingElement.h
42
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
47
static const
AtomicString
& kernelUnitLengthXIdentifier();
48
static const
AtomicString
& kernelUnitLengthYIdentifier();
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceOrientationEvent.cpp
44
DeviceOrientationEvent::DeviceOrientationEvent(const
AtomicString
& eventType, DeviceOrientationData* orientation)
51
void DeviceOrientationEvent::initDeviceOrientationEvent(const
AtomicString
& type, bool bubbles, bool cancelable, DeviceOrientationData* orientation)
96
const
AtomicString
& DeviceOrientationEvent::interfaceName() const
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
MediaSource.h
57
virtual const
AtomicString
& interfaceName() const OVERRIDE;
66
virtual void onReadyStateChange(const
AtomicString
&, const
AtomicString
&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
SourceGraphic.cpp
37
const
AtomicString
& SourceGraphic::effectName()
39
DEFINE_STATIC_LOCAL(const
AtomicString
, s_effectName, ("SourceGraphic",
AtomicString
::ConstructFromLiteral));
/external/chromium_org/third_party/WebKit/Source/core/history/
HistoryItem.h
62
const
AtomicString
& referrer() const;
66
const
AtomicString
& formContentType() const;
82
void setReferrer(const
AtomicString
&);
99
void setFormContentType(const
AtomicString
&);
113
AtomicString
m_referrer;
140
AtomicString
m_formContentType;
Completed in 899 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>