Searched refs:blink (Results 226 - 250 of 8355) sorted by relevance

1234567891011>>

/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_user_media_client.h16 class MockWebUserMediaClient : public blink::WebUserMediaClient {
21 virtual void requestUserMedia(const blink::WebUserMediaRequest&);
22 virtual void cancelUserMediaRequest(const blink::WebUserMediaRequest&);
23 virtual void requestMediaDevices(const blink::WebMediaDevicesRequest&);
24 virtual void cancelMediaDevicesRequest(const blink::WebMediaDevicesRequest&);
25 virtual void requestSources(const blink::WebMediaStreamTrackSourcesRequest&);
H A Dmock_web_speech_recognizer.h15 namespace blink { namespace
25 class MockWebSpeechRecognizer : public blink::WebSpeechRecognizer {
33 virtual void start(const blink::WebSpeechRecognitionHandle& handle,
34 const blink::WebSpeechRecognitionParams& params,
35 blink::WebSpeechRecognizerClient* client);
36 virtual void stop(const blink::WebSpeechRecognitionHandle& handle,
37 blink::WebSpeechRecognizerClient* client);
38 virtual void abort(const blink::WebSpeechRecognitionHandle& handle,
39 blink::WebSpeechRecognizerClient* client);
42 void AddMockResult(const blink
[all...]
/external/chromium_org/content/test/
H A Dweb_gesture_curve_mock.cc11 WebGestureCurveMock::WebGestureCurveMock(const blink::WebFloatPoint& velocity,
12 const blink::WebSize& cumulative_scroll)
21 blink::WebGestureCurveTarget* target) {
22 blink::WebSize displacement(velocity_.x * time, velocity_.y * time);
23 blink::WebFloatSize increment(displacement.width - cumulative_scroll_.width,
26 blink::WebFloatSize velocity(velocity_.x, velocity_.y);
/external/chromium_org/media/blink/
H A Dtest_response_generator.h31 blink::WebURLError GenerateError();
34 blink::WebURLResponse Generate200();
38 blink::WebURLResponse Generate206(int64 first_byte_offset);
43 blink::WebURLResponse Generate206(int64 first_byte_offset, Flags flags);
46 blink::WebURLResponse Generate404();
53 blink::WebURLResponse GenerateFileResponse(int64 first_byte_offset);
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_platform_impl.h12 #include "cc/blink/web_compositor_support_impl.h"
24 class BlinkPlatformImpl : public blink::Platform {
29 // blink::Platform methods:
30 virtual blink::WebCookieJar* cookieJar();
31 virtual blink::WebClipboard* clipboard();
32 virtual blink::WebMimeRegistry* mimeRegistry();
33 virtual blink::WebThemeEngine* themeEngine();
34 virtual blink::WebString defaultLocale();
44 virtual blink::WebCompositorSupport* compositorSupport();
45 virtual blink
[all...]
/external/chromium_org/content/child/webcrypto/test/
H A Drsa_oaep_unittest.cc24 blink::WebCryptoAlgorithm CreateRsaOaepAlgorithm(
26 return blink::WebCryptoAlgorithm::adoptParamsAndCreate(
27 blink::WebCryptoAlgorithmIdRsaOaep,
28 new blink::WebCryptoRsaOaepParams(
50 blink::WebCryptoKey private_key = blink::WebCryptoKey::createNull();
52 ImportKey(blink::WebCryptoKeyFormatPkcs8,
55 blink::WebCryptoAlgorithmIdRsaOaep,
56 blink::WebCryptoAlgorithmIdSha1),
58 blink
[all...]
H A Drsa_ssa_unittest.cc41 blink::WebCryptoKey key = blink::WebCryptoKey::createNull();
43 ImportKey(blink::WebCryptoKeyFormatSpki,
46 blink::WebCryptoAlgorithmIdRsaSsaPkcs1v1_5,
47 blink::WebCryptoAlgorithmIdSha256),
49 blink::WebCryptoKeyUsageVerify,
52 EXPECT_EQ(blink::WebCryptoKeyTypePublic, key.type());
54 EXPECT_EQ(blink::WebCryptoKeyUsageVerify, key.usages());
64 ImportKey(blink::WebCryptoKeyFormatSpki,
66 CreateAlgorithm(blink
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dtouch_emulator.h33 bool HandleMouseEvent(const blink::WebMouseEvent& event);
34 bool HandleMouseWheelEvent(const blink::WebMouseWheelEvent& event);
35 bool HandleKeyboardEvent(const blink::WebKeyboardEvent& event);
36 bool HandleTouchEvent(const blink::WebTouchEvent& event);
40 bool HandleTouchEventAck(const blink::WebTouchEvent& event,
60 bool FillTouchEventAndPoint(const blink::WebMouseEvent& mouse_event);
61 void FillPinchEvent(const blink::WebInputEvent& event);
64 void PinchBegin(const blink::WebGestureEvent& event);
65 void PinchUpdate(const blink::WebGestureEvent& event);
66 void PinchEnd(const blink
[all...]
H A Dweb_input_event_builders_android.h18 static blink::WebMouseEvent Build(blink::WebInputEvent::Type type,
19 blink::WebMouseEvent::Button button,
36 static blink::WebMouseWheelEvent Build(Direction direction,
44 static blink::WebKeyboardEvent Build(blink::WebInputEvent::Type type,
54 static blink::WebGestureEvent Build(blink::WebInputEvent::Type type,
/external/chromium_org/content/child/webcrypto/
H A Dalgorithm_registry.cc34 blink::WebCryptoAlgorithmId id) const {
36 case blink::WebCryptoAlgorithmIdSha1:
37 case blink::WebCryptoAlgorithmIdSha256:
38 case blink::WebCryptoAlgorithmIdSha384:
39 case blink::WebCryptoAlgorithmIdSha512:
41 case blink::WebCryptoAlgorithmIdAesGcm:
43 case blink::WebCryptoAlgorithmIdAesCbc:
45 case blink::WebCryptoAlgorithmIdAesCtr:
47 case blink::WebCryptoAlgorithmIdAesKw:
49 case blink
[all...]
/external/chromium_org/content/renderer/
H A Dspeech_recognition_dispatcher.h26 public blink::WebSpeechRecognizer {
38 // blink::WebSpeechRecognizer implementation.
39 virtual void start(const blink::WebSpeechRecognitionHandle&,
40 const blink::WebSpeechRecognitionParams&,
41 blink::WebSpeechRecognizerClient*) OVERRIDE;
42 virtual void stop(const blink::WebSpeechRecognitionHandle&,
43 blink::WebSpeechRecognizerClient*) OVERRIDE;
44 virtual void abort(const blink::WebSpeechRecognitionHandle&,
45 blink::WebSpeechRecognizerClient*) OVERRIDE;
57 int GetOrCreateIDForHandle(const blink
[all...]
/external/chromium_org/content/shell/renderer/
H A Dshell_content_renderer_client.h12 namespace blink { namespace
39 blink::WebLocalFrame* frame,
40 const blink::WebPluginParams& params,
41 blink::WebPlugin** plugin) OVERRIDE;
42 virtual blink::WebMediaStreamCenter* OverrideCreateWebMediaStreamCenter(
43 blink::WebMediaStreamCenterClient* client) OVERRIDE;
44 virtual blink::WebRTCPeerConnectionHandler*
46 blink::WebRTCPeerConnectionHandlerClient* client) OVERRIDE;
47 virtual blink::WebMIDIAccessor* OverrideCreateMIDIAccessor(
48 blink
[all...]
/external/chromium_org/content/child/webcrypto/nss/
H A Drsa_ssa_nss.cc25 blink::WebCryptoKeyUsageVerify,
26 blink::WebCryptoKeyUsageSign) {}
29 const blink::WebCryptoAlgorithmId hash) const OVERRIDE {
31 case blink::WebCryptoAlgorithmIdSha1:
33 case blink::WebCryptoAlgorithmIdSha256:
35 case blink::WebCryptoAlgorithmIdSha384:
37 case blink::WebCryptoAlgorithmIdSha512:
44 virtual Status Sign(const blink::WebCryptoAlgorithm& algorithm,
45 const blink::WebCryptoKey& key,
48 if (key.type() != blink
[all...]
/external/chromium_org/content/child/webcrypto/openssl/
H A Daes_key_openssl.cc20 AesAlgorithm::AesAlgorithm(blink::WebCryptoKeyUsageMask all_key_usages,
26 : all_key_usages_(blink::WebCryptoKeyUsageEncrypt |
27 blink::WebCryptoKeyUsageDecrypt |
28 blink::WebCryptoKeyUsageWrapKey |
29 blink::WebCryptoKeyUsageUnwrapKey),
34 blink::WebCryptoKeyUsageMask usage_mask) const {
39 const blink::WebCryptoAlgorithm& algorithm,
41 blink::WebCryptoKeyUsageMask usage_mask,
42 blink::WebCryptoKey* key) const {
50 blink
[all...]
/external/chromium_org/content/public/renderer/
H A Drender_view_observer.h23 namespace blink { namespace
55 virtual void DidFinishDocumentLoad(blink::WebLocalFrame* frame) {}
56 virtual void DidFailLoad(blink::WebLocalFrame* frame,
57 const blink::WebURLError& error) {}
58 virtual void DidFinishLoad(blink::WebLocalFrame* frame) {}
59 virtual void DidStartProvisionalLoad(blink::WebLocalFrame* frame) {}
60 virtual void DidFailProvisionalLoad(blink::WebLocalFrame* frame,
61 const blink::WebURLError& error) {}
62 virtual void DidCommitProvisionalLoad(blink::WebLocalFrame* frame,
64 virtual void DidClearWindowObject(blink
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DNetworkStateNotifierTest.cpp41 namespace blink { namespace
46 : m_observedType(blink::ConnectionTypeNone)
51 virtual void connectionTypeChange(blink::WebConnectionType type)
60 blink::WebConnectionType observedType() const
77 blink::WebConnectionType m_observedType;
82 : public blink::WebThread::Task {
84 ExitTask(blink::WebThread* thread)
94 blink::WebThread* m_thread;
116 void setType(blink::WebConnectionType type)
120 blink
[all...]
/external/chromium_org/components/autofill/content/renderer/
H A Dform_cache.h14 namespace blink { namespace
36 void ExtractNewForms(const blink::WebFrame& frame,
40 void ResetFrame(const blink::WebFrame& frame);
44 bool ClearFormWithElement(const blink::WebFormControlElement& element);
54 std::set<blink::WebDocument> web_documents_;
57 std::map<const blink::WebFrame*, std::set<FormData> > parsed_forms_;
60 std::map<const blink::WebSelectElement, base::string16>
64 std::map<const blink::WebInputElement, bool> initial_checked_state_;
H A Dpage_click_listener.h8 namespace blink { namespace
22 const blink::WebFormControlElement& element,
H A Dpassword_autofill_agent.h17 namespace blink { namespace
36 bool TextFieldDidEndEditing(const blink::WebInputElement& element);
37 bool TextDidChangeInTextField(const blink::WebInputElement& element);
38 bool TextFieldHandlingKeyDown(const blink::WebInputElement& element,
39 const blink::WebKeyboardEvent& event);
43 bool FillSuggestion(const blink::WebNode& node,
44 const blink::WebString& username,
45 const blink::WebString& password);
49 bool PreviewSuggestion(const blink::WebNode& node,
50 const blink
[all...]
H A Dpassword_form_conversion_utils.h10 namespace blink { namespace
23 const blink::WebFormElement& form);
/external/chromium_org/content/child/
H A Dfile_info_util.h10 namespace blink { namespace
18 blink::WebFileInfo* web_file_info);
H A Dweb_socket_stream_handle_delegate.h12 namespace blink { namespace
22 virtual void WillOpenStream(blink::WebSocketStreamHandle* handle,
24 virtual void WillSendData(blink::WebSocketStreamHandle* handle,
27 virtual void DidOpenStream(blink::WebSocketStreamHandle* handle,
29 virtual void DidSendData(blink::WebSocketStreamHandle* handle,
31 virtual void DidReceiveData(blink::WebSocketStreamHandle* handle,
33 virtual void DidClose(blink::WebSocketStreamHandle*) {}
34 virtual void DidFail(blink::WebSocketStreamHandle* handle,
/external/chromium_org/content/common/
H A Dgamepad_messages.h18 blink::WebGamepad)
22 blink::WebGamepad)
/external/chromium_org/content/public/common/
H A Dcolor_suggestion.h12 namespace blink { namespace
22 explicit ColorSuggestion(const blink::WebColorSuggestion& suggestion);
H A Dwindow_container_type.h8 namespace blink { namespace
33 const blink::WebWindowFeatures& window_features);

Completed in 8583 milliseconds

1234567891011>>