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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/renderer/
chrome_content_renderer_client.h 54 namespace blink { namespace
76 blink::WebFrame* frame,
77 const blink::WebPluginParams& params,
78 blink::WebPlugin** plugin) OVERRIDE;
79 virtual blink::WebPlugin* CreatePluginReplacement(
86 blink::WebFrame* frame,
87 const blink::WebURLRequest& failed_request,
88 const blink::WebURLError& error,
96 virtual bool ShouldFork(blink::WebFrame* frame,
102 virtual bool WillSendRequest(blink::WebFrame* frame
    [all...]
  /external/chromium_org/content/browser/gamepad/
gamepad_test_helpers.cc 12 const blink::WebGamepads& test_data)
20 void MockGamepadDataFetcher::GetGamepadData(blink::WebGamepads* pads,
33 void MockGamepadDataFetcher::SetTestData(const blink::WebGamepads& new_data) {
45 const blink::WebGamepads& test_data) {
  /external/chromium_org/content/common/
socket_stream_handle_data.h 11 namespace blink { namespace
27 blink::WebSocketStreamHandle* handle, int render_view_id);
29 // Retrieves the stored user data from blink::WebSocketStreamHandle object.
32 blink::WebSocketStreamHandle* handle);
  /external/chromium_org/content/public/renderer/
media_stream_video_sink.cc 15 const blink::WebMediaStreamTrack& track) {
16 DCHECK_EQ(blink::WebMediaStreamSource::TypeVideo, track.source().type());
24 const blink::WebMediaStreamTrack& track) {
25 DCHECK_EQ(blink::WebMediaStreamSource::TypeVideo, track.source().type());
  /external/chromium_org/content/renderer/dom_storage/
webstoragenamespace_impl.h 13 class WebStorageNamespaceImpl : public blink::WebStorageNamespace {
22 virtual blink::WebStorageArea* createStorageArea(
23 const blink::WebString& origin);
24 virtual blink::WebStorageNamespace* copy();
  /external/chromium_org/content/renderer/
input_tag_speech_dispatcher.cc 21 using blink::WebDocument;
22 using blink::WebElement;
23 using blink::WebFrame;
24 using blink::WebInputElement;
25 using blink::WebNode;
26 using blink::WebView;
32 blink::WebSpeechInputListener* listener)
56 const blink::WebRect& element_rect,
57 const blink::WebString& language,
58 const blink::WebString& grammar
    [all...]
render_widget_fullscreen.cc 10 using blink::WebWidget;
14 void RenderWidgetFullscreen::show(blink::WebNavigationPolicy) {
27 const blink::WebScreenInfo& screen_info)
28 : RenderWidget(blink::WebPopupTypeNone, screen_info, false, false) {
shared_worker_repository.h 19 public blink::WebSharedWorkerRepositoryClient {
25 virtual blink::WebSharedWorkerConnector* createSharedWorkerConnector(
26 const blink::WebURL& url,
27 const blink::WebString& name,
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_impl.h 10 namespace blink { namespace
20 StreamTextureFactoryImpl(blink::WebGraphicsContext3D* context,
36 virtual blink::WebGraphicsContext3D* Context3d() OVERRIDE;
39 blink::WebGraphicsContext3D* context_;
  /external/chromium_org/content/renderer/media/
renderer_webmidiaccessor_impl.h 18 : public blink::WebMIDIAccessor {
21 blink::WebMIDIAccessorClient* client);
24 // blink::WebMIDIAccessor implementation.
32 blink::WebMIDIAccessorClient* client_;
webcontentdecryptionmodule_impl.h 24 : public blink::WebContentDecryptionModule {
31 // blink::WebContentDecryptionModule implementation.
32 virtual blink::WebContentDecryptionModuleSession* createSession(
33 blink::WebContentDecryptionModuleSession::Client* client);
webmediaplayer_delegate.h 8 namespace blink { namespace
20 virtual void DidPlay(blink::WebMediaPlayer* player) = 0;
23 virtual void DidPause(blink::WebMediaPlayer* player) = 0;
26 virtual void PlayerGone(blink::WebMediaPlayer* player) = 0;
  /external/chromium_org/content/renderer/pepper/
usb_key_code_conversion.h 10 namespace blink { namespace
12 } // namespace blink
21 uint32_t UsbKeyCodeForKeyboardEvent(const blink::WebKeyboardEvent& key_event);
25 const char* CodeForKeyboardEvent(const blink::WebKeyboardEvent& key_event);
  /external/chromium_org/third_party/WebKit/ManualTests/compositing/resources/
editable-compositing-subframe.html 8 The caret should blink correctly when editing this paragraph.
  /external/chromium_org/third_party/WebKit/ManualTests/
onfocus-alert-blinking-caret.html 5 and the caret in the field should blink.
  /external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimationsTestHelper.h 50 // Test helpers and mocks for blink::Web* types
52 namespace blink { namespace
54 // blink::WebFloatKeyframe is a plain struct, so we just create an == operator
68 class WebAnimationMock : public blink::WebAnimation {
70 blink::WebAnimation::TargetProperty m_property;
74 WebAnimationMock(blink::WebAnimation::TargetProperty p) : m_property(p) { }
75 virtual blink::WebAnimation::TargetProperty targetProperty() const { return m_property; };
95 template<typename CurveType, blink::WebAnimationCurve::AnimationCurveType CurveId, typename KeyframeType>
99 MOCK_METHOD2_T(add, void(const KeyframeType&, blink::WebAnimationCurve::TimingFunctionType));
104 virtual blink::WebAnimationCurve::AnimationCurveType type() const { return CurveId; }
    [all...]
  /external/chromium_org/webkit/child/
websocketstreamhandle_impl.h 18 public blink::WebSocketStreamHandle {
25 const blink::WebURL& url,
26 blink::WebSocketStreamHandleClient* client);
27 virtual bool send(const blink::WebData& data);
webkitplatformsupport_child_impl.cc 18 using blink::WebFallbackThemeEngine;
19 using blink::WebThemeEngine;
43 blink::WebGestureCurve*
46 const blink::WebFloatPoint& velocity,
47 const blink::WebSize& cumulative_scroll) {
53 if (device_source == blink::WebGestureEvent::Touchscreen)
61 blink::WebThread* WebKitPlatformSupportChildImpl::createThread(
66 blink::WebThread* WebKitPlatformSupportChildImpl::currentThread() {
83 const blink::WebWorkerRunLoop& runLoop) {
89 const blink::WebWorkerRunLoop& runLoop)
    [all...]
  /external/chromium_org/webkit/renderer/compositor_bindings/
web_animation_impl.h 14 namespace blink { class WebAnimationCurve; } namespace
18 class WebAnimationImpl : public blink::WebAnimation {
21 const blink::WebAnimationCurve& curve,
27 // blink::WebAnimation implementation
  /external/chromium_org/content/renderer/npapi/
webplugin_impl.h 32 namespace blink { namespace
54 public blink::WebPlugin,
55 public blink::WebURLLoaderClient {
58 blink::WebFrame* frame,
59 const blink::WebPluginParams& params,
66 CONTENT_EXPORT static bool SetPostData(blink::WebURLRequest* request,
70 blink::WebFrame* webframe() { return webframe_; }
73 // blink::WebPlugin methods:
75 blink::WebPluginContainer* container);
79 virtual bool getFormValue(blink::WebString& value)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIAccessor.h 43 class MIDIAccessor : public blink::WebMIDIAccessorClient {
52 // blink::WebMIDIAccessorClient
53 virtual void didAddInputPort(const blink::WebString& id, const blink::WebString& manufacturer, const blink::WebString& name, const blink::WebString& version) OVERRIDE;
54 virtual void didAddOutputPort(const blink::WebString& id, const blink::WebString& manufacturer, const blink::WebString& name, const blink::WebString& version) OVERRIDE
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/network/
SocketStreamHandleInternal.h 39 namespace blink { namespace
47 class PLATFORM_EXPORT SocketStreamHandleInternal : public blink::WebSocketStreamHandleClient {
60 virtual void didOpenStream(blink::WebSocketStreamHandle*, int);
61 virtual void didSendData(blink::WebSocketStreamHandle*, int);
62 virtual void didReceiveData(blink::WebSocketStreamHandle*, const blink::WebData&);
63 virtual void didClose(blink::WebSocketStreamHandle*);
64 virtual void didFail(blink::WebSocketStreamHandle*, const blink::WebSocketStreamError&);
66 static blink::WebSocketStreamHandle* toWebSocketStreamHandle(SocketStreamHandle* handle
    [all...]
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
AccessibilityController.h 37 namespace blink { namespace
52 void bindToJavascript(blink::WebFrame*, const blink::WebString& classname);
55 void setFocusedElement(const blink::WebAXObject&);
62 void notificationReceived(const blink::WebAXObject& target, const char* notificationName);
65 void setWebView(blink::WebView* webView) { m_webView = webView; }
81 WebAXObjectProxy* findAccessibleElementByIdRecursive(const blink::WebAXObject&, const blink::WebString& id);
83 blink::WebAXObject m_focusedElement;
84 blink::WebAXObject m_rootElement
    [all...]
MockWebRTCDataChannelHandler.h 39 class MockWebRTCDataChannelHandler : public blink::WebRTCDataChannelHandler, public blink::WebNonCopyable {
41 MockWebRTCDataChannelHandler(blink::WebString label, const blink::WebRTCDataChannelInit&, WebTestDelegate*);
43 virtual void setClient(blink::WebRTCDataChannelHandlerClient*) OVERRIDE;
44 virtual blink::WebString label() OVERRIDE { return m_label; }
49 virtual blink::WebString protocol() const OVERRIDE;
53 virtual bool sendStringData(const blink::WebString&) OVERRIDE;
63 blink::WebRTCDataChannelHandlerClient* m_client;
64 blink::WebString m_label
    [all...]
  /external/chromium_org/content/browser/renderer_host/
ui_events_helper.cc 16 if (modifiers & blink::WebInputEvent::ShiftKey)
18 if (modifiers & blink::WebInputEvent::ControlKey)
20 if (modifiers & blink::WebInputEvent::AltKey)
23 if (modifiers & blink::WebInputEvent::LeftButtonDown)
25 if (modifiers & blink::WebInputEvent::RightButtonDown)
27 if (modifiers & blink::WebInputEvent::MiddleButtonDown)
30 if (modifiers & blink::WebInputEvent::CapsLockOn)
37 blink::WebTouchPoint::State state) {
39 case blink::WebTouchPoint::StateReleased:
42 case blink::WebTouchPoint::StatePressed
    [all...]

Completed in 587 milliseconds

1 2 3 4 5 6 7 8 91011>>