OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RefPtr
(Results
26 - 50
of
1730
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTimingFunctionReverserTest.cpp
38
#include "wtf/
RefPtr
.h"
55
PassRefPtr<TimingFunction> reverse(const
RefPtr
<TimingFunction>& timefunc)
63
RefPtr
<TimingFunction> linearTiming = LinearTimingFunction::create();
69
RefPtr
<TimingFunction> cubicEaseInTiming = CubicBezierTimingFunction::preset(CubicBezierTimingFunction::EaseIn);
70
RefPtr
<TimingFunction> cubicEaseOutTiming = CubicBezierTimingFunction::preset(CubicBezierTimingFunction::EaseOut);
71
RefPtr
<TimingFunction> cubicEaseInOutTiming = CubicBezierTimingFunction::preset(CubicBezierTimingFunction::EaseInOut);
77
RefPtr
<TimingFunction> cubicCustomTiming = CubicBezierTimingFunction::create(0.17, 0.67, 1, -1.73);
79
RefPtr
<TimingFunction> cubicCustomTimingReversed = CubicBezierTimingFunction::create(0, 1.0 - (-1.73), 1.0 - 0.17, 1.0 - 0.67);
82
RefPtr
<TimingFunction> cubicEaseTiming = CubicBezierTimingFunction::preset(CubicBezierTimingFunction::Ease);
83
RefPtr
<TimingFunction> cubicEaseTimingReversed = CubicBezierTimingFunction::create(1.0 - 0.25, 0.0, 1.0 - (…)
[
all
...]
/external/chromium_org/skia/ext/
benchmarking_canvas.h
9
#include "skia/ext/
refptr
.h"
45
skia::
RefPtr
<SkDebugCanvas> debug_canvas_;
46
skia::
RefPtr
<TimingCanvas> timing_canvas_;
/external/chromium_org/third_party/WebKit/Source/core/editing/
WrapContentsInDummySpanCommand.h
50
RefPtr
<Element> m_element;
51
RefPtr
<HTMLElement> m_dummySpan;
DeleteSelectionCommand.h
92
RefPtr
<Node> m_startBlock;
93
RefPtr
<Node> m_endBlock;
94
RefPtr
<EditingStyle> m_typingStyle;
95
RefPtr
<EditingStyle> m_deleteIntoBlockquoteStyle;
96
RefPtr
<Node> m_startRoot;
97
RefPtr
<Node> m_endRoot;
98
RefPtr
<Node> m_startTableRow;
99
RefPtr
<Node> m_endTableRow;
100
RefPtr
<Node> m_temporaryPlaceholder;
InsertParagraphSeparatorCommand.h
49
void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<
RefPtr
<Element> >& ancestors);
50
PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<
RefPtr
<Element> >& ancestors, PassRefPtr<Element> blockToInsert);
56
RefPtr
<EditingStyle> m_style;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLAllCollection.h
39
void anonymousNamedGetter(const AtomicString& name, bool&,
RefPtr
<NodeList>&, bool&,
RefPtr
<Node>&);
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGPathSegList.h
33
class SVGPathSegList : public Vector<
RefPtr
<SVGPathSeg> > {
52
typedef
RefPtr
<SVGPathSeg> ListItemType;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
WorkerGlobalScopeIndexedDatabase.h
51
RefPtr
<IDBFactoryBackendInterface> m_factoryBackend;
52
RefPtr
<IDBFactory> m_idbFactory;
PageGroupIndexedDatabase.h
47
RefPtr
<IDBFactoryBackendInterface> m_factoryBackend;
/external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionResultList.cpp
32
PassRefPtr<SpeechRecognitionResultList> SpeechRecognitionResultList::create(const Vector<
RefPtr
<SpeechRecognitionResult> >& results)
45
SpeechRecognitionResultList::SpeechRecognitionResultList(const Vector<
RefPtr
<SpeechRecognitionResult> >& results)
/external/chromium_org/third_party/WebKit/Source/platform/
OverscrollTheme.h
49
RefPtr
<Image> m_overhangShadow;
50
RefPtr
<Image> m_overhangPattern;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ThreadSafeDataTransport.h
32
#include "wtf/
RefPtr
.h"
65
Vector<
RefPtr
<SharedBuffer> > m_newBufferQueue;
66
RefPtr
<SharedBuffer> m_readBuffer;
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
TimingFunctionTestHelperTest.cpp
49
Vector<std::pair<std::string,
RefPtr
<TimingFunction> > > v;
76
::std::string PrintToString(
RefPtr
<CubicBezierTimingFunction> timing)
78
RefPtr
<TimingFunction> generic = timing;
82
::std::string PrintToString(
RefPtr
<TimingFunction> timing)
95
RefPtr
<TimingFunction> linearTiming = LinearTimingFunction::create();
103
RefPtr
<TimingFunction> cubicEaseTiming = CubicBezierTimingFunction::preset(CubicBezierTimingFunction::EaseIn);
108
RefPtr
<TimingFunction> cubicCustomTiming = CubicBezierTimingFunction::create(0.17, 0.67, 1, -1.73);
116
RefPtr
<TimingFunction> stepTimingStart = StepsTimingFunction::preset(StepsTimingFunction::Start);
121
RefPtr
<TimingFunction> stepTimingCustom = StepsTimingFunction::create(5, false);
129
RefPtr
<TimingFunction> linearTiming = LinearTimingFunction::create()
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceUserTiming.h
43
typedef HashMap<String, Vector<
RefPtr
<PerformanceEntry> > > PerformanceEntryMap;
55
Vector<
RefPtr
<PerformanceEntry> > getMarks() const;
56
Vector<
RefPtr
<PerformanceEntry> > getMeasures() const;
58
Vector<
RefPtr
<PerformanceEntry> > getMarks(const String& name) const;
59
Vector<
RefPtr
<PerformanceEntry> > getMeasures(const String& name) const;
Performance.h
44
#include "wtf/
RefPtr
.h"
70
Vector<
RefPtr
<PerformanceEntry> > getEntries() const;
71
Vector<
RefPtr
<PerformanceEntry> > getEntriesByType(const String& entryType);
72
Vector<
RefPtr
<PerformanceEntry> > getEntriesByName(const String& name, const String& entryType);
93
mutable
RefPtr
<PerformanceNavigation> m_navigation;
94
mutable
RefPtr
<PerformanceTiming> m_timing;
96
Vector<
RefPtr
<PerformanceEntry> > m_resourceTimingBuffer;
100
RefPtr
<UserTiming> m_userTiming;
/external/chromium_org/third_party/WebKit/Source/core/dom/
StyleSheetCollection.h
38
#include "wtf/
RefPtr
.h"
62
Vector<
RefPtr
<CSSStyleSheet> >& activeAuthorStyleSheets() { return m_activeAuthorStyleSheets; }
63
Vector<
RefPtr
<StyleSheet> >& styleSheetsForStyleSheetList() { return m_styleSheetsForStyleSheetList; }
64
const Vector<
RefPtr
<CSSStyleSheet> >& activeAuthorStyleSheets() const { return m_activeAuthorStyleSheets; }
65
const Vector<
RefPtr
<StyleSheet> >& styleSheetsForStyleSheetList() const { return m_styleSheetsForStyleSheetList; }
68
void appendActiveStyleSheets(const Vector<
RefPtr
<CSSStyleSheet> >&);
73
Vector<
RefPtr
<StyleSheet> > m_styleSheetsForStyleSheetList;
74
Vector<
RefPtr
<CSSStyleSheet> > m_activeAuthorStyleSheets;
119
static StyleResolverUpdateType compareStyleSheets(const Vector<
RefPtr
<CSSStyleSheet> >& oldStyleSheets, const Vector<
RefPtr
<CSSStyleSheet> >& newStylesheets, Vector<StyleSheetContents*>& addedSheets)
[
all
...]
StaticNodeList.h
34
#include "wtf/
RefPtr
.h"
43
static PassRefPtr<StaticNodeList> adopt(Vector<
RefPtr
<Node> >& nodes)
45
RefPtr
<StaticNodeList> nodeList = adoptRef(new StaticNodeList);
60
Vector<
RefPtr
<Node> > m_nodes;
TouchList.h
43
static PassRefPtr<TouchList> create(Vector<
RefPtr
<Touch> >& touches)
61
TouchList(Vector<
RefPtr
<Touch> >& touches)
67
Vector<
RefPtr
<Touch> > m_values;
/external/chromium_org/third_party/WebKit/Source/core/events/
EventContext.h
34
#include "wtf/
RefPtr
.h"
53
RefPtr
<TouchList> m_touches;
54
RefPtr
<TouchList> m_targetTouches;
55
RefPtr
<TouchList> m_changedTouches;
77
void adoptEventPath(Vector<
RefPtr
<Node> >&);
87
RefPtr
<Node> m_node;
88
RefPtr
<EventTarget> m_currentTarget;
89
RefPtr
<EventTarget> m_target;
90
RefPtr
<EventTarget> m_relatedTarget;
91
RefPtr
<NodeList> m_eventPath
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSImportRule.h
51
RefPtr
<StyleRuleImport> m_importRule;
52
mutable
RefPtr
<MediaList> m_mediaCSSOMWrapper;
53
mutable
RefPtr
<CSSStyleSheet> m_styleSheetCSSOMWrapper;
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
WebKitMediaSource.h
67
virtual Vector<
RefPtr
<TimeRanges> > activeRanges() const OVERRIDE;
69
RefPtr
<WebKitSourceBufferList> m_sourceBuffers;
70
RefPtr
<WebKitSourceBufferList> m_activeSourceBuffers;
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
MediaStreamAudioDestinationNode.h
63
RefPtr
<MediaStream> m_stream;
64
RefPtr
<MediaStreamSource> m_source;
65
RefPtr
<AudioBus> m_mixBus;
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.h
39
#include "wtf/
RefPtr
.h"
64
typedef HashMap<CSSStyleSheet*,
RefPtr
<InspectorStyleSheet> > CSSStyleSheetToInspectorStyleSheet;
65
typedef Vector<
RefPtr
<StyleSheet> > StyleSheetVector;
134
virtual void getComputedStyleForNode(ErrorString*, int nodeId,
RefPtr
<TypeBuilder::Array<TypeBuilder::CSS::CSSComputedStyleProperty> >&);
135
virtual void getPlatformFontsForNode(ErrorString*, int nodeId, String* cssFamilyName,
RefPtr
<TypeBuilder::Array<TypeBuilder::CSS::PlatformFontUsage> >&);
136
virtual void getInlineStylesForNode(ErrorString*, int nodeId,
RefPtr
<TypeBuilder::CSS::CSSStyle>& inlineStyle,
RefPtr
<TypeBuilder::CSS::CSSStyle>& attributes);
137
virtual void getMatchedStylesForNode(ErrorString*, int nodeId, const bool* includePseudo, const bool* includeInherited,
RefPtr
<TypeBuilder::Array<TypeBuilder::CSS::RuleMatch> >& matchedCSSRules,
RefPtr
<TypeBuilder::Array<TypeBuilder::CSS::PseudoIdMatches> >& pseudoIdMatches,
RefPtr
<TypeBuilder::Array<TypeBuilder::CSS::InheritedStyleEntry> >& inheritedEntries)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/page/
PageGroupLoadDeferrer.h
23
#include "wtf/
RefPtr
.h"
38
Vector<
RefPtr
<Frame>, 16> m_deferredFrames;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DeviceMotionEvent.h
64
RefPtr
<DeviceMotionData> m_deviceMotionData;
66
RefPtr
<DeviceAcceleration> m_acceleration;
67
RefPtr
<DeviceAcceleration> m_accelerationIncludingGravity;
68
RefPtr
<DeviceRotationRate> m_rotationRate;
Completed in 3247 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>