OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassOwnPtr
(Results
526 - 550
of
842
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.h
52
static
PassOwnPtr
<LinkHighlight> create(WebCore::Node*, WebViewImpl*);
PinchViewports.h
39
#include "wtf/
PassOwnPtr
.h"
56
static
PassOwnPtr
<PinchViewports> create(WebViewImpl* owner);
SpeechInputClientImpl.cpp
46
PassOwnPtr
<SpeechInputClientImpl> SpeechInputClientImpl::create(WebViewClient* client)
StorageAreaProxy.h
47
StorageAreaProxy(
PassOwnPtr
<blink::WebStorageArea>, StorageType);
WebSocketImpl.h
71
virtual void didReceiveBinaryData(
PassOwnPtr
<Vector<char> > binaryData) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecICU.h
49
static
PassOwnPtr
<TextCodec> create(const TextEncoding&, const void*);
TextPosition.h
85
WTF_EXPORT
PassOwnPtr
<Vector<unsigned> > lineEndings(const String&);
/external/chromium_org/third_party/WebKit/public/platform/
WebCryptoAlgorithm.h
38
#include "wtf/
PassOwnPtr
.h"
99
BLINK_PLATFORM_EXPORT WebCryptoAlgorithm(WebCryptoAlgorithmId,
PassOwnPtr
<WebCryptoAlgorithmParams>);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDatabaseAgent.cpp
73
static
PassOwnPtr
<StatementCallback> create(PassRefPtr<ExecuteSQLCallback> requestCallback)
111
static
PassOwnPtr
<StatementErrorCallback> create(PassRefPtr<ExecuteSQLCallback> requestCallback)
132
static
PassOwnPtr
<TransactionCallback> create(const String& sqlStatement, PassRefPtr<ExecuteSQLCallback> requestCallback)
160
static
PassOwnPtr
<TransactionErrorCallback> create(PassRefPtr<ExecuteSQLCallback> requestCallback)
180
static
PassOwnPtr
<TransactionSuccessCallback> create()
InjectedScriptManager.cpp
40
#include "wtf/
PassOwnPtr
.h"
44
PassOwnPtr
<InjectedScriptManager> InjectedScriptManager::createForPage()
49
PassOwnPtr
<InjectedScriptManager> InjectedScriptManager::createForWorker()
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParser.h
115
PassOwnPtr
<Vector<double> > parseKeyframeKeyList(const String&);
131
void storeVariableDeclaration(const CSSParserString&,
PassOwnPtr
<CSSParserValueList>, bool important);
308
PassOwnPtr
<CSSParserSelector> sinkFloatingSelector(CSSParserSelector*);
311
PassOwnPtr
<Vector<OwnPtr<CSSParserSelector> > > sinkFloatingSelectorVector(Vector<OwnPtr<CSSParserSelector> >*);
314
PassOwnPtr
<CSSParserValueList> sinkFloatingValueList(CSSParserValueList*);
317
CSSParserFunction* createFloatingFunction(const CSSParserString& name,
PassOwnPtr
<CSSParserValueList> args);
318
PassOwnPtr
<CSSParserFunction> sinkFloatingFunction(CSSParserFunction*);
325
StyleRuleKeyframes* createKeyframesRule(const String&,
PassOwnPtr
<Vector<RefPtr<StyleKeyframe> > >, bool isPrefixed);
333
StyleRuleBase* createPageRule(
PassOwnPtr
<CSSParserSelector> pageSelector);
347
PassOwnPtr
<MediaQueryExp> sinkFloatingMediaQueryExp(MediaQueryExp*)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.h
41
#include "wtf/
PassOwnPtr
.h"
88
static void interruptAndRun(
PassOwnPtr
<Task>, v8::Isolate*);
104
virtual
PassOwnPtr
<ScriptSourceCode> preprocess(Frame*, const ScriptSourceCode&);
V8PerContextData.h
43
#include "wtf/
PassOwnPtr
.h"
107
static
PassOwnPtr
<V8PerContextData> create(v8::Handle<v8::Context> context)
158
void addCustomElementBinding(CustomElementDefinition*,
PassOwnPtr
<CustomElementBinding>);
/external/chromium_org/third_party/WebKit/Source/core/animation/
Animation.cpp
42
PassRefPtr<Animation> Animation::create(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, Priority priority,
PassOwnPtr
<EventDelegate> eventDelegate)
47
Animation::Animation(PassRefPtr<Element> target, PassRefPtr<AnimationEffect> effect, const Timing& timing, Priority priority,
PassOwnPtr
<EventDelegate> eventDelegate)
DocumentTimeline.cpp
46
PassRefPtr<DocumentTimeline> DocumentTimeline::create(Document* document,
PassOwnPtr
<PlatformTiming> timing)
51
DocumentTimeline::DocumentTimeline(Document* document,
PassOwnPtr
<PlatformTiming> timing)
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h
69
void setAnimationUpdate(
PassOwnPtr
<CSSAnimationUpdate> update) { m_animationUpdate = update; }
71
PassOwnPtr
<CSSAnimationUpdate> takeAnimationUpdate() { return m_animationUpdate.release(); }
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLParser.cpp
79
BackgroundHTMLParser::BackgroundHTMLParser(PassRefPtr<WeakReference<BackgroundHTMLParser> > reference,
PassOwnPtr
<Configuration> config)
99
void BackgroundHTMLParser::resumeFrom(
PassOwnPtr
<Checkpoint> checkpoint)
HTMLTreeBuilder.h
34
#include "wtf/
PassOwnPtr
.h"
56
static
PassOwnPtr
<HTMLTreeBuilder> create(HTMLDocumentParser* parser, HTMLDocument* document, ParserContentPolicy parserContentPolicy, bool reportErrors, const HTMLParserOptions& options)
60
static
PassOwnPtr
<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options)
/external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderClient.h
230
virtual
PassOwnPtr
<blink::WebServiceWorkerProvider> createServiceWorkerProvider(
PassOwnPtr
<blink::WebServiceWorkerProviderClient>) = 0;
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedAngle.cpp
34
PassOwnPtr
<SVGAnimatedType> SVGAnimatedAngleAnimator::constructFromString(const String& string)
49
PassOwnPtr
<SVGAnimatedType> SVGAnimatedAngleAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
SVGAnimatedEnumeration.cpp
107
PassOwnPtr
<SVGAnimatedType> SVGAnimatedEnumerationAnimator::constructFromString(const String& string)
115
PassOwnPtr
<SVGAnimatedType> SVGAnimatedEnumerationAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
SVGAnimatedLength.cpp
42
PassOwnPtr
<SVGAnimatedType> SVGAnimatedLengthAnimator::constructFromString(const String& string)
47
PassOwnPtr
<SVGAnimatedType> SVGAnimatedLengthAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
SVGAnimatedLengthList.cpp
35
PassOwnPtr
<SVGAnimatedType> SVGAnimatedLengthListAnimator::constructFromString(const String& string)
42
PassOwnPtr
<SVGAnimatedType> SVGAnimatedLengthListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
SVGAnimatedPath.cpp
35
PassOwnPtr
<SVGAnimatedType> SVGAnimatedPathAnimator::constructFromString(const String& string)
42
PassOwnPtr
<SVGAnimatedType> SVGAnimatedPathAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
SVGAnimatedTransformList.cpp
43
PassOwnPtr
<SVGAnimatedType> SVGAnimatedTransformListAnimator::constructFromString(const String& string)
51
PassOwnPtr
<SVGAnimatedType> SVGAnimatedTransformListAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
Completed in 373 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>