OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassOwnPtr
(Results
601 - 625
of
842
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp
215
void WebSharedWorkerImpl::postTaskToLoader(
PassOwnPtr
<ExecutionContextTask> task)
222
PassOwnPtr
<ExecutionContextTask> task, const String& mode)
243
void WebSharedWorkerImpl::connectTask(ExecutionContext* context,
PassOwnPtr
<WebMessagePortChannel> channel)
/external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.cpp
43
PassOwnPtr
<HistoryNode> HistoryNode::create(HistoryEntry* entry, HistoryItem* value)
54
PassOwnPtr
<HistoryNode> HistoryNode::cloneAndReplace(HistoryEntry* newEntry, HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Frame* currentFrame)
107
PassOwnPtr
<HistoryEntry> HistoryEntry::create(HistoryItem* root)
112
PassOwnPtr
<HistoryEntry> HistoryEntry::cloneAndReplace(HistoryItem* newItem, bool clipAtTarget, Frame* targetFrame, Page* page)
152
void HistoryController::goToEntry(
PassOwnPtr
<HistoryEntry> targetEntry)
EmptyClients.h
153
virtual
PassOwnPtr
<ColorChooser> createColorChooser(ColorChooserClient*, const Color&) OVERRIDE;
256
virtual
PassOwnPtr
<blink::WebServiceWorkerProvider> createServiceWorkerProvider(
PassOwnPtr
<blink::WebServiceWorkerProviderClient>) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
FormController.cpp
180
static
PassOwnPtr
<SavedFormState> create();
181
static
PassOwnPtr
<SavedFormState> deserialize(const Vector<String>&, size_t& index);
197
PassOwnPtr
<SavedFormState> SavedFormState::create()
207
PassOwnPtr
<SavedFormState> SavedFormState::deserialize(const Vector<String>& stateVector, size_t& index)
296
static
PassOwnPtr
<FormKeyGenerator> create() { return adoptPtr(new FormKeyGenerator); }
394
PassOwnPtr
<FormController::SavedFormStateMap> FormController::createSavedFormStateMap(const FormElementListHashSet& controlList)
RadioInputType.cpp
33
#include "wtf/
PassOwnPtr
.h"
148
PassOwnPtr
<ClickHandlingState> RadioInputType::willDispatchClick()
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLDocumentParser.cpp
296
void HTMLDocumentParser::didReceiveParsedChunkFromBackgroundParser(
PassOwnPtr
<ParsedChunk> chunk)
319
void HTMLDocumentParser::validateSpeculations(
PassOwnPtr
<ParsedChunk> chunk)
358
void HTMLDocumentParser::discardSpeculationsAndResumeFrom(
PassOwnPtr
<ParsedChunk> lastChunkBeforeScript,
PassOwnPtr
<HTMLToken> token,
PassOwnPtr
<HTMLTokenizer> tokenizer)
377
void HTMLDocumentParser::processParsedChunkFromBackgroundParser(
PassOwnPtr
<ParsedChunk> popChunk)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.cpp
71
Geolocation::GeoNotifier::GeoNotifier(Geolocation* geolocation,
PassOwnPtr
<PositionCallback> successCallback,
PassOwnPtr
<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options)
287
void Geolocation::getCurrentPosition(
PassOwnPtr
<PositionCallback> successCallback,
PassOwnPtr
<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options)
298
int Geolocation::watchPosition(
PassOwnPtr
<PositionCallback> successCallback,
PassOwnPtr
<PositionErrorCallback> errorCallback, PassRefPtr<PositionOptions> options)
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.h
43
#include "wtf/
PassOwnPtr
.h"
118
void setContextLostCallback(
PassOwnPtr
<ContextLostCallback>);
119
void setErrorMessageCallback(
PassOwnPtr
<ErrorMessageCallback>);
126
static PassRefPtr<GraphicsContext3D> createGraphicsContextFromWebContext(
PassOwnPtr
<blink::WebGraphicsContext3D>, bool preserveDrawingBuffer = false);
127
static PassRefPtr<GraphicsContext3D> createGraphicsContextFromProvider(
PassOwnPtr
<blink::WebGraphicsContext3DProvider>, bool preserveDrawingBuffer = false);
492
GraphicsContext3D(
PassOwnPtr
<blink::WebGraphicsContext3D>, bool preserveDrawingBuffer);
493
GraphicsContext3D(
PassOwnPtr
<blink::WebGraphicsContext3DProvider>, bool preserveDrawingBuffer);
/external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleMac.mm
38
#include "wtf/
PassOwnPtr
.h"
67
PassOwnPtr
<Locale> Locale::create(const String& locale)
100
PassOwnPtr
<LocaleMac> LocaleMac::create(const String& localeIdentifier)
106
PassOwnPtr
<LocaleMac> LocaleMac::create(NSLocale* locale)
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
PageScriptDebugServer.cpp
46
#include "wtf/
PassOwnPtr
.h"
139
void PageScriptDebugServer::setClientMessageLoop(
PassOwnPtr
<ClientMessageLoop> clientMessageLoop)
263
PassOwnPtr
<ScriptSourceCode> PageScriptDebugServer::preprocess(Frame* frame, const ScriptSourceCode& sourceCode)
266
return
PassOwnPtr
<ScriptSourceCode>();
V8ScriptRunner.h
30
#include "wtf/
PassOwnPtr
.h"
44
static
PassOwnPtr
<v8::ScriptData> precompileScript(v8::Handle<v8::String>, ScriptResource*);
WorkerScriptDebugServer.cpp
86
void WorkerScriptDebugServer::interruptAndRunTask(
PassOwnPtr
<Task> task)
/external/chromium_org/third_party/WebKit/Source/core/dom/
NodeRareData.h
33
#include "wtf/
PassOwnPtr
.h"
163
static
PassOwnPtr
<NodeListsNodeData> create()
239
static
PassOwnPtr
<NodeMutationObserverData> create() { return adoptPtr(new NodeMutationObserverData); }
248
static
PassOwnPtr
<NodeRareData> create(RenderObject* renderer) { return adoptPtr(new NodeRareData(renderer)); }
ChildListMutationScope.cpp
49
ChildListMutationAccumulator::ChildListMutationAccumulator(PassRefPtr<Node> target,
PassOwnPtr
<MutationObserverInterestGroup> observers)
Clipboard.h
86
PassOwnPtr
<DragImage> createDragImage(IntPoint& dragLocation, Frame*) const;
MainThreadTaskRunnerTest.cpp
77
static
PassOwnPtr
<MarkingBooleanTask> create(bool* toBeMarked)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h
43
#include "wtf/
PassOwnPtr
.h"
99
static
PassOwnPtr
<InspectorDOMAgent> create(InstrumentingAgents* instrumentingAgents, InspectorPageAgent* pageAgent, InspectorCompositeState* inspectorState, InjectedScriptManager* injectedScriptManager, InspectorOverlay* overlay, InspectorClient* client)
213
PassOwnPtr
<HighlightConfig> highlightConfigFromInspectorObject(ErrorString*, JSONObject* highlightInspectorObject);
245
void innerHighlightQuad(
PassOwnPtr
<FloatQuad>, const RefPtr<JSONObject>* color, const RefPtr<JSONObject>* outlineColor);
InjectedScriptHost.cpp
99
void InjectedScriptHost::addInspectedObject(
PassOwnPtr
<InjectedScriptHost::InspectableObject> object)
InspectorConsoleAgent.h
108
void addConsoleMessage(
PassOwnPtr
<ConsoleMessage>);
InspectorDOMDebuggerAgent.h
38
#include "wtf/
PassOwnPtr
.h"
58
static
PassOwnPtr
<InspectorDOMDebuggerAgent> create(InstrumentingAgents*, InspectorCompositeState*, InspectorDOMAgent*, InspectorDebuggerAgent*);
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h
33
#include "wtf/
PassOwnPtr
.h"
42
PassOwnPtr
<T> CloneToPassOwnPtr(T& o)
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSCalculationValue.h
38
#include "wtf/
PassOwnPtr
.h"
69
virtual
PassOwnPtr
<CalcExpressionNode> toCalcValue(const CSSToLengthConversionData&) const = 0;
MediaQueryMatcher.cpp
77
PassOwnPtr
<MediaQueryEvaluator> MediaQueryMatcher::prepareEvaluator() const
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLCanvasElement.h
138
PassOwnPtr
<ImageBufferSurface> createImageBufferSurface(const IntSize& deviceSize, int* msaaSampleCount);
/external/chromium_org/third_party/WebKit/Source/core/html/ime/
InputMethodContext.cpp
41
PassOwnPtr
<InputMethodContext> InputMethodContext::create(HTMLElement* element)
Completed in 2327 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>