Searched refs:blink (Results 126 - 150 of 8355) sorted by relevance

1234567891011>>

/external/chromium_org/content/shell/renderer/test_runner/
H A Dspell_check_client.h18 class SpellCheckClient : public blink::WebSpellCheckClient {
28 // blink::WebSpellCheckClient implementation.
30 const blink::WebString& text,
33 blink::WebVector<blink::WebString>* optional_suggestions);
35 const blink::WebString& text,
36 blink::WebTextCheckingTypeMask mask,
37 blink::WebVector<blink::WebTextCheckingResult>* web_results);
39 const blink
[all...]
/external/chromium_org/content/test/
H A Dweburl_loader_mock.h12 namespace blink { namespace
26 class WebURLLoaderMock : public blink::WebURLLoader {
30 blink::WebURLLoader* default_loader);
34 void ServeAsynchronousRequest(const blink::WebURLResponse& response,
35 const blink::WebData& data,
36 const blink::WebURLError& error);
39 blink::WebURLRequest ServeRedirect(
40 const blink::WebURLResponse& redirectResponse);
43 virtual void loadSynchronously(const blink::WebURLRequest& request,
44 blink
[all...]
/external/chromium_org/media/blink/
H A Dwebmediaplayer_delegate.h8 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/mojo/services/html_viewer/
H A Dwebstoragenamespace_impl.h13 class WebStorageNamespaceImpl : public blink::WebStorageNamespace {
20 // blink::WebStorageNamespace methods:
21 virtual blink::WebStorageArea* createStorageArea(
22 const blink::WebString& origin);
23 virtual bool isSameNamespace(const blink::WebStorageNamespace&) const;
/external/chromium_org/storage/common/quota/
H A Dquota_status_code.h15 kQuotaErrorNotSupported = blink::WebStorageQuotaErrorNotSupported,
17 blink::WebStorageQuotaErrorInvalidModification,
18 kQuotaErrorInvalidAccess = blink::WebStorageQuotaErrorInvalidAccess,
19 kQuotaErrorAbort = blink::WebStorageQuotaErrorAbort,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8CacheOptions.h34 namespace blink { namespace
42 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8DataViewCustom.cpp32 namespace blink { namespace
36 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/
H A DModuleBindingsInitializer.h8 namespace blink { namespace
15 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DSimulatedClickOptions.h24 namespace blink { namespace
32 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSelectionType.h29 namespace blink { namespace
33 } // namespace blink
H A DSmartReplace.h34 namespace blink { namespace
38 } // namespace blink
H A DTextAffinity.h33 namespace blink { namespace
41 } // namespace blink
45 inline NSSelectionAffinity kit(blink::EAffinity affinity)
50 inline blink::EAffinity core(NSSelectionAffinity affinity)
52 return static_cast<blink::EAffinity>(affinity);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigatorCPU.h8 namespace blink { namespace
15 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DClipRect.cpp31 namespace blink { namespace
38 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAnimatedLengthList.h37 namespace blink { namespace
41 } // namespace blink
H A DSVGAnimatedNumberList.h37 namespace blink { namespace
41 } // namespace blink
H A DSVGAnimatedPointList.h37 namespace blink { namespace
41 } // namespace blink
H A DSVGAnimatedTransformList.h37 namespace blink { namespace
41 } // namespace blink
H A DSVGParsingError.h30 namespace blink { namespace
38 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DUnitTestHelpers.h29 namespace blink { namespace
35 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLError.cpp34 namespace blink { namespace
40 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteAuthorizer.cpp34 namespace blink { namespace
39 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPasteMode.h34 namespace blink { namespace
41 } // namespace blink
H A DPlatformResourceLoader.h11 namespace blink { namespace
15 } // namespace blink
H A DUUID.h37 namespace blink { namespace

Completed in 426 milliseconds

1234567891011>>