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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebPluginContainerTest.cpp 49 #include "public/platform/Platform.h"
50 #include "public/platform/WebClipboard.h"
51 #include "public/platform/WebThread.h"
52 #include "public/platform/WebUnitTestSupport.h"
67 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
177 EXPECT_EQ(WebString("x"), Platform::current()->clipboard()->readPlainText(WebClipboard::Buffer()));
CustomEventTest.cpp 40 #include "public/platform/Platform.h"
41 #include "public/platform/WebUnitTestSupport.h"
112 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
ListenerLeakTest.cpp 37 #include "public/platform/Platform.h"
38 #include "public/platform/WebUnitTestSupport.h"
105 Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/preferences/
PreferenceInitializer.java 27 import org.eclipse.core.runtime.Platform;
120 for (IContentType contentType: Platform.getContentTypeManager().getAllContentTypes()) {
  /development/build/tools/
mk_sdk_repo_xml.sh 9 TYPES="tool platform-tool build-tool platform sample doc add-on system-image source support"
102 Platform.Version version 1
105 Platform.IncludedAbi included-abi 5
106 Platform.MinToolsRev min-tools-rev 1
107 Platform.MinPlatformToolsRev min-platform-tools-rev 3
148 platform-tool revision
150 @ min-platform-tools-rev
325 # - version platform
    [all...]
  /external/chromium_org/content/public/test/
render_view_test.h 19 #include "third_party/WebKit/public/platform/Platform.h"
44 WebKit::Platform* Get();
  /external/chromium_org/third_party/WebKit/Source/core/dom/
VisitedLinkState.cpp 36 #include "public/platform/Platform.h"
107 // links can be tested in platform independent manner, without
123 return WebKit::Platform::current()->isLinkVisited(hash) ? InsideVisitedLink : InsideUnvisitedLink;
  /external/chromium_org/third_party/WebKit/Source/core/loader/
CookieJar.cpp 37 #include "core/platform/Cookie.h"
38 #include "public/platform/Platform.h"
39 #include "public/platform/WebCookie.h"
40 #include "public/platform/WebCookieJar.h"
41 #include "public/platform/WebURL.h"
42 #include "public/platform/WebVector.h"
51 // FIXME: DRT depends on being able to get a cookie jar from Platform rather than
54 cookieJar = WebKit::Platform::current()->cookieJar();
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
AnimationTranslationUtil.cpp 27 #include "core/platform/graphics/chromium/AnimationTranslationUtil.h"
30 #include "core/platform/graphics/FloatSize.h"
31 #include "core/platform/graphics/GraphicsLayer.h"
32 #include "core/platform/graphics/chromium/TransformSkMatrix44Conversions.h"
33 #include "core/platform/graphics/transforms/InterpolatedTransformOperation.h"
34 #include "core/platform/graphics/transforms/Matrix3DTransformOperation.h"
35 #include "core/platform/graphics/transforms/MatrixTransformOperation.h"
36 #include "core/platform/graphics/transforms/PerspectiveTransformOperation.h"
37 #include "core/platform/graphics/transforms/RotateTransformOperation.h"
38 #include "core/platform/graphics/transforms/ScaleTransformOperation.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/mediastream/
MediaStreamCenter.cpp 34 #include "core/platform/mediastream/MediaStreamCenter.h"
36 #include "core/platform/mediastream/MediaStreamDescriptor.h"
38 #include "public/platform/Platform.h"
39 #include "public/platform/WebMediaStream.h"
40 #include "public/platform/WebMediaStreamCenter.h"
41 #include "public/platform/WebMediaStreamTrack.h"
42 #include "public/platform/WebMediaStreamTrackSourcesRequest.h"
56 : m_private(adoptPtr(WebKit::Platform::current()->createMediaStreamCenter(this)))
  /external/chromium_org/tools/gyp/pylib/gyp/
easy_xml_test.py 77 'Condition="\'$(Configuration)|$(Platform)\'=='
93 {'Condition': "'$(Configuration)|$(Platform)'=='Debug|Win32'",
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionRetainAllTester.java 315 = Platform.format("retainAll(%s) should return true", target);
321 = Platform.format("retainAll(%s) should return false", target);
328 String message = Platform.format("retainAll(%s) should throw", target);
336 = Platform.format("retainAll(%s) should return false or throw", target);
ListAddTester.java 80 return Platform.getMethod(ListAddTester.class, "testAdd_supportedNullPresent");
ListRemoveAtIndexTester.java 89 assertEquals(Platform.format(
  /external/icu4c/common/
umutex.h 148 * The declaration of struct UMutex is platform dependent.
190 /* Unknow platform type. */
195 #error Unknown Platform.
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.cpp 36 #include "core/platform/NotImplemented.h"
41 #include "public/platform/Platform.h"
42 #include "public/platform/WebCrypto.h"
43 #include "public/platform/WebCryptoAlgorithmParams.h"
106 WebKit::WebCrypto* platformCrypto = WebKit::Platform::current()->crypto();
198 WebKit::WebCrypto* platformCrypto = WebKit::Platform::current()->crypto();
222 WebKit::WebCrypto* platformCrypto = WebKit::Platform::current()->crypto();
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
LwjglCanvas.java 39 import com.jme3.system.Platform;
392 if (JmeSystem.getPlatform() == Platform.Windows32
393 || JmeSystem.getPlatform() == Platform.Windows64){
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
NdkHelper.java 31 import org.eclipse.core.runtime.Platform;
132 * "${NdkRoot}/prebuilt/<platform>/bin/". If the executable is not found, it simply returns
136 if (Platform.getOS().equals(Platform.OS_WIN32)) {
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
LocalizedStringsChromium.cpp 32 #include "core/platform/LocalizedStrings.h"
34 #include "core/platform/NotImplemented.h"
35 #include "core/platform/graphics/IntSize.h"
36 #include "core/platform/text/DateTimeFormat.h"
38 #include "public/platform/Platform.h"
39 #include "public/platform/WebLocalizedString.h"
40 #include "public/platform/WebString.h"
51 return WebKit::Platform::current()->queryLocalizedString(name);
56 return WebKit::Platform::current()->queryLocalizedString(name, parameter)
    [all...]
  /external/chromium_org/content/renderer/fetchers/
resource_fetcher.cc 8 #include "third_party/WebKit/public/platform/Platform.h"
9 #include "third_party/WebKit/public/platform/WebURL.h"
10 #include "third_party/WebKit/public/platform/WebURLError.h"
11 #include "third_party/WebKit/public/platform/WebURLLoader.h"
12 #include "third_party/WebKit/public/platform/WebURLRequest.h"
57 loader_.reset(WebKit::Platform::current()->createURLLoader());
  /external/chromium_org/third_party/WebKit/Source/core/platform/
DragData.cpp 28 #include "core/platform/DragData.h"
35 #include "core/platform/FileSystem.h"
36 #include "core/platform/chromium/ChromiumDataObject.h"
37 #include "core/platform/chromium/ClipboardMimeTypes.h"
42 #include "public/platform/Platform.h"
43 #include "public/platform/WebFileUtilities.h"
84 url = KURL(WebKit::Platform::current()->fileUtilities()->filePathToURL(m_platformDragData->filenames()[0]));
  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginData.cpp 28 #include "public/platform/Platform.h"
48 WebKit::Platform::current()->getPluginList(m_refresh, &builder);
  /external/chromium_org/third_party/WebKit/Source/web/
AsyncFileSystemChromium.cpp 36 #include "core/platform/AsyncFileSystemCallbacks.h"
37 #include "core/platform/FileMetadata.h"
38 #include "public/platform/Platform.h"
39 #include "public/platform/WebFileInfo.h"
40 #include "public/platform/WebFileSystem.h"
53 : m_webFileSystem(WebKit::Platform::current()->fileSystem())
ColorChooserPopupUIController.cpp 35 #include "core/platform/ColorChooserClient.h"
36 #include "core/platform/LocalizedStrings.h"
37 #include "core/platform/graphics/IntRect.h"
38 #include "public/platform/Platform.h"
39 #include "public/platform/WebLocalizedString.h"
100 PagePopupClient::addProperty("otherColorLabel", Platform::current()->queryLocalizedString(WebLocalizedString::OtherColorLabel), writer);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldisplay.h 127 _EGLPlatformType Platform; /**< The type of the platform display */
128 void *PlatformDisplay; /**< A pointer to the platform display */

Completed in 672 milliseconds

1 2 3 4 56 7 8 91011>>