/external/chromium_org/content/renderer/media/ |
rtc_video_renderer.cc | 15 const blink::WebMediaStreamTrack& video_track, 38 blink::WebMediaStreamSource::ReadyStateEnded || 67 blink::WebMediaStreamSource::ReadyState state) { 69 if (state == blink::WebMediaStreamSource::ReadyStateEnded)
|
/external/chromium_org/content/renderer/ |
mouse_lock_dispatcher.h | 11 namespace blink { namespace 13 } // namespace blink 31 const blink::WebMouseEvent& event) = 0; 46 bool WillHandleMouseEvent(const blink::WebMouseEvent& event);
|
renderer_webcookiejar_impl.cc | 14 using blink::WebCookie; 15 using blink::WebString; 16 using blink::WebURL; 17 using blink::WebVector;
|
sad_plugin.h | 20 void PaintSadPlugin(blink::WebCanvas* canvas,
|
webpublicsuffixlist_impl.cc | 15 const blink::WebString& host) {
|
/external/chromium_org/content/renderer/pepper/ |
resource_converter.cc | 33 // Converts a blink::WebFileSystem::Type to a PP_FileSystemType. 34 PP_FileSystemType WebFileSystemTypeToPPAPI(blink::WebFileSystem::Type type) { 36 case blink::WebFileSystem::TypeTemporary: 38 case blink::WebFileSystem::TypePersistent: 40 case blink::WebFileSystem::TypeIsolated: 42 case blink::WebFileSystem::TypeExternal: 56 const blink::WebDOMFileSystem& dom_file_system, 115 blink::WebDOMFileSystem dom_file_system = 116 blink::WebDOMFileSystem::fromV8Value(val);
|
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/ |
ShellLayoutTestUtils.java | 13 * Utility methods used by content_shell for running Blink's layout tests on Android.
|
/external/chromium_org/content/test/ |
webkit_support.cc | 60 blink::WebRuntimeFeatures::enableStableFeatures(true); 61 blink::WebRuntimeFeatures::enableExperimentalFeatures(true); 62 blink::WebRuntimeFeatures::enableTestOnlyFeatures(true); 88 blink::WebCache::clear();
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
caret-blink-during-forward-delete.html | 5 The caret shown below should not blink while the characters are being deleted.</p>
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MessageChannel.cpp | 39 OwnPtr<blink::WebMessagePortChannel> channel1 = adoptPtr(blink::Platform::current()->createMessagePortChannel()); 40 OwnPtr<blink::WebMessagePortChannel> channel2 = adoptPtr(blink::Platform::current()->createMessagePortChannel());
|
/external/chromium_org/third_party/WebKit/Source/core/platform/animation/ |
AnimationTranslationUtil.h | 39 namespace blink { namespace 56 PassOwnPtr<blink::WebAnimation> createWebAnimation(const KeyframeValueList&, const CSSAnimationData*, int animationId, double timeOffset, const FloatSize& boxSize); 58 void toWebTransformOperations(const TransformOperations& inOperations, const FloatSize& boxSize, blink::WebTransformOperations* outOperations); 60 bool toWebFilterOperations(const FilterOperations& inOperations, blink::WebFilterOperations* outOperations);
|
/external/chromium_org/third_party/WebKit/Source/core/testing/ |
InternalProfilers.cpp | 43 blink::Platform::current()->startHeapProfiling(prefix); 48 blink::Platform::current()->stopHeapProfiling(); 53 blink::Platform::current()->dumpHeapProfiling(reason); 58 String text = blink::Platform::current()->getHeapProfile();
|
/external/chromium_org/third_party/WebKit/Source/modules/crypto/ |
CryptoResultImpl.cpp | 61 void CryptoResultImpl::completeWithBuffer(const blink::WebArrayBuffer& buffer) 73 void CryptoResultImpl::completeWithKey(const blink::WebCryptoKey& key) 79 void CryptoResultImpl::completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey)
|
CryptoResultImpl.h | 52 virtual void completeWithBuffer(const blink::WebArrayBuffer&) OVERRIDE; 54 virtual void completeWithKey(const blink::WebCryptoKey&) OVERRIDE; 55 virtual void completeWithKeyPair(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) OVERRIDE;
|
KeyPair.cpp | 39 PassRefPtr<KeyPair> KeyPair::create(const blink::WebCryptoKey& publicKey, const blink::WebCryptoKey& privateKey) 41 ASSERT(publicKey.type() == blink::WebCryptoKeyTypePublic); 42 ASSERT(privateKey.type() == blink::WebCryptoKeyTypePrivate);
|
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/ |
FileWriterBase.h | 38 namespace blink { class WebFileWriter; } namespace 45 void initialize(PassOwnPtr<blink::WebFileWriter>, long long length); 59 blink::WebFileWriter* writer() 79 OwnPtr<blink::WebFileWriter> m_writer;
|
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
NavigatorGamepad.cpp | 38 blink::WebGamepads gamepads; 40 blink::Platform::current()->sampleGamepads(gamepads); 42 for (unsigned i = 0; i < blink::WebGamepads::itemsLengthCap; ++i) { 43 blink::WebGamepad& webGamepad = gamepads.items[i];
|
/external/chromium_org/third_party/WebKit/Source/modules/mediasource/ |
WebKitSourceBuffer.h | 39 namespace blink { namespace 51 static PassRefPtr<WebKitSourceBuffer> create(PassOwnPtr<blink::WebSourceBuffer>, PassRefPtr<WebKitMediaSource>); 65 WebKitSourceBuffer(PassOwnPtr<blink::WebSourceBuffer>, PassRefPtr<WebKitMediaSource>); 69 OwnPtr<blink::WebSourceBuffer> m_webSourceBuffer;
|
/external/chromium_org/third_party/WebKit/Source/modules/mediastream/ |
RTCIceCandidate.cpp | 56 return adoptRef(new RTCIceCandidate(blink::WebRTCICECandidate(candidate, sdpMid, sdpMLineIndex))); 59 PassRefPtr<RTCIceCandidate> RTCIceCandidate::create(blink::WebRTCICECandidate webCandidate) 64 RTCIceCandidate::RTCIceCandidate(blink::WebRTCICECandidate webCandidate) 85 blink::WebRTCICECandidate RTCIceCandidate::webCandidate()
|
RTCIceCandidate.h | 49 static PassRefPtr<RTCIceCandidate> create(blink::WebRTCICECandidate); 55 blink::WebRTCICECandidate webCandidate(); 58 explicit RTCIceCandidate(blink::WebRTCICECandidate); 60 blink::WebRTCICECandidate m_webCandidate;
|
RTCSessionDescription.h | 48 static PassRefPtr<RTCSessionDescription> create(blink::WebRTCSessionDescription); 56 blink::WebRTCSessionDescription webSessionDescription(); 59 explicit RTCSessionDescription(blink::WebRTCSessionDescription); 61 blink::WebRTCSessionDescription m_webSessionDescription;
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
FileMetadata.cpp | 60 blink::WebFileInfo webFileInfo; 61 if (!blink::Platform::current()->fileUtilities()->getFileInfo(path, webFileInfo)) 71 return blink::Platform::current()->fileUtilities()->directoryName(path); 76 return blink::Platform::current()->fileUtilities()->filePathToURL(path);
|
MIMETypeRegistry.cpp | 44 return blink::Platform::current()->mimeRegistry()->mimeTypeForExtension(ext); 50 return blink::Platform::current()->mimeRegistry()->wellKnownMimeTypeForExtension(ext); 72 return blink::Platform::current()->mimeRegistry()->supportsImageMIMEType(mimeType) 73 != blink::WebMimeRegistry::IsNotSupported; 92 return blink::Platform::current()->mimeRegistry()->supportsJavaScriptMIMEType(mimeType) 93 != blink::WebMimeRegistry::IsNotSupported; 98 return blink::Platform::current()->mimeRegistry()->supportsNonImageMIMEType(mimeType) 99 != blink::WebMimeRegistry::IsNotSupported; 105 && blink::Platform::current()->mimeRegistry()->supportsMediaSourceMIMEType(mimeType, codecs);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
OpaqueRectTrackingContentLayerDelegate.h | 48 class PLATFORM_EXPORT OpaqueRectTrackingContentLayerDelegate : public blink::WebContentLayerClient { 58 // blink::WebContentLayerClient implementation. 59 virtual void paintContents(SkCanvas*, const blink::WebRect& clip, bool canPaintLCDText, blink::WebFloatRect& opaque) OVERRIDE;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/ |
SharedGraphicsContext3D.cpp | 47 OwnPtr<blink::WebGraphicsContext3DProvider> provider = adoptPtr(blink::Platform::current()->createSharedOffscreenGraphicsContext3DProvider()); 49 blink::WebGraphicsContext3D* webContext = 0; 58 blink::WebGraphicsContext3D* oldWebContext = m_context ? m_context->webContext() : 0;
|