Searched refs:Platform (Results 26 - 50 of 508) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/modules/screen_orientation/
H A DScreenOrientationDispatcher.cpp8 #include "public/platform/Platform.h"
28 Platform::current()->startListening(WebPlatformEventScreenOrientation, 0);
33 Platform::current()->stopListening(WebPlatformEventScreenOrientation);
/external/chromium_org/tools/cr/cr/base/
H A Dlinux_chromeos.py11 class LinuxChromeOSPlatform(cr.Platform):
12 """Platform for Linux Chrome OS target"""
22 return cr.Platform.System() == 'Linux'
H A Dlinux.py23 return cr.Platform.System() == 'Linux'
26 class LinuxPlatform(cr.Platform):
27 """The implementation of Platform for the linux target."""
36 return cr.Platform.System() == 'Linux'
/external/guava/guava/src/com/google/common/base/
H A DPlatform.java27 final class Platform { class
28 private Platform() {} method in class:Platform
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontCacheTest.cpp10 #include "public/platform/Platform.h"
15 class EmptyPlatform : public Platform {
27 Platform* oldPlatform = Platform::current();
29 Platform::initialize(platform.get());
40 Platform::initialize(oldPlatform);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DEventTracer.cpp34 #include "public/platform/Platform.h"
41 COMPILE_ASSERT(sizeof(blink::Platform::TraceEventHandle) == sizeof(TraceEvent::TraceEventHandle), TraceEventHandle_types_must_be_compatible);
51 if (!blink::Platform::current())
54 traceSamplingState[0] = blink::Platform::current()->getTraceSamplingState(0);
58 traceSamplingState[1] = blink::Platform::current()->getTraceSamplingState(1);
61 traceSamplingState[2] = blink::Platform::current()->getTraceSamplingState(2);
70 if (!blink::Platform::current())
73 return blink::Platform::current()->getTraceCategoryEnabledFlag(categoryName);
91 return blink::Platform::current()->addTraceEvent(phase, categoryEnabledFlag, name, id, numArgs, argNames, argTypes, argValues, webConvertableValues, flags);
99 return blink::Platform
[all...]
H A DMIMETypeRegistry.cpp36 #include "public/platform/Platform.h"
44 return blink::Platform::current()->mimeRegistry()->mimeTypeForExtension(ext);
50 return blink::Platform::current()->mimeRegistry()->wellKnownMimeTypeForExtension(ext);
72 return blink::Platform::current()->mimeRegistry()->supportsImageMIMEType(mimeType.lower())
83 return blink::Platform::current()->mimeRegistry()->supportsImagePrefixedMIMEType(mimeType.lower())
98 return blink::Platform::current()->mimeRegistry()->supportsJavaScriptMIMEType(mimeType.lower())
104 return blink::Platform::current()->mimeRegistry()->supportsNonImageMIMEType(mimeType.lower())
111 && blink::Platform::current()->mimeRegistry()->supportsMediaSourceMIMEType(mimeType.lower(), codecs);
117 return blink::Platform::current()->mimeRegistry()->supportsEncryptedMediaMIMEType(keySystem, mimeType.lower(), codecs);
H A DFileMetadata.cpp34 #include "public/platform/Platform.h"
61 if (!blink::Platform::current()->fileUtilities()->getFileInfo(path, webFileInfo))
71 return blink::Platform::current()->fileUtilities()->directoryName(path);
76 return blink::Platform::current()->fileUtilities()->filePathToURL(path);
H A DTestingPlatformSupport.cpp68 , m_oldPlatform(blink::Platform::current())
70 blink::Platform::initialize(this);
75 blink::Platform::initialize(m_oldPlatform);
/external/chromium_org/base/test/expectations/
H A Dexpectation.h40 // A Platform stores information about the OS environment.
41 struct Platform { struct in namespace:test_expectations
50 // Converts a text string |modifier| to a Platform struct, written to
53 Platform* out_platform) WARN_UNUSED_RESULT;
55 // Returns the Platform for the currently running binary.
56 Platform GetCurrentPlatform();
83 std::vector<Platform> platforms;
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DDNS.cpp30 #include "public/platform/Platform.h"
37 blink::WebPrescientNetworking* prescientNetworking = blink::Platform::current()->prescientNetworking();
/external/chromium_org/third_party/WebKit/Source/modules/device_light/
H A DDeviceLightDispatcher.cpp9 #include "public/platform/Platform.h"
30 Platform::current()->startListening(WebPlatformEventDeviceLight, this);
35 Platform::current()->stopListening(WebPlatformEventDeviceLight);
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
H A DDeviceMotionDispatcher.cpp36 #include "public/platform/Platform.h"
56 Platform::current()->startListening(WebPlatformEventDeviceMotion, this);
61 Platform::current()->stopListening(WebPlatformEventDeviceMotion);
H A DDeviceOrientationDispatcher.cpp36 #include "public/platform/Platform.h"
56 Platform::current()->startListening(WebPlatformEventDeviceOrientation, this);
61 Platform::current()->stopListening(WebPlatformEventDeviceOrientation);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebKit.h34 #include "../platform/Platform.h"
43 // using any other WebKit APIs. The provided Platform; must be
45 BLINK_EXPORT void initialize(Platform*);
48 // using any other WebKit APIs. The provided Platform must be
52 BLINK_EXPORT void initializeWithoutV8(Platform*);
58 // Once shutdown, the Platform passed to initialize will no longer
64 // Once shutdown, the Platform passed to initializeWithoutV8 will no longer
/external/chromium_org/v8/include/
H A Dv8-platform.h23 * V8 Platform abstraction layer.
28 class Platform { class in namespace:v8
40 virtual ~Platform() {}
44 * indicates that the task will run a long time. The Platform implementation
/external/lldb/source/Target/
H A DPlatform.cpp1 //===-- Platform.cpp --------------------------------------------*- C++ -*-===//
10 #include "lldb/Target/Platform.h"
53 Platform::GetHostPlatformName ()
69 Platform::GetDefaultPlatform ()
75 Platform::SetDefaultPlatform (const lldb::PlatformSP &platform_sp)
77 // The native platform should use its static void Platform::Initialize()
83 Platform::GetFile (const FileSpec &platform_file,
93 Platform::LocateExecutableScriptingResources (Target *target, Module &module)
98 Platform*
99 Platform
233 Platform::Platform (bool is_host) : function in class:Platform
[all...]
/external/deqp/framework/platform/ios/
H A DtcuIOSPlatform.hh23 * \brief iOS Platform implementation.
74 class Platform : public tcu::Platform, private glu::Platform class in namespace:tcu::ios
77 Platform (ScreenManager* screenManager);
78 virtual ~Platform (void);
80 const glu::Platform& getGLPlatform (void) const { return static_cast<const glu::Platform&>(*this); }
/external/chromium_org/third_party/WebKit/Source/core/clipboard/
H A DPasteboard.cpp39 #include "public/platform/Platform.h"
75 blink::Platform::current()->clipboard()->writePlainText(plainText);
77 blink::Platform::current()->clipboard()->writePlainText(text);
90 blink::Platform::current()->clipboard()->writeImage(webImage, blink::WebURL(url), blink::WebString(title));
95 blink::Platform::current()->clipboard()->writeDataObject(blink::WebDragData(dataObject));
100 return blink::Platform::current()->clipboard()->isFormatAvailable(blink::WebClipboard::FormatSmartPaste, m_buffer);
105 return blink::Platform::current()->clipboard()->isFormatAvailable(blink::WebClipboard::FormatHTML, m_buffer);
110 return blink::Platform::current()->clipboard()->readPlainText(m_buffer);
116 blink::WebString markup = blink::Platform::current()->clipboard()->readHTML(m_buffer, &webURL, &fragmentStart, &fragmentEnd);
136 blink::Platform
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/
H A DGamepadDispatcher.cpp9 #include "public/platform/Platform.h"
22 Platform::current()->sampleGamepads(gamepads);
55 Platform::current()->startListening(WebPlatformEventGamepad, this);
60 Platform::current()->stopListening(WebPlatformEventGamepad);
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
H A DOriginAccessEntryTest.cpp36 #include "public/platform/Platform.h"
53 class OriginAccessEntryTestPlatform : public blink::Platform {
70 blink::Platform::initialize(&platform);
80 blink::Platform::shutdown();
/external/chromium_org/v8/src/
H A Dv8.h81 static void InitializePlatform(v8::Platform* platform);
83 static v8::Platform* GetCurrentPlatform();
91 // v8::Platform to use.
92 static v8::Platform* platform_;
/external/chromium_org/gin/public/
H A Dv8_platform.h16 // A v8::Platform implementation to use with gin.
17 class GIN_EXPORT V8Platform : public NON_EXPORTED_BASE(v8::Platform) {
21 // v8::Platform implementation.
24 v8::Platform::ExpectedRuntime expected_runtime) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/battery/
H A DBatteryDispatcher.cpp10 #include "public/platform/Platform.h"
41 Platform::current()->startListening(WebPlatformEventBattery, this);
46 Platform::current()->stopListening(WebPlatformEventBattery);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLTransactionClient.cpp40 #include "public/platform/Platform.h"
48 if (Platform::current()->databaseObserver()) {
49 Platform::current()->databaseObserver()->databaseModified(

Completed in 559 milliseconds

1234567891011>>