HomeSort by relevance Sort by last modified time
    Searched full:blink (Results 326 - 350 of 3155) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebSpeechSynthesizerClientImpl.cpp 43 void WebSpeechSynthesizerClientImpl::setVoiceList(const blink::WebVector<blink::WebSpeechSynthesisVoice>& voices)
52 void WebSpeechSynthesizerClientImpl::didStartSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
57 void WebSpeechSynthesizerClientImpl::didFinishSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
62 void WebSpeechSynthesizerClientImpl::didPauseSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
67 void WebSpeechSynthesizerClientImpl::didResumeSpeaking(const blink::WebSpeechSynthesisUtterance& utterance)
72 void WebSpeechSynthesizerClientImpl::speakingErrorOccurred(const blink::WebSpeechSynthesisUtterance& utterance)
77 void WebSpeechSynthesizerClientImpl::wordBoundaryEventOccurred(const blink::WebSpeechSynthesisUtterance& utterance, unsigned charIndex)
82 void WebSpeechSynthesizerClientImpl::sentenceBoundaryEventOccurred(const blink::WebSpeechSynthesisUtterance& utterance, unsigned charIndex)
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockWebRTCDTMFSenderHandler.h 40 class MockWebRTCDTMFSenderHandler : public blink::WebRTCDTMFSenderHandler, public blink::WebNonCopyable {
42 MockWebRTCDTMFSenderHandler(const blink::WebMediaStreamTrack&, WebTestDelegate*);
44 virtual void setClient(blink::WebRTCDTMFSenderHandlerClient*) OVERRIDE;
46 virtual blink::WebString currentToneBuffer() OVERRIDE;
49 virtual bool insertDTMF(const blink::WebString& tones, long duration, long interToneGap) OVERRIDE;
58 blink::WebRTCDTMFSenderHandlerClient* m_client;
59 blink::WebMediaStreamTrack m_track;
60 blink::WebString m_toneBuffer;
  /external/chromium_org/chrome/renderer/extensions/
css_native_handler.cc 14 using blink::WebString;
28 blink::WebScriptBindings::toWebString(args[0].As<v8::String>());
29 WebString output_selector = blink::canonicalizeSelector(
30 input_selector, blink::WebSelectorTypeCompound);
31 args.GetReturnValue().Set(blink::WebScriptBindings::toV8String(
file_browser_private_custom_bindings.cc 37 blink::WebFrame* webframe =
38 blink::WebFrame::frameForContext(context()->v8_context());
42 blink::WebFileSystemTypeExternal,
43 blink::WebString::fromUTF8(name.c_str()),
44 blink::WebString::fromUTF8(root_url.c_str())));
media_galleries_custom_bindings.cc 45 blink::WebFrame* webframe = blink::WebFrame::frameForCurrentContext();
52 webframe->createFileSystem(blink::WebFileSystemTypeIsolated,
53 blink::WebString::fromUTF8(fs_name),
54 blink::WebString::fromUTF8(root_url)));
sync_file_system_custom_bindings.cc 52 blink::WebFrame* webframe =
53 blink::WebFrame::frameForContext(context()->v8_context());
55 webframe->createFileSystem(blink::WebFileSystemTypeExternal,
56 blink::WebString::fromUTF8(name),
57 blink::WebString::fromUTF8(root_url)));
  /external/chromium_org/components/plugins/renderer/
webview_plugin.cc 24 using blink::WebCanvas;
25 using blink::WebCursorInfo;
26 using blink::WebDragData;
27 using blink::WebDragOperationsMask;
28 using blink::WebFrame;
29 using blink::WebImage;
30 using blink::WebInputEvent;
31 using blink::WebMouseEvent;
32 using blink::WebPlugin;
33 using blink::WebPluginContainer
    [all...]
  /external/chromium_org/content/browser/renderer_host/
web_input_event_aurawin.cc 16 blink::WebMouseEvent MakeUntranslatedWebMouseEventFromNativeEvent(
24 blink::WebMouseWheelEvent MakeUntranslatedWebMouseWheelEventFromNativeEvent(
32 blink::WebKeyboardEvent MakeWebKeyboardEventFromNativeEvent(
40 blink::WebGestureEvent MakeWebGestureEventFromNativeEvent(
44 return blink::WebGestureEvent();
  /external/chromium_org/content/child/
db_message_filter.cc 11 using blink::WebString;
36 blink::WebDatabase::updateDatabaseSize(
43 blink::WebDatabase::updateSpaceAvailable(
49 blink::WebDatabase::resetSpaceAvailable(
56 blink::WebDatabase::closeDatabaseImmediately(
  /external/chromium_org/content/child/fileapi/
webfilewriter_base.h 13 namespace blink { namespace
21 : public NON_EXPORTED_BASE(blink::WebFileWriter) {
23 WebFileWriterBase(const GURL& path, blink::WebFileWriterClient* client);
28 virtual void write(long long position, const blink::WebString& id);
64 blink::WebFileWriterClient* client_;
  /external/chromium_org/content/common/indexed_db/
indexed_db_key_path.cc 11 using blink::WebIDBKeyPathTypeArray;
12 using blink::WebIDBKeyPathTypeNull;
13 using blink::WebIDBKeyPathTypeString;
26 DCHECK(type_ == blink::WebIDBKeyPathTypeArray);
31 DCHECK(type_ == blink::WebIDBKeyPathTypeString);
  /external/chromium_org/content/port/browser/
event_with_latency_info.h 12 namespace blink { namespace
48 typedef EventWithLatencyInfo<blink::WebGestureEvent>
50 typedef EventWithLatencyInfo<blink::WebMouseWheelEvent>
52 typedef EventWithLatencyInfo<blink::WebMouseEvent>
54 typedef EventWithLatencyInfo<blink::WebTouchEvent>
  /external/chromium_org/content/renderer/devtools/
devtools_client.h 15 namespace blink { namespace
32 NON_EXPORTED_BASE(public blink::WebDevToolsFrontendClient) {
42 virtual void sendMessageToBackend(const blink::WebString&) OVERRIDE;
43 virtual void sendMessageToEmbedder(const blink::WebString&) OVERRIDE;
49 scoped_ptr<blink::WebDevToolsFrontend> web_tools_frontend_;
  /external/chromium_org/content/renderer/input/
input_handler_proxy_client.h 8 namespace blink { namespace
26 const blink::WebActiveWheelFlingParameters& params) = 0;
30 virtual blink::WebGestureCurve* CreateFlingAnimationCurve(
32 const blink::WebFloatPoint& velocity,
33 const blink::WebSize& cumulative_scroll) = 0;
input_handler_wrapper.cc 34 const blink::WebActiveWheelFlingParameters& params) {
46 blink::WebGestureCurve* InputHandlerWrapper::CreateFlingAnimationCurve(
48 const blink::WebFloatPoint& velocity,
49 const blink::WebSize& cumulative_scroll) {
50 return blink::Platform::current()->createFlingAnimationCurve(
  /external/chromium_org/content/renderer/media/crypto/
content_decryption_module_factory.h 16 namespace blink { namespace
32 blink::WebMediaPlayerClient* web_media_player_client,
33 blink::WebFrame* web_frame,
48 blink::WebMediaPlayerClient* web_media_player_client,
49 blink::WebFrame* web_frame);
  /external/chromium_org/content/renderer/media/
remote_media_stream_impl.cc 25 const blink::WebMediaStreamTrack& webkit_track);
31 const blink::WebMediaStreamTrack& webkit_track() { return webkit_track_; }
39 blink::WebMediaStreamTrack webkit_track_;
49 blink::WebMediaStreamTrack* webkit_track,
50 blink::WebMediaStreamSource::Type type) {
51 blink::WebMediaStreamSource webkit_source;
52 blink::WebString webkit_track_id(UTF8ToUTF16(track->id()));
78 const blink::WebMediaStreamTrack& webkit_track)
104 blink::WebMediaStreamSource::ReadyStateLive);
108 blink::WebMediaStreamSource::ReadyStateEnded)
    [all...]
websourcebuffer_impl.h 20 class WebSourceBufferImpl : public blink::WebSourceBuffer {
25 // blink::WebSourceBuffer implementation.
26 virtual blink::WebTimeRanges buffered() OVERRIDE;
29 // TODO(acolwell): Add OVERRIDE when Blink-side changes land.
32 // TODO(acolwell): Add OVERRIDE when Blink-side changes land.
  /external/chromium_org/content/worker/
worker_webapplicationcachehost_impl.h 33 blink::WebApplicationCacheHostClient* client);
39 blink::WebURLRequest&, const blink::WebFrame*);
41 const blink::WebURLResponse&);
49 virtual bool selectCacheWithManifest(const blink::WebURL& manifestURL);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
Pasteboard.cpp 55 : m_buffer(blink::WebClipboard::BufferStandard)
61 return m_buffer == blink::WebClipboard::BufferSelection;
66 m_buffer = selectionMode ? blink::WebClipboard::BufferSelection : blink::WebClipboard::BufferStandard;
75 blink::Platform::current()->clipboard()->writePlainText(plainText);
77 blink::Platform::current()->clipboard()->writePlainText(text);
89 blink::WebImage webImage = bitmap->bitmap();
90 blink::Platform::current()->clipboard()->writeImage(webImage, blink::WebURL(url), blink::WebString(title))
    [all...]
  /external/chromium_org/webkit/child/
fling_animator_impl_android.h 16 namespace blink { namespace
22 class WEBKIT_CHILD_EXPORT FlingAnimatorImpl : public blink::WebGestureCurve {
28 const blink::WebFloatPoint& velocity,
29 const blink::WebSize&);
32 blink::WebGestureCurveTarget* target);
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_content_layer_impl.h 19 namespace blink { class WebContentLayerClient; } namespace
23 class WebContentLayerImpl : public blink::WebContentLayer,
27 blink::WebContentLayerClient*);
30 virtual blink::WebLayer* layer();
44 blink::WebContentLayerClient* client_;
  /external/chromium_org/content/renderer/pepper/
pepper_webplugin_impl.cc 35 using blink::WebCanvas;
36 using blink::WebPlugin;
37 using blink::WebPluginContainer;
38 using blink::WebPluginParams;
39 using blink::WebPoint;
40 using blink::WebPrintParams;
41 using blink::WebRect;
42 using blink::WebSize;
43 using blink::WebString;
44 using blink::WebURL
    [all...]
  /external/chromium_org/content/public/renderer/
content_renderer_client.h 29 namespace blink { namespace
91 blink::WebFrame* frame,
92 const blink::WebPluginParams& params,
93 blink::WebPlugin** plugin);
97 virtual blink::WebPlugin* CreatePluginReplacement(
121 blink::WebFrame* frame,
122 const blink::WebURLRequest& failed_request,
123 const blink::WebURLError& error,
136 virtual blink::WebMediaStreamCenter* OverrideCreateWebMediaStreamCenter(
137 blink::WebMediaStreamCenterClient* client)
    [all...]
  /external/chromium_org/cc/test/
test_web_graphics_context_3d.cc 19 using blink::WGC3Dboolean;
20 using blink::WGC3Dchar;
21 using blink::WGC3Denum;
22 using blink::WGC3Dint;
23 using blink::WGC3Dsizei;
24 using blink::WGC3Dsizeiptr;
25 using blink::WGC3Duint;
26 using blink::WebGLId;
27 using blink::WebGraphicsContext3D;
131 blink::WebString TestWebGraphicsContext3D::getString(WGC3Denum name)
    [all...]

Completed in 495 milliseconds

<<11121314151617181920>>