/external/chromium_org/third_party/WebKit/public/web/ |
WebKit.h | 34 #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 81 // Enables the named log channel. See WebCore/platform/Logging.h for details.
|
/external/chromium_org/v8/include/ |
v8-platform.h | 23 * V8 Platform abstraction layer. 28 class Platform { 42 * indicates that the task will run a long time. The Platform implementation 58 virtual ~Platform() {}
|
/external/guava/guava/src/com/google/common/base/ |
Platform.java | 27 final class Platform { 28 private Platform() {}
|
/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/ |
Platform.java | 25 final class Platform { 26 private Platform() {}
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
Platform.java | 25 final class Platform { 26 private Platform() {}
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/ |
FontCacheTest.cpp | 6 #include "platform/fonts/FontCache.h" 8 #include "platform/fonts/FontDescription.h" 9 #include "platform/fonts/SimpleFontData.h" 10 #include "public/platform/Platform.h" 15 class EmptyPlatform : public blink::Platform { 27 blink::Platform* oldPlatform = blink::Platform::current(); 28 OwnPtr<EmptyPlatform> platform = adoptPtr(new EmptyPlatform); local 29 blink::Platform::initialize(platform.get()) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/ |
EventTracer.cpp | 32 #include "platform/EventTracer.h" 34 #include "public/platform/Platform.h" 35 #include "public/platform/WebConvertableToTraceFormat.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() [all...] |
MIMETypeRegistry.cpp | 32 #include "platform/MIMETypeRegistry.h" 34 #include "platform/plugins/PluginData.h" 36 #include "public/platform/Platform.h" 37 #include "public/platform/WebMimeRegistry.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()) 92 return blink::Platform::current()->mimeRegistry()->supportsJavaScriptMIMEType(mimeType.lower()) 98 return blink::Platform::current()->mimeRegistry()->supportsNonImageMIMEType(mimeType.lower() [all...] |
FileMetadata.cpp | 32 #include "platform/FileMetadata.h" 34 #include "public/platform/Platform.h" 35 #include "public/platform/WebFileInfo.h" 36 #include "public/platform/WebFileUtilities.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);
|
TestingPlatformSupport.cpp | 33 #include "platform/TestingPlatformSupport.h" 68 , m_oldPlatform(blink::Platform::current()) 70 blink::Platform::initialize(this); 75 blink::Platform::initialize(m_oldPlatform);
|
/external/chromium_org/tools/cr/cr/base/ |
linux.py | 5 """The linux specific host and platform implementation module.""" 23 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'
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/ |
InstallDetails.java | 19 import org.eclipse.core.runtime.Platform; 25 private static final String ECLIPSE_PLATFORM_PLUGIN_ID = "org.eclipse.platform"; //$NON-NLS-1$ 28 * Returns true if the ADT plugin is available in the current platform. This is useful 32 Bundle b = Platform.getBundle(ADT_PLUGIN_ID); 36 /** Returns the version of current eclipse platform. */ 38 Bundle b = Platform.getBundle(ECLIPSE_PLATFORM_PLUGIN_ID);
|
/external/chromium_org/base/test/expectations/ |
expectation.h | 40 // A Platform stores information about the OS environment. 41 struct Platform { 42 // The name of the platform. E.g., "Win", or "Mac". 45 // The variant of the platform, either an OS version like "XP" or "10.8", or 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/ |
DNS.cpp | 28 #include "platform/network/DNS.h" 30 #include "public/platform/Platform.h" 31 #include "public/platform/WebPrescientNetworking.h" 37 blink::WebPrescientNetworking* prescientNetworking = blink::Platform::current()->prescientNetworking();
|
/external/chromium_org/gin/public/ |
v8_platform.h | 12 #include "v8/include/v8-platform.h" 16 // 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/device_light/ |
DeviceLightDispatcher.cpp | 9 #include "public/platform/Platform.h" 30 blink::Platform::current()->setDeviceLightListener(this); 35 blink::Platform::current()->setDeviceLightListener(0);
|
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/ |
DeviceMotionDispatcher.cpp | 36 #include "public/platform/Platform.h" 56 blink::Platform::current()->setDeviceMotionListener(this); 61 blink::Platform::current()->setDeviceMotionListener(0);
|
DeviceOrientationDispatcher.cpp | 36 #include "public/platform/Platform.h" 56 blink::Platform::current()->setDeviceOrientationListener(this); 61 blink::Platform::current()->setDeviceOrientationListener(0);
|
/external/lldb/source/Target/ |
Platform.cpp | 1 //===-- Platform.cpp --------------------------------------------*- C++ -*-===// 10 #include "lldb/Target/Platform.h" 53 Platform::GetHostPlatformName () 59 /// Get the native host platform plug-in. 65 /// This platform will be used as the default platform when launching 66 /// or attaching to processes unless another platform is specified. 69 Platform::GetDefaultPlatform () 75 Platform::SetDefaultPlatform (const lldb::PlatformSP &platform_sp) 77 // The native platform should use its static void Platform::Initialize( [all...] |
/external/deqp/framework/platform/ios/ |
tcuIOSPlatform.hh | 23 * \brief iOS Platform implementation. 74 class Platform : public tcu::Platform, private glu::Platform 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/web/ |
WebKit.cpp | 45 #include "platform/LayoutTestSupport.h" 46 #include "platform/Logging.h" 47 #include "platform/RuntimeEnabledFeatures.h" 48 #include "platform/graphics/ImageDecodingStore.h" 49 #include "platform/graphics/media/MediaPlayer.h" 50 #include "platform/heap/Heap.h" 51 #include "platform/heap/glue/MessageLoopInterruptor.h" 52 #include "platform/heap/glue/PendingGCRunner.h" 53 #include "public/platform/Platform.h [all...] |
/external/chromium_org/third_party/WebKit/Source/core/clipboard/ |
Pasteboard.cpp | 35 #include "platform/clipboard/ClipboardUtilities.h" 36 #include "platform/graphics/Image.h" 37 #include "platform/graphics/skia/NativeImageSkia.h" 38 #include "platform/weborigin/KURL.h" 39 #include "public/platform/Platform.h" 40 #include "public/platform/WebDragData.h" 41 #include "public/platform/WebString.h" 42 #include "public/platform/WebURL.h" 75 blink::Platform::current()->clipboard()->writePlainText(plainText) [all...] |
/external/chromium_org/third_party/WebKit/Source/modules/gamepad/ |
GamepadDispatcher.cpp | 9 #include "public/platform/Platform.h" 22 blink::Platform::current()->sampleGamepads(gamepads); 55 blink::Platform::current()->setGamepadListener(this); 60 blink::Platform::current()->setGamepadListener(0);
|
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/ |
OriginAccessEntryTest.cpp | 32 #include "platform/weborigin/OriginAccessEntry.h" 34 #include "platform/weborigin/KURL.h" 35 #include "platform/weborigin/SecurityOrigin.h" 36 #include "public/platform/Platform.h" 37 #include "public/platform/WebPublicSuffixList.h" 53 class OriginAccessEntryTestPlatform : public blink::Platform { 69 OriginAccessEntryTestPlatform platform; local 70 blink::Platform::initialize(&platform); [all...] |
/external/chromium_org/v8/src/ |
v8.h | 30 #include "include/v8-platform.h" 87 static void InitializePlatform(v8::Platform* platform); 89 static v8::Platform* GetCurrentPlatform(); 97 // v8::Platform to use. 98 static v8::Platform* platform_;
|