OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefPtr
(Results
251 - 275
of
1730
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestResult.h
34
#include "wtf/
RefPtr
.h"
50
typedef ListHashSet<
RefPtr
<Node> > NodeSet;
135
RefPtr
<Node> m_innerNode;
136
RefPtr
<Node> m_innerPossiblyPseudoNode;
137
RefPtr
<Node> m_innerNonSharedNode;
141
RefPtr
<Element> m_innerURLElement;
142
RefPtr
<Scrollbar> m_scrollbar;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h
120
RefPtr
<IDBDatabase> m_database;
127
RefPtr
<DOMError> m_error;
129
ListHashSet<
RefPtr
<IDBRequest> > m_requestList;
131
typedef HashMap<String,
RefPtr
<IDBObjectStore> > IDBObjectStoreMap;
134
typedef HashSet<
RefPtr
<IDBObjectStore> > IDBObjectStoreSet;
137
typedef HashMap<
RefPtr
<IDBObjectStore>, IDBObjectStoreMetadata> IDBObjectStoreMetadataMap;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
StringHash.h
51
static unsigned hash(const
RefPtr
<StringImpl>& key) { return key->hash(); }
52
static bool equal(const
RefPtr
<StringImpl>& a, const
RefPtr
<StringImpl>& b)
100
static unsigned hash(const
RefPtr
<StringImpl>& key)
105
static bool equal(const
RefPtr
<StringImpl>& a, const
RefPtr
<StringImpl>& b)
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser.h
137
bool parseFillImage(CSSParserValueList*,
RefPtr
<CSSValue>&);
144
void parse2ValuesFillPosition(CSSParserValueList*,
RefPtr
<CSSValue>&,
RefPtr
<CSSValue>&);
146
void parseFillPosition(CSSParserValueList*,
RefPtr
<CSSValue>&,
RefPtr
<CSSValue>&);
147
void parse3ValuesFillPosition(CSSParserValueList*,
RefPtr
<CSSValue>&,
RefPtr
<CSSValue>&, PassRefPtr<CSSPrimitiveValue>, PassRefPtr<CSSPrimitiveValue>);
148
void parse4ValuesFillPosition(CSSParserValueList*,
RefPtr
<CSSValue>&,
RefPtr
<CSSValue>&, PassRefPtr<CSSPrimitiveValue>, PassRefPtr<CSSPrimitiveValue>);
150
void parseFillRepeat(
RefPtr
<CSSValue>&, RefPtr<CSSValue>&)
[
all
...]
CSSGradientValue.h
31
#include "wtf/
RefPtr
.h"
52
RefPtr
<CSSPrimitiveValue> m_position; // percentage or length
53
RefPtr
<CSSPrimitiveValue> m_color;
121
RefPtr
<CSSPrimitiveValue> m_firstX;
122
RefPtr
<CSSPrimitiveValue> m_firstY;
124
RefPtr
<CSSPrimitiveValue> m_secondX;
125
RefPtr
<CSSPrimitiveValue> m_secondY;
170
RefPtr
<CSSPrimitiveValue> m_angle; // may be null.
225
RefPtr
<CSSPrimitiveValue> m_firstRadius;
226
RefPtr
<CSSPrimitiveValue> m_secondRadius
[
all
...]
CSSBorderImage.cpp
28
RefPtr
<CSSValueList> list = CSSValueList::createSpaceSeparated();
33
RefPtr
<CSSValueList> listSlash = CSSValueList::createSlashSeparated();
CSSCursorImageValue.h
68
RefPtr
<CSSValue> m_imageValue;
72
RefPtr
<StyleImage> m_image;
MediaQueryMatcher.h
68
RefPtr
<MediaQueryListListener> m_listener;
69
RefPtr
<MediaQueryList> m_query;
StyleMedia.cpp
64
RefPtr
<RenderStyle> rootStyle = styleResolver.styleForElement(documentElement, 0 /*defaultParent*/, DisallowStyleSharing, MatchOnlyUserAgentRules);
66
RefPtr
<MediaQuerySet> media = MediaQuerySet::create();
StyleSheetList.cpp
43
inline const Vector<
RefPtr
<StyleSheet> >& StyleSheetList::styleSheets()
63
const Vector<
RefPtr
<StyleSheet> >& sheets = styleSheets();
/external/chromium_org/cc/output/
software_output_device.h
11
#include "skia/ext/
refptr
.h"
80
skia::
RefPtr
<SkBaseDevice> device_;
81
skia::
RefPtr
<SkCanvas> canvas_;
/external/chromium_org/cc/resources/
resource_update.h
10
#include "skia/ext/
refptr
.h"
28
const skia::
RefPtr
<SkCanvas>& canvas,
38
skia::
RefPtr
<SkCanvas> canvas;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCallbackInterface.h
58
virtual void voidMethodSequenceArg(const Vector<
RefPtr
<TestInterfaceEmpty> >& sequenceArg);
68
RefPtr
<DOMWrapperWorld> m_world;
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8MutationCallback.h
35
#include "wtf/
RefPtr
.h"
50
virtual void call(const Vector<
RefPtr
<MutationRecord> >&, MutationObserver*) OVERRIDE;
59
RefPtr
<DOMWrapperWorld> m_world;
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXImageMapLink.h
69
RefPtr
<HTMLAreaElement> m_areaElement;
70
RefPtr
<HTMLMapElement> m_mapElement;
/external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableLengthPoint.h
61
RefPtr
<AnimatableValue> m_x;
62
RefPtr
<AnimatableValue> m_y;
AnimatableLengthSize.h
61
RefPtr
<AnimatableValue> m_width;
62
RefPtr
<AnimatableValue> m_height;
AnimatableStrokeDasharrayListTest.cpp
46
RefPtr
<AnimatableStrokeDasharrayList> listA = AnimatableStrokeDasharrayList::create(vectorA);
47
RefPtr
<AnimatableStrokeDasharrayList> listB = AnimatableStrokeDasharrayList::create(vectorB);
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.h
43
typedef HashMap<FilterOperation*,
RefPtr
<CSSSVGDocumentValue> > PendingSVGDocumentMap;
44
typedef HashMap<CSSPropertyID,
RefPtr
<CSSValue> > PendingImagePropertyMap;
MatchedPropertiesCache.h
41
RefPtr
<RenderStyle> renderStyle;
42
RefPtr
<RenderStyle> parentRenderStyle;
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentMarkerControllerTest.cpp
41
#include "wtf/
RefPtr
.h"
82
RefPtr
<Range> range = rangeOfContents(node.get());
95
RefPtr
<Element> parent = toElement(document().body()->firstChild()->firstChild());
108
RefPtr
<Element> parent = toElement(document().body()->firstChild()->firstChild());
120
RefPtr
<Element> parent = toElement(document().body()->firstChild()->firstChild());
133
RefPtr
<Element> parent = toElement(document().body()->firstChild()->firstChild());
146
RefPtr
<Element> parent = toElement(document().body()->firstChild()->firstChild());
159
RefPtr
<Element> parent = toElement(document().body()->firstChild()->firstChild());
172
RefPtr
<Element> parent = toElement(document().body()->firstChild()->firstChild());
MutationObserver.h
38
#include "wtf/
RefPtr
.h"
79
Vector<
RefPtr
<MutationRecord> > takeRecords();
96
Vector<
RefPtr
<MutationRecord> > m_records;
StyleEngine.h
37
#include "wtf/
RefPtr
.h"
91
const Vector<
RefPtr
<StyleSheet> >& styleSheetsForStyleSheetList(TreeScope&);
92
const Vector<
RefPtr
<CSSStyleSheet> >& activeAuthorStyleSheets() const;
94
const Vector<
RefPtr
<CSSStyleSheet> >& documentAuthorStyleSheets() const { return m_authorStyleSheets; }
95
const Vector<
RefPtr
<CSSStyleSheet> >& injectedAuthorStyleSheets() const;
144
void getActiveAuthorStyleSheets(Vector<const Vector<
RefPtr
<CSSStyleSheet> >*>& activeAuthorStyleSheets) const;
209
mutable Vector<
RefPtr
<CSSStyleSheet> > m_injectedAuthorStyleSheets;
212
Vector<
RefPtr
<CSSStyleSheet> > m_authorStyleSheets;
239
RefPtr
<CSSFontSelector> m_fontSelector;
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ContentDistribution.h
63
const Vector<
RefPtr
<Node> >& nodes() const { return m_nodes; }
66
Vector<
RefPtr
<Node> > m_nodes;
/external/chromium_org/third_party/WebKit/Source/core/editing/
CreateLinkCommand.cpp
45
RefPtr
<HTMLAnchorElement> anchorElement = HTMLAnchorElement::create(document());
52
RefPtr
<Text> textNode = Text::create(document(), m_url);
Completed in 2232 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>