OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PassOwnPtr
(Results
401 - 425
of
842
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorController.h
74
static
PassOwnPtr
<InspectorController> create(Page*, InspectorClient*);
77
void setInspectorFrontendClient(
PassOwnPtr
<InspectorFrontendClient>);
InspectorHistory.cpp
80
void InspectorHistory::Action::merge(
PassOwnPtr
<Action>)
86
bool InspectorHistory::perform(
PassOwnPtr
<Action> action, ExceptionState& exceptionState)
/external/chromium_org/third_party/WebKit/Source/core/page/
Chrome.h
60
static
PassOwnPtr
<Chrome> create(Page*, ChromeClient*);
123
PassOwnPtr
<ColorChooser> createColorChooser(ColorChooserClient*, const Color& initialColor);
ContextMenuController.cpp
53
PassOwnPtr
<ContextMenuController> ContextMenuController::create(Page* page, ContextMenuClient* client)
100
PassOwnPtr
<ContextMenu> ContextMenuController::createContextMenu(Event* event)
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedString.cpp
33
PassOwnPtr
<SVGAnimatedType> SVGAnimatedStringAnimator::constructFromString(const String& string)
40
PassOwnPtr
<SVGAnimatedType> SVGAnimatedStringAnimator::startAnimValAnimation(const SVGElementAnimatedPropertyList& animatedTypes)
SVGDocumentExtensions.h
110
PassOwnPtr
<SVGPendingElements> removePendingResource(const AtomicString& id);
117
PassOwnPtr
<SVGPendingElements> removePendingResourceForRemoval(const AtomicString&);
/external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerEventQueue.cpp
36
PassOwnPtr
<WorkerEventQueue> WorkerEventQueue::create(ExecutionContext* context)
54
static
PassOwnPtr
<EventDispatcherTask> create(PassRefPtr<Event> event, WorkerEventQueue* eventQueue)
WorkerObjectProxy.cpp
42
PassOwnPtr
<WorkerObjectProxy> WorkerObjectProxy::create(ExecutionContext* executionContext, WorkerMessagingProxy* messagingProxy)
47
void WorkerObjectProxy::postMessageToWorkerObject(PassRefPtr<SerializedScriptValue> message,
PassOwnPtr
<MessagePortChannelArray> channels)
WorkerRunLoop.cpp
47
static
PassOwnPtr
<Task> create(
PassOwnPtr
<ExecutionContextTask> task, const String& mode)
60
Task(
PassOwnPtr
<ExecutionContextTask> task, const String& mode)
252
bool WorkerRunLoop::postTask(
PassOwnPtr
<ExecutionContextTask> task)
262
void WorkerRunLoop::postTaskAndTerminate(
PassOwnPtr
<ExecutionContextTask> task)
267
bool WorkerRunLoop::postTaskForMode(
PassOwnPtr
<ExecutionContextTask> task, const String& mode)
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBCursor.h
58
static PassRefPtr<IDBCursor> create(
PassOwnPtr
<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
96
IDBCursor(
PassOwnPtr
<blink::WebIDBCursor>, IndexedDB::CursorDirection, IDBRequest*, IDBAny* source, IDBTransaction*);
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/
SourceBuffer.h
41
#include "wtf/
PassOwnPtr
.h"
63
static PassRefPtr<SourceBuffer> create(
PassOwnPtr
<blink::WebSourceBuffer>, MediaSource*, GenericEventQueue*);
97
SourceBuffer(
PassOwnPtr
<blink::WebSourceBuffer>, MediaSource*, GenericEventQueue*);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
WorkerGlobalScopeWebDatabase.cpp
45
PassRefPtr<Database> WorkerGlobalScopeWebDatabase::openDatabase(WorkerGlobalScope* context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize,
PassOwnPtr
<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
63
PassRefPtr<DatabaseSync> WorkerGlobalScopeWebDatabase::openDatabaseSync(WorkerGlobalScope* context, const String& name, const String& version, const String& displayName, unsigned long estimatedSize,
PassOwnPtr
<DatabaseCallback> creationCallback, ExceptionState& exceptionState)
DatabaseManager.cpp
74
static
PassOwnPtr
<DatabaseCreationCallbackTask> create(PassRefPtr<Database> database,
PassOwnPtr
<DatabaseCallback> creationCallback)
85
DatabaseCreationCallbackTask(PassRefPtr<Database> database,
PassOwnPtr
<DatabaseCallback> callback)
218
unsigned long estimatedSize,
PassOwnPtr
<DatabaseCallback> creationCallback,
246
unsigned long estimatedSize,
PassOwnPtr
<DatabaseCallback> creationCallback,
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessPromise.cpp
102
void MIDIAccessPromise::then(
PassOwnPtr
<MIDISuccessCallback> successCallback,
PassOwnPtr
<MIDIErrorCallback> errorCallback)
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
ThreadableWebSocketChannelClientWrapper.h
40
#include "wtf/
PassOwnPtr
.h"
81
void didReceiveBinaryData(
PassOwnPtr
<Vector<char> >);
97
static void didReceiveBinaryDataCallback(ExecutionContext*, PassRefPtr<ThreadableWebSocketChannelClientWrapper>,
PassOwnPtr
<Vector<char> >);
/external/chromium_org/third_party/WebKit/Source/platform/
CrossThreadCopier.cpp
118
// Verify that
PassOwnPtr
gets passed through.
120
PassOwnPtr
<float>,
121
CrossThreadCopier<
PassOwnPtr
<float> >::Type
125
// Verify that
PassOwnPtr
does not get passed through.
/external/chromium_org/third_party/WebKit/Source/platform/blob/
BlobData.cpp
60
PassOwnPtr
<BlobData> BlobData::create()
110
BlobDataHandle::BlobDataHandle(
PassOwnPtr
<BlobData> data, long long size)
/external/chromium_org/third_party/WebKit/Source/platform/network/
HTTPHeaderMap.cpp
47
PassOwnPtr
<CrossThreadHTTPHeaderMapData> HTTPHeaderMap::copyData() const
59
void HTTPHeaderMap::adopt(
PassOwnPtr
<CrossThreadHTTPHeaderMapData> data)
/external/chromium_org/third_party/WebKit/Source/platform/text/
LocaleICU.h
49
static
PassOwnPtr
<LocaleICU> create(const char* localeString);
82
PassOwnPtr
<Vector<String> > createLabelVector(const UDateFormat*, UDateFormatSymbolType, int32_t startIndex, int32_t size);
LocaleMac.h
50
static
PassOwnPtr
<LocaleMac> create(const String&);
51
static
PassOwnPtr
<LocaleMac> create(NSLocale*);
LocaleICU.cpp
38
#include "wtf/
PassOwnPtr
.h"
47
PassOwnPtr
<Locale> Locale::create(const String& locale)
73
PassOwnPtr
<LocaleICU> LocaleICU::create(const char* localeString)
169
PassOwnPtr
<Vector<String> > LocaleICU::createLabelVector(const UDateFormat* dateFormat, UDateFormatSymbolType type, int32_t startIndex, int32_t size)
172
return
PassOwnPtr
<Vector<String> >();
174
return
PassOwnPtr
<Vector<String> >();
182
return
PassOwnPtr
<Vector<String> >();
187
return
PassOwnPtr
<Vector<String> >();
193
static
PassOwnPtr
<Vector<String> > createFallbackWeekDayShortLabels()
224
static
PassOwnPtr
<Vector<String> > createFallbackMonthLabels(
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValues.h
162
inline void setFromValueList(
PassOwnPtr
<CSSParserValueList>);
216
PassOwnPtr
<CSSSelector> releaseSelector() { return m_selector.release(); }
244
void setTagHistory(
PassOwnPtr
<CSSParserSelector> selector) { m_tagHistory = selector; }
246
void insertTagHistory(CSSSelector::Relation before,
PassOwnPtr
<CSSParserSelector>, CSSSelector::Relation after);
247
void appendTagHistory(CSSSelector::Relation,
PassOwnPtr
<CSSParserSelector>);
279
inline void CSSParserValue::setFromValueList(
PassOwnPtr
<CSSParserValueList> valueList)
/external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.h
42
static
PassOwnPtr
<ElementRareData> create(RenderObject* renderer) { return adoptPtr(new ElementRareData(renderer)); }
110
void setAttributeMap(
PassOwnPtr
<NamedNodeMap> attributeMap) { m_attributeMap = attributeMap; }
117
void setClassList(
PassOwnPtr
<ClassList> classList) { m_classList = classList; }
126
void setDataset(
PassOwnPtr
<DatasetDOMStringMap> dataset) { m_dataset = dataset; }
135
void setActiveAnimations(
PassOwnPtr
<ActiveAnimations> activeAnimations)
MessagePort.cpp
99
PassOwnPtr
<blink::WebMessagePortChannel> MessagePort::disentangle()
135
void MessagePort::entangle(
PassOwnPtr
<blink::WebMessagePortChannel> remote)
194
PassOwnPtr
<MessagePortChannelArray> MessagePort::disentanglePorts(const MessagePortArray* ports, ExceptionState& exceptionState)
226
PassOwnPtr
<MessagePortArray> MessagePort::entanglePorts(ExecutionContext& context,
PassOwnPtr
<MessagePortChannelArray> channels)
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
File.cpp
53
static
PassOwnPtr
<BlobData> createBlobDataForFileWithType(const String& path, const String& contentType)
61
static
PassOwnPtr
<BlobData> createBlobDataForFile(const String& path, File::ContentTypeLookupPolicy policy)
66
static
PassOwnPtr
<BlobData> createBlobDataForFileWithName(const String& path, const String& fileSystemName, File::ContentTypeLookupPolicy policy)
71
static
PassOwnPtr
<BlobData> createBlobDataForFileWithMetadata(const String& fileSystemName, const FileMetadata& metadata)
79
static
PassOwnPtr
<BlobData> createBlobDataForFileSystemURL(const KURL& fileSystemURL, const FileMetadata& metadata)
Completed in 553 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>