Searched refs:blink (Results 1 - 25 of 8355) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/web/default/
H A DWebRenderTheme.cpp37 using blink::RenderTheme;
38 using blink::RenderThemeChromiumDefault;
40 namespace blink { namespace
47 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheet.cpp23 namespace blink { namespace
H A DCSSInheritedValue.cpp26 namespace blink { namespace
33 } // namespace blink
H A DCSSInitialValue.cpp26 namespace blink { namespace
33 } // namespace blink
H A DMediaQueryListListener.cpp23 namespace blink { namespace
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DColorChooserClient.cpp33 namespace blink { namespace
39 } // namespace blink
H A DDateTimeChooser.cpp34 namespace blink { namespace
40 } // namespace blink
H A DDateTimeChooserClient.cpp34 namespace blink { namespace
40 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathNSResolver.cpp30 namespace blink { namespace
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DAudioDSPKernel.cpp34 namespace blink { namespace
40 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebContentDecryptionModule.cpp28 namespace blink { namespace
34 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontData.cpp29 namespace blink { namespace
35 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageObserver.cpp34 namespace blink { namespace
40 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DLightSource.cpp34 namespace blink { namespace
40 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DNavigatorCPU.cpp10 namespace blink { namespace
14 return blink::Platform::current()->numberOfProcessors();
17 } // namespace blink
/external/chromium_org/mojo/services/html_viewer/
H A Dwebstoragenamespace_impl.cc14 class DummyWebStorageAreaImpl : public blink::WebStorageArea {
19 virtual blink::WebString key(unsigned index) {
20 return blink::WebString();
22 virtual blink::WebString getItem(const blink::WebString& key) {
23 return blink::WebString();
35 blink::WebStorageArea* WebStorageNamespaceImpl::createStorageArea(
36 const blink::WebString& origin) {
41 const blink::WebStorageNamespace&) const {
H A Dwebmimeregistry_impl.h13 class WebMimeRegistryImpl : public blink::WebMimeRegistry {
19 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
20 const blink::WebString& mime_type);
21 virtual blink::WebMimeRegistry::SupportsType supportsImageMIMEType(
22 const blink::WebString& mime_type);
23 virtual blink::WebMimeRegistry::SupportsType supportsImagePrefixedMIMEType(
24 const blink::WebString& mime_type);
25 virtual blink::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType(
26 const blink::WebString& mime_type);
27 virtual blink
[all...]
/external/chromium_org/content/common/
H A Dplatform_notification_messages.h14 IPC_ENUM_TRAITS_MAX_VALUE(blink::WebNotificationPermission,
15 blink::WebNotificationPermissionLast)
23 blink::WebNotificationPermission /* result */)
H A Dscreen_orientation_messages.h19 IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationType,
20 blink::WebScreenOrientationUndefined,
21 blink::WebScreenOrientationLandscapeSecondary)
22 IPC_ENUM_TRAITS_MIN_MAX_VALUE(blink::WebScreenOrientationLockType,
23 blink::WebScreenOrientationLockDefault,
24 blink::WebScreenOrientationLockNatural)
26 blink::WebLockOrientationError,
27 blink::WebLockOrientationErrorNotAvailable,
28 blink::WebLockOrientationErrorCanceled)
34 blink
[all...]
/external/chromium_org/content/child/
H A Dsimple_webmimeregistry_impl.h17 NON_EXPORTED_BASE(public blink::WebMimeRegistry) {
24 static std::string ToASCIIOrEmpty(const blink::WebString& string);
27 virtual blink::WebMimeRegistry::SupportsType supportsMIMEType(
28 const blink::WebString&);
29 virtual blink::WebMimeRegistry::SupportsType supportsImageMIMEType(
30 const blink::WebString&);
31 virtual blink::WebMimeRegistry::SupportsType supportsImagePrefixedMIMEType(
32 const blink::WebString&);
33 virtual blink::WebMimeRegistry::SupportsType supportsJavaScriptMIMEType(
34 const blink
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_screen_orientation_client.h14 namespace blink { namespace
20 class MockScreenOrientationClient : public blink::WebScreenOrientationClient {
26 void UpdateDeviceOrientation(blink::WebLocalFrame* main_frame,
27 blink::WebScreenOrientationType orientation);
29 blink::WebScreenOrientationType CurrentOrientationType() const;
33 // From blink::WebScreenOrientationClient.
34 virtual void lockOrientation(blink::WebScreenOrientationLockType orientation,
35 blink::WebLockOrientationCallback* callback);
38 void UpdateLockSync(blink::WebScreenOrientationLockType,
39 blink
[all...]
H A Dmock_web_theme_engine_mac.h16 class MockWebThemeEngineMac : public blink::WebThemeEngine {
21 virtual void paintScrollbarThumb(blink::WebCanvas*,
22 blink::WebThemeEngine::State,
23 blink::WebThemeEngine::Size,
24 const blink::WebRect&,
25 const blink::WebThemeEngine::ScrollbarInfo&);
29 blink::WebCanvas*,
30 blink::WebThemeEngine::State,
31 blink::WebThemeEngine::Size,
32 const blink
[all...]
/external/chromium_org/cc/blink/
H A Dweb_compositor_support_impl.h10 #include "cc/blink/cc_blink_export.h"
16 namespace blink { namespace
23 : public NON_EXPORTED_BASE(blink::WebCompositorSupport) {
28 virtual blink::WebLayer* createLayer();
29 virtual blink::WebContentLayer* createContentLayer(
30 blink::WebContentLayerClient* client);
31 virtual blink::WebExternalTextureLayer* createExternalTextureLayer(
32 blink::WebExternalTextureLayerClient* client);
33 virtual blink::WebImageLayer* createImageLayer();
34 virtual blink
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolverParentScope.cpp9 namespace blink { namespace
13 } // namespace blink
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNodeChildRemovalTracker.cpp31 namespace blink { namespace

Completed in 2662 milliseconds

1234567891011>>