OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AtomicString
(Results
101 - 125
of
1069
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/events/
ProgressEvent.cpp
48
ProgressEvent::ProgressEvent(const
AtomicString
& type, const ProgressEventInit& initializer)
57
ProgressEvent::ProgressEvent(const
AtomicString
& type, bool lengthComputable, unsigned long long loaded, unsigned long long total)
66
const
AtomicString
& ProgressEvent::interfaceName() const
ResourceProgressEvent.h
51
static PassRefPtr<ResourceProgressEvent> create(const
AtomicString
& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url)
58
virtual const
AtomicString
& interfaceName() const;
62
ResourceProgressEvent(const
AtomicString
& type, bool lengthComputable, unsigned long long loaded, unsigned long long total, const String& url);
WebKitAnimationEvent.cpp
45
WebKitAnimationEvent::WebKitAnimationEvent(const
AtomicString
& type, const WebKitAnimationEventInit& initializer)
53
WebKitAnimationEvent::WebKitAnimationEvent(const
AtomicString
& type, const String& animationName, double elapsedTime)
75
const
AtomicString
& WebKitAnimationEvent::interfaceName() const
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMapElement.h
38
const
AtomicString
& getName() const { return m_name; }
48
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
53
AtomicString
m_name;
HTMLTableColElement.h
40
const
AtomicString
& width() const;
45
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
47
virtual void collectStyleForPresentationAttribute(const QualifiedName&, const
AtomicString
&, MutableStylePropertySet*) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextEvent.cpp
42
WebGLContextEvent::WebGLContextEvent(const
AtomicString
& type, bool canBubble, bool cancelable, const String& statusMessage)
49
WebGLContextEvent::WebGLContextEvent(const
AtomicString
& type, const WebGLContextEventInit& initializer)
60
const
AtomicString
& WebGLContextEvent::interfaceName() const
/external/chromium_org/third_party/WebKit/Source/core/html/track/
TrackEvent.h
49
static PassRefPtr<TrackEvent> create(const
AtomicString
& type, const TrackEventInit& initializer)
54
virtual const
AtomicString
& interfaceName() const;
60
TrackEvent(const
AtomicString
& type, const TrackEventInit& initializer);
/external/chromium_org/third_party/WebKit/Source/core/page/
PointerLockController.h
29
#include "wtf/text/
AtomicString
.h"
55
void dispatchLockedMouseEvent(const PlatformMouseEvent&, const
AtomicString
& eventType);
60
void enqueueEvent(const
AtomicString
& type, Element*);
61
void enqueueEvent(const
AtomicString
& type, Document*);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleVariableData.h
54
void setVariable(const
AtomicString
& name, const String& value) { m_data.set(name, value); }
56
HashMap<
AtomicString
, String> m_data;
59
StyleVariableData(const StyleVariableData& other) : RefCounted<StyleVariableData>(), m_data(HashMap<
AtomicString
, String>(other.m_data)) { }
/external/chromium_org/third_party/WebKit/Source/core/speech/
SpeechInputEvent.cpp
46
PassRefPtr<SpeechInputEvent> SpeechInputEvent::create(const
AtomicString
& eventType, const SpeechInputResultArray& results)
56
SpeechInputEvent::SpeechInputEvent(const
AtomicString
& eventType, const SpeechInputResultArray& results)
67
const
AtomicString
& SpeechInputEvent::interfaceName() const
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGFEDropShadowElement.h
39
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
43
static const
AtomicString
& stdDeviationXIdentifier();
44
static const
AtomicString
& stdDeviationYIdentifier();
SVGFEGaussianBlurElement.h
40
virtual void parseAttribute(const QualifiedName&, const
AtomicString
&) OVERRIDE;
44
static const
AtomicString
& stdDeviationXIdentifier();
45
static const
AtomicString
& stdDeviationYIdentifier();
SVGStyleElement.cpp
63
const
AtomicString
& SVGStyleElement::type() const
65
DEFINE_STATIC_LOCAL(const
AtomicString
, defaultValue, ("text/css",
AtomicString
::ConstructFromLiteral));
66
const
AtomicString
& n = getAttribute(SVGNames::typeAttr);
70
void SVGStyleElement::setType(const
AtomicString
& type)
75
const
AtomicString
& SVGStyleElement::media() const
77
DEFINE_STATIC_LOCAL(const
AtomicString
, defaultValue, ("all",
AtomicString
::ConstructFromLiteral));
78
const
AtomicString
& n = fastGetAttribute(SVGNames::mediaAttr);
82
void SVGStyleElement::setMedia(const
AtomicString
& media
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/xml/
XMLHttpRequestProgressEvent.h
41
static PassRefPtr<XMLHttpRequestProgressEvent> create(const
AtomicString
& type, bool lengthComputable = false, unsigned long long loaded = 0, unsigned long long total = 0)
50
virtual const
AtomicString
& interfaceName() const { return EventNames::XMLHttpRequestProgressEvent; }
58
XMLHttpRequestProgressEvent(const
AtomicString
& type, bool lengthComputable, unsigned long long loaded, unsigned long long total)
XMLHttpRequestUpload.h
58
virtual const
AtomicString
& interfaceName() const OVERRIDE;
61
void dispatchEventAndLoadEnd(const
AtomicString
&, bool, unsigned long long, unsigned long long);
64
void handleRequestError(const
AtomicString
&);
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
MediaKeyMessageEvent.h
51
static PassRefPtr<MediaKeyMessageEvent> create(const
AtomicString
& type, const MediaKeyMessageEventInit& initializer)
56
virtual const
AtomicString
& interfaceName() const OVERRIDE;
63
MediaKeyMessageEvent(const
AtomicString
& type, const MediaKeyMessageEventInit& initializer);
MediaKeyNeededEvent.h
49
static PassRefPtr<MediaKeyNeededEvent> create(const
AtomicString
& type, const MediaKeyNeededEventInit& initializer)
54
virtual const
AtomicString
& interfaceName() const OVERRIDE;
60
MediaKeyNeededEvent(const
AtomicString
& type, const MediaKeyNeededEventInit& initializer);
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitMediaSource.h
57
virtual const
AtomicString
& interfaceName() const OVERRIDE;
66
virtual void onReadyStateChange(const
AtomicString
&, const
AtomicString
&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionError.h
60
static PassRefPtr<SpeechRecognitionError> create(const
AtomicString
&, const SpeechRecognitionErrorInit&);
65
virtual const
AtomicString
& interfaceName() const OVERRIDE;
69
SpeechRecognitionError(const
AtomicString
&, const SpeechRecognitionErrorInit&);
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
FontFeatureSettings.h
34
#include "wtf/text/
AtomicString
.h"
40
FontFeature(const
AtomicString
& tag, int value);
43
const
AtomicString
& tag() const { return m_tag; }
47
AtomicString
m_tag;
/external/chromium_org/third_party/WebKit/Source/platform/network/
ResourceResponse.cpp
72
ResourceResponse::ResourceResponse(const KURL& url, const
AtomicString
& mimeType, long long expectedLength, const
AtomicString
& textEncodingName, const String& filename)
113
response->setMimeType(
AtomicString
(data->m_mimeType));
115
response->setTextEncodingName(
AtomicString
(data->m_textEncodingName));
119
response->setHTTPStatusText(
AtomicString
(data->m_httpStatusText));
134
response->m_remoteIPAddress =
AtomicString
(data->m_remoteIPAddress);
197
const
AtomicString
& ResourceResponse::mimeType() const
202
void ResourceResponse::setMimeType(const
AtomicString
& mimeType)
223
const
AtomicString
& ResourceResponse::textEncodingName() const
228
void ResourceResponse::setTextEncodingName(const
AtomicString
& encodingName
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFeatureValue.cpp
33
CSSFontFeatureValue::CSSFontFeatureValue(const
AtomicString
& tag, int value)
CSSVariablesMap.h
51
String get(const
AtomicString
& name) const;
52
bool has(const
AtomicString
& name) const;
53
void set(const
AtomicString
& name, const String& value, ExceptionState&);
54
bool remove(const
AtomicString
& name);
/external/chromium_org/third_party/WebKit/Source/core/dom/
IdTargetObserver.cpp
33
IdTargetObserver::IdTargetObserver(IdTargetObserverRegistry& registry, const
AtomicString
& id)
MutationRecord.h
48
static PassRefPtr<MutationRecord> createAttributes(PassRefPtr<Node> target, const QualifiedName&, const
AtomicString
& oldValue);
59
virtual const
AtomicString
& type() = 0;
67
virtual const
AtomicString
& attributeName() { return nullAtom; }
68
virtual const
AtomicString
& attributeNamespace() { return nullAtom; }
Completed in 1131 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>