HomeSort by relevance Sort by last modified time
    Searched refs:Platform (Results 1 - 25 of 343) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
Platform.cpp 32 #include "public/platform/Platform.h"
36 static Platform* s_platform = 0;
38 void Platform::initialize(Platform* platform)
40 s_platform = platform;
43 void Platform::shutdown()
48 Platform* Platform::current(
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
SharedTimerChromium.cpp 27 #include "core/platform/SharedTimer.h"
29 #include "public/platform/Platform.h"
35 WebKit::Platform::current()->setSharedTimerFiredFunction(f);
40 WebKit::Platform::current()->setSharedTimerFireInterval(fireTime);
45 WebKit::Platform::current()->stopSharedTimer();
SuddenTerminationChromium.cpp 32 #include "core/platform/SuddenTermination.h"
34 #include "public/platform/Platform.h"
40 WebKit::Platform::current()->suddenTerminationChanged(false);
45 WebKit::Platform::current()->suddenTerminationChanged(true);
StatsCounterChromium.cpp 32 #include "core/platform/StatsCounter.h"
34 #include "public/platform/Platform.h"
40 WebKit::Platform::current()->incrementStatsCounter(counterName);
MemoryUsageSupportChromium.cpp 32 #include "core/platform/MemoryUsageSupport.h"
35 #include "public/platform/Platform.h"
42 return WebKit::Platform::current()->memoryUsageMB();
47 return WebKit::Platform::current()->actualMemoryUsageMB();
52 return WebKit::Platform::current()->processMemorySizesInBytes(privateBytes, sharedBytes);
57 class ProcessMemorySizesCallbackImpl : public WebKit::Platform::ProcessMemorySizesCallback {
68 WebKit::Platform::ProcessMemorySizesCallback* callback = new ProcessMemorySizesCallbackImpl(requestCallback);
69 WebKit::Platform::current()->requestProcessMemorySizes(callback);
HistogramSupportChromium.cpp 32 #include "core/platform/HistogramSupport.h"
34 #include "public/platform/Platform.h"
40 WebKit::Platform::current()->histogramEnumeration(name, sample, boundaryValue);
45 WebKit::Platform::current()->histogramCustomCounts(name, sample, min, max, bucketCount);
MIMETypeRegistryChromium.cpp 32 #include "core/platform/MIMETypeRegistry.h"
36 #include "public/platform/Platform.h"
37 #include "public/platform/WebMimeRegistry.h"
44 return WebKit::Platform::current()->mimeRegistry()->mimeTypeForExtension(ext);
50 return WebKit::Platform::current()->mimeRegistry()->wellKnownMimeTypeForExtension(ext);
72 return WebKit::Platform::current()->mimeRegistry()->supportsImageMIMEType(mimeType)
92 return WebKit::Platform::current()->mimeRegistry()->supportsJavaScriptMIMEType(mimeType)
98 return WebKit::Platform::current()->mimeRegistry()->supportsNonImageMIMEType(mimeType)
105 && WebKit::Platform::current()->mimeRegistry()->supportsMediaSourceMIMEType(mimeType, codecs)
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/escape/super/com/google/common/escape/
Platform.java 22 class Platform {
  /external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
Platform.java 26 final class Platform {
35 private Platform() {}
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.cpp 34 #include "public/platform/Platform.h"
43 WebKit::Platform::current()->startHeapProfiling(prefix);
48 WebKit::Platform::current()->stopHeapProfiling();
53 WebKit::Platform::current()->dumpHeapProfiling(reason);
58 String text = WebKit::Platform::current()->getHeapProfile();
  /libcore/crypto/src/main/java/org/conscrypt/
Platform.java 22 class Platform {
24 public static final Platform MAPPER = new Platform();
28 * Runs all the setup for the platform that only needs to run once.
40 private Platform() {
  /external/chromium_org/third_party/WebKit/public/web/
WebKit.h 34 #include "../platform/Platform.h"
39 // using any other WebKit APIs. The provided Platform; must be
41 WEBKIT_EXPORT void initialize(Platform*);
44 // using any other WebKit APIs. The provided Platform must be
48 WEBKIT_EXPORT void initializeWithoutV8(Platform*);
50 // Once shutdown, the Platform passed to initialize will no longer
56 // Once shutdown, the Platform passed to initializeWithoutV8 will no longer
69 // Enables the named log channel. See WebCore/platform/Logging.h for details.
  /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/core/platform/
EventTracer.cpp 32 #include "core/platform/EventTracer.h"
34 #include "public/platform/Platform.h"
46 traceSamplingState[0] = WebKit::Platform::current()->getTraceSamplingState(0);
50 traceSamplingState[1] = WebKit::Platform::current()->getTraceSamplingState(1);
53 traceSamplingState[2] = WebKit::Platform::current()->getTraceSamplingState(2);
60 return WebKit::Platform::current()->getTraceCategoryEnabledFlag(categoryName);
67 return WebKit::Platform::current()->addTraceEvent(phase, categoryEnabledFlag, name, id, numArgs, argNames, argTypes, argValues, flags);
  /external/chromium_org/third_party/WebKit/Source/web/
WebKit.cpp 45 #include "core/platform/LayoutTestSupport.h"
46 #include "core/platform/Logging.h"
47 #include "core/platform/graphics/MediaPlayer.h"
48 #include "core/platform/graphics/chromium/ImageDecodingStore.h"
57 #include "public/platform/Platform.h"
58 #include "public/platform/WebPrerenderingSupport.h"
59 #include "public/platform/WebThread.h"
85 if (Platform::current()) {
86 Platform::current()->cryptographicallyRandomValues(buffer, length)
    [all...]
  /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/core/platform/network/
DNS.cpp 28 #include "core/platform/network/DNS.h"
30 #include "public/platform/Platform.h"
31 #include "public/platform/WebPrescientNetworking.h"
37 WebKit::WebPrescientNetworking* prescientNetworking = WebKit::Platform::current()->prescientNetworking();
  /external/jmonkeyengine/engine/src/core/com/jme3/system/
Platform.java 3 public enum Platform {
JmeSystemDelegate.java 125 public Platform getPlatform() {
130 return is64 ? Platform.Windows64 : Platform.Windows32;
132 return is64 ? Platform.Linux64 : Platform.Linux32;
135 return is64 ? Platform.MacOSX_PPC64 : Platform.MacOSX_PPC32;
137 return is64 ? Platform.MacOSX64 : Platform.MacOSX32;
140 throw new UnsupportedOperationException("The specified platform: " + os + " is not supported.");
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
FontCacheChromiumLinux.cpp 27 #include "core/platform/graphics/FontCache.h"
29 #include "public/platform/linux/WebFontFamily.h"
30 #include "public/platform/linux/WebFontInfo.h"
31 #include "public/platform/linux/WebSandboxSupport.h"
32 #include "public/platform/Platform.h"
40 if (WebKit::Platform::current()->sandboxSupport())
41 WebKit::Platform::current()->sandboxSupport()->getFontFamilyForCharacter(c, preferredLocale, &webFamily);
  /external/chromium_org/chrome/common/extensions/features/
manifest_feature.h 21 Feature::Platform platform) const OVERRIDE;
permission_feature.h 21 Feature::Platform platform) const OVERRIDE;

Completed in 1110 milliseconds

1 2 3 4 5 6 7 8 91011>>