handle 21 LayoutTests/http/tests/cache/resources/post-image-to-verify.php $handle = fopen($filename, 'rb'); handle 22 LayoutTests/http/tests/cache/resources/post-image-to-verify.php $contents = fread($handle, $filesize); handle 23 LayoutTests/http/tests/cache/resources/post-image-to-verify.php fclose($handle); handle 25 LayoutTests/http/tests/resources/portabilityLayer.php $handle = fopen($filename, "w"); handle 26 LayoutTests/http/tests/resources/portabilityLayer.php if (!$handle) handle 28 LayoutTests/http/tests/resources/portabilityLayer.php $bytesWritten = fwrite($handle, $data); handle 29 LayoutTests/http/tests/resources/portabilityLayer.php if (!fclose($handle)) handle 54 Source/bindings/templates/callback_interface.cpp v8::Handle<v8::Value> {{argument.handle}} = {{argument.cpp_value_to_v8_value}}; handle 55 Source/bindings/templates/callback_interface.cpp if ({{argument.handle}}.IsEmpty()) { handle 116 Source/bindings/templates/interface.h * a persistent handle (if the object is in oilpan) or handle 45 Source/bindings/v8/ScopedPersistent.h ScopedPersistent(v8::Isolate* isolate, v8::Handle<T> handle) handle 46 Source/bindings/v8/ScopedPersistent.h : m_handle(isolate, handle) handle 69 Source/bindings/v8/ScopedPersistent.h void set(v8::Isolate* isolate, v8::Handle<T> handle) handle 71 Source/bindings/v8/ScopedPersistent.h m_handle.Reset(isolate, handle); handle 110 Source/bindings/v8/SerializedScriptValue.cpp bool contains(const v8::Handle<GCObject>& handle) handle 112 Source/bindings/v8/SerializedScriptValue.cpp return m_map.contains(*handle); handle 115 Source/bindings/v8/SerializedScriptValue.cpp bool tryGet(const v8::Handle<GCObject>& handle, T* valueOut) handle 117 Source/bindings/v8/SerializedScriptValue.cpp typename HandleToT::iterator result = m_map.find(*handle); handle 125 Source/bindings/v8/SerializedScriptValue.cpp void set(const v8::Handle<GCObject>& handle, const T& value) handle 127 Source/bindings/v8/SerializedScriptValue.cpp m_map.set(*handle, value); handle 145 Source/bindings/v8/SerializedScriptValue.cpp const v8::Handle<G>* handle = reinterpret_cast<const v8::Handle<G>*>(&value); handle 146 Source/bindings/v8/SerializedScriptValue.cpp return *handle; handle 51 Source/bindings/v8/UnsafePersistent.h explicit UnsafePersistent(v8::Persistent<T>& handle) handle 53 Source/bindings/v8/UnsafePersistent.h m_value = handle.ClearAndLeak(); handle 56 Source/bindings/v8/UnsafePersistent.h UnsafePersistent(v8::Isolate* isolate, v8::Handle<T>& handle) handle 58 Source/bindings/v8/UnsafePersistent.h v8::Persistent<T> persistent(isolate, handle); handle 86 Source/bindings/v8/UnsafePersistent.h v8::Persistent<T>* handle = reinterpret_cast<v8::Persistent<T>*>(&m_value); handle 87 Source/bindings/v8/UnsafePersistent.h return handle; handle 90 Source/bindings/v8/V8DOMWrapper.h inline void V8DOMWrapper::setNativeInfoWithPersistentHandle(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object, PersistentNode* handle) handle 99 Source/bindings/v8/V8DOMWrapper.h wrapper->SetAlignedPointerInInternalField(wrapper->InternalFieldCount() - 1, handle); handle 178 Source/bindings/v8/V8NPObject.cpp void set(PrivateIdentifier* key, v8::Handle<v8::FunctionTemplate> handle) handle 181 Source/bindings/v8/V8NPObject.cpp v8::Persistent<v8::FunctionTemplate> wrapper(m_isolate, handle); handle 194 Source/bindings/v8/WrapperTypeInfo.h const PersistentNode* handle = toPersistentHandle(wrapper); handle 197 Source/bindings/v8/WrapperTypeInfo.h delete handle; handle 50 Source/bindings/v8/custom/V8InjectedScriptManager.cpp ScopedPersistent<v8::Object> handle; handle 71 Source/bindings/v8/custom/V8InjectedScriptManager.cpp data->handle.set(isolate, instanceTemplate); handle 72 Source/bindings/v8/custom/V8InjectedScriptManager.cpp data->handle.setWeak(data, &InjectedScriptManager::setWeakCallback); handle 125 Source/bindings/v8/custom/V8InjectedScriptManager.cpp data.GetParameter()->handle.clear(); handle 665 Source/core/fetch/Resource.cpp ResourcePtrBase* handle = *it; handle 666 Source/core/fetch/Resource.cpp handle->m_resource = m_resourceToRevalidate; handle 667 Source/core/fetch/Resource.cpp m_resourceToRevalidate->registerHandle(handle); handle 399 Source/core/loader/ImageLoader.cpp ImageLoaderClient* handle = *it; handle 400 Source/core/loader/ImageLoader.cpp handle->notifyImageSourceChanged(); handle 42 Source/modules/webdatabase/sqlite/SQLiteFileSystemWin.cpp int chromium_sqlite3_initialize_win_sqlite3_file(sqlite3_file* file, HANDLE handle); handle 254 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::willOpenSocketStream(SocketStreamHandle* handle) handle 257 Source/modules/websockets/MainThreadWebSocketChannel.cpp ASSERT(handle); handle 259 Source/modules/websockets/MainThreadWebSocketChannel.cpp m_document->frame()->loader().client()->dispatchWillOpenSocketStream(handle); handle 262 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::didOpenSocketStream(SocketStreamHandle* handle) handle 265 Source/modules/websockets/MainThreadWebSocketChannel.cpp ASSERT(handle == m_handle); handle 271 Source/modules/websockets/MainThreadWebSocketChannel.cpp if (!handle->send(handshakeMessage.data(), handshakeMessage.length())) handle 275 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::didCloseSocketStream(SocketStreamHandle* handle) handle 280 Source/modules/websockets/MainThreadWebSocketChannel.cpp ASSERT_UNUSED(handle, handle == m_handle || !m_handle); handle 306 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::didReceiveSocketStreamData(SocketStreamHandle* handle, const char* data, int len) handle 310 Source/modules/websockets/MainThreadWebSocketChannel.cpp ASSERT(handle == m_handle); handle 338 Source/modules/websockets/MainThreadWebSocketChannel.cpp void MainThreadWebSocketChannel::didFailSocketStream(SocketStreamHandle* handle, const SocketStreamError& error) handle 341 Source/modules/websockets/MainThreadWebSocketChannel.cpp ASSERT_UNUSED(handle, handle == m_handle || !m_handle); handle 353 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didConnect(WebSocketHandle* handle, bool fail, const blink::WebString& selectedProtocol, const blink::WebString& extensions) handle 355 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didConnect(%p, %d, %s, %s)", this, handle, fail, selectedProtocol.utf8().data(), extensions.utf8().data()); handle 357 Source/modules/websockets/NewWebSocketChannelImpl.cpp ASSERT(handle == m_handle); handle 369 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didStartOpeningHandshake(WebSocketHandle* handle, const blink::WebSocketHandshakeRequestInfo& request) handle 371 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didStartOpeningHandshake(%p)", this, handle); handle 378 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didFinishOpeningHandshake(WebSocketHandle* handle, const blink::WebSocketHandshakeResponseInfo& response) handle 380 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didFinishOpeningHandshake(%p)", this, handle); handle 387 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didFail(WebSocketHandle* handle, const blink::WebString& message) handle 389 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didFail(%p, %s)", this, handle, message.utf8().data()); handle 397 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didReceiveData(WebSocketHandle* handle, bool fin, WebSocketHandle::MessageType type, const char* data, size_t size) handle 399 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didReceiveData(%p, %d, %d, (%p, %zu))", this, handle, fin, type, data, size); handle 401 Source/modules/websockets/NewWebSocketChannelImpl.cpp ASSERT(handle == m_handle); handle 448 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didClose(WebSocketHandle* handle, bool wasClean, unsigned short code, const blink::WebString& reason) handle 450 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didClose(%p, %d, %u, %s)", this, handle, wasClean, code, String(reason).utf8().data()); handle 462 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didReceiveFlowControl(WebSocketHandle* handle, int64_t quota) handle 464 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didReceiveFlowControl(%p, %ld)", this, handle, static_cast<long>(quota)); handle 470 Source/modules/websockets/NewWebSocketChannelImpl.cpp void NewWebSocketChannelImpl::didStartClosingHandshake(WebSocketHandle* handle) handle 472 Source/modules/websockets/NewWebSocketChannelImpl.cpp WTF_LOG(Network, "NewWebSocketChannelImpl %p didStartClosingHandshake(%p)", this, handle); handle 64 Source/platform/Decimal.cpp HandleResult handle(); handle 345 Source/platform/Decimal.cpp switch (handler.handle()) { handle 383 Source/platform/Decimal.cpp switch (handler.handle()) { handle 422 Source/platform/Decimal.cpp switch (handler.handle()) { handle 460 Source/platform/Decimal.cpp switch (handler.handle()) { handle 73 Source/platform/EventTracer.cpp void EventTracer::updateTraceEventDuration(const unsigned char* categoryEnabledFlag, const char* name, TraceEvent::TraceEventHandle handle) handle 75 Source/platform/EventTracer.cpp blink::Platform::current()->updateTraceEventDuration(categoryEnabledFlag, name, handle); handle 151 Source/platform/blob/BlobRegistry.cpp void BlobRegistry::registerPublicBlobURL(SecurityOrigin* origin, const KURL& url, PassRefPtr<BlobDataHandle> handle) handle 154 Source/platform/blob/BlobRegistry.cpp blobRegistry()->registerPublicBlobURL(url, handle->uuid()); handle 44 Source/platform/exported/WebCryptoKey.cpp WebCryptoKeyPrivate(PassOwnPtr<WebCryptoKeyHandle> handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages) handle 45 Source/platform/exported/WebCryptoKey.cpp : handle(handle) handle 54 Source/platform/exported/WebCryptoKey.cpp const OwnPtr<WebCryptoKeyHandle> handle; handle 61 Source/platform/exported/WebCryptoKey.cpp WebCryptoKey WebCryptoKey::create(WebCryptoKeyHandle* handle, WebCryptoKeyType type, bool extractable, const WebCryptoKeyAlgorithm& algorithm, WebCryptoKeyUsageMask usages) handle 64 Source/platform/exported/WebCryptoKey.cpp key.m_private = adoptRef(new WebCryptoKeyPrivate(adoptPtr(handle), type, extractable, algorithm, usages)); handle 76 Source/platform/exported/WebCryptoKey.cpp return m_private->handle.get(); handle 48 Source/platform/network/SocketStreamHandle.cpp SocketStreamHandleInternal::SocketStreamHandleInternal(SocketStreamHandle* handle) handle 49 Source/platform/network/SocketStreamHandle.cpp : m_handle(handle) handle 50 Source/platform/network/SocketStreamHandleInternal.h static PassOwnPtr<SocketStreamHandleInternal> create(SocketStreamHandle* handle) handle 52 Source/platform/network/SocketStreamHandleInternal.h return adoptPtr(new SocketStreamHandleInternal(handle)); handle 66 Source/platform/network/SocketStreamHandleInternal.h static blink::WebSocketStreamHandle* toWebSocketStreamHandle(SocketStreamHandle* handle) handle 68 Source/platform/network/SocketStreamHandleInternal.h if (handle && handle->m_internal) handle 69 Source/platform/network/SocketStreamHandleInternal.h return handle->m_internal->m_socket.get(); handle 747 Source/web/FrameLoaderClientImpl.cpp void FrameLoaderClientImpl::dispatchWillOpenSocketStream(SocketStreamHandle* handle) handle 749 Source/web/FrameLoaderClientImpl.cpp m_webFrame->client()->willOpenSocketStream(SocketStreamHandleInternal::toWebSocketStreamHandle(handle)); handle 77 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didStartAudio(const WebSpeechRecognitionHandle& handle) handle 79 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 83 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didStartSound(const WebSpeechRecognitionHandle& handle) handle 85 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 90 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didEndSound(const WebSpeechRecognitionHandle& handle) handle 92 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 97 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didEndAudio(const WebSpeechRecognitionHandle& handle) handle 99 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 103 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didReceiveResults(const WebSpeechRecognitionHandle& handle, const WebVector<WebSpeechRecognitionResult>& newFinalResults, const WebVector<WebSpeechRecognitionResult>& currentInterimResults) handle 105 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 118 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didReceiveNoMatch(const WebSpeechRecognitionHandle& handle, const WebSpeechRecognitionResult& result) handle 120 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 124 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didReceiveError(const WebSpeechRecognitionHandle& handle, const WebString& message, WebSpeechRecognizerClient::ErrorCode code) handle 126 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 131 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didStart(const WebSpeechRecognitionHandle& handle) handle 133 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 137 Source/web/SpeechRecognitionClientProxy.cpp void SpeechRecognitionClientProxy::didEnd(const WebSpeechRecognitionHandle& handle) handle 139 Source/web/SpeechRecognitionClientProxy.cpp RefPtrWillBeRawPtr<SpeechRecognition> recognition = PassRefPtrWillBeRawPtr<SpeechRecognition>(handle); handle 77 Source/wtf/ThreadingPthreads.cpp PthreadState(pthread_t handle) handle 80 Source/wtf/ThreadingPthreads.cpp , m_pthreadHandle(handle) handle 111 public/platform/WebCryptoKey.h BLINK_PLATFORM_EXPORT WebCryptoKeyHandle* handle() const;