Searched refs:getInternal (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/network/qt/
H A DResourceHandleQt.cpp98 getInternal()->m_context = context;
99 ResourceHandleInternal *d = getInternal();
157 ResourceHandleInternal* d = handle->getInternal();
H A DQNetworkReplyHandler.cpp376 if (m_resourceHandle->getInternal()->m_context)
377 originatingObject = m_resourceHandle->getInternal()->m_context->originatingObject();
546 if (m_resourceHandle->getInternal()->m_context)
547 originatingObject = m_resourceHandle->getInternal()->m_context->originatingObject();
635 ResourceHandleInternal* d = m_resourceHandle->getInternal();
/external/webkit/Source/WebCore/platform/network/curl/
H A DResourceHandleManager.cpp179 ResourceHandleInternal* d = job->getInternal();
222 ResourceHandleInternal* d = job->getInternal();
300 ResourceHandleInternal* d = job->getInternal();
379 ResourceHandleInternal* d = job->getInternal();
441 ResourceHandleInternal* d = job->getInternal();
462 ResourceHandleInternal* d = job->getInternal();
584 ResourceHandleInternal* handle = job->getInternal();
618 CURLMcode ret = curl_multi_add_handle(m_curlMultiHandle, job->getInternal()->m_handle);
637 ResourceHandleInternal* d = job->getInternal();
747 ResourceHandleInternal* d = job->getInternal();
[all...]
/external/webkit/Source/WebCore/storage/
H A DIDBIndexBackendImpl.cpp123 void IDBIndexBackendImpl::getInternal(ScriptExecutionContext*, PassRefPtr<IDBIndexBackendImpl> index, PassRefPtr<IDBKey> key, bool getObject, PassRefPtr<IDBCallbacks> callbacks) function in class:WebCore::IDBIndexBackendImpl
125 // FIXME: Split getInternal into two functions, getting rid off |getObject|.
148 if (!transaction->scheduleTask(createCallbackTask(&getInternal, index, key, true, callbacks)))
157 if (!transaction->scheduleTask(createCallbackTask(&getInternal, index, key, false, callbacks)))
H A DIDBIndexBackendImpl.h79 static void getInternal(ScriptExecutionContext*, PassRefPtr<IDBIndexBackendImpl>, PassRefPtr<IDBKey>, bool getObject, PassRefPtr<IDBCallbacks>);
H A DIDBObjectStoreBackendImpl.h89 static void getInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl>, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks>);
H A DIDBObjectStoreBackendImpl.cpp89 if (!transaction->scheduleTask(createCallbackTask(&IDBObjectStoreBackendImpl::getInternal, objectStore, key, callbacks)))
93 void IDBObjectStoreBackendImpl::getInternal(ScriptExecutionContext*, PassRefPtr<IDBObjectStoreBackendImpl> objectStore, PassRefPtr<IDBKey> key, PassRefPtr<IDBCallbacks> callbacks) function in class:WebCore::IDBObjectStoreBackendImpl
/external/webkit/Source/WebCore/platform/network/soup/
H A DResourceHandleSoup.cpp216 ResourceHandleInternal* d = handle->getInternal();
284 ResourceHandleInternal* d = handle->getInternal();
304 ResourceHandleInternal* internal = handle->getInternal();
332 ResourceHandleInternal* d = handle->getInternal();
353 ResourceHandleInternal* d = handle->getInternal();
375 ResourceHandleInternal* d = handle->getInternal();
410 ResourceHandleInternal* d = handle->getInternal();
554 ResourceHandleInternal* d = handle->getInternal();
743 ResourceHandleInternal* d = handle->getInternal();
755 ResourceHandleInternal* d = handle->getInternal();
[all...]
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitglobals.cpp209 ResourceHandleInternal* d = handle->getInternal();
H A Dwebkitdownload.cpp423 ResourceHandleInternal* d = handle->getInternal();
496 ResourceHandleInternal* d = priv->resourceHandle->getInternal();
/external/webkit/Source/WebCore/platform/network/
H A DResourceHandle.h168 ResourceHandleInternal* getInternal() { return d.get(); } function in class:WebCore::ResourceHandle
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp992 handle->getInternal()->m_loader->downloadFile();
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp1010 QNetworkReplyHandler* handler = handle->getInternal()->m_job;

Completed in 136 milliseconds