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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
ChromiumDataObjectItem.cpp 32 #include "core/platform/chromium/ChromiumDataObjectItem.h"
38 #include "core/platform/SharedBuffer.h"
39 #include "core/platform/chromium/ClipboardMimeTypes.h"
40 #include "core/platform/chromium/ClipboardUtilitiesChromium.h"
42 #include "public/platform/Platform.h"
43 #include "public/platform/WebClipboard.h"
142 RefPtr<SharedBuffer> data = static_cast<PassRefPtr<SharedBuffer> >(WebKit::Platform::current()->clipboard()->readImage(WebKit::WebClipboard::BufferStandard));
166 data = WebKit::Platform::current()->clipboard()->readPlainText(currentPasteboardBuffer());
170 data = WebKit::Platform::current()->clipboard()->readHTML(currentPasteboardBuffer(), &ignoredSourceURL, &ignored, &ignored (…)
    [all...]
GamepadsChromium.cpp 27 #include "core/platform/Gamepads.h"
30 #include "public/platform/Platform.h"
40 WebKit::Platform::current()->sampleGamepads(gamepads);
PlatformSpeechSynthesizerChromium.cpp 32 #include "core/platform/PlatformSpeechSynthesizer.h"
34 #include "core/platform/PlatformSpeechSynthesisUtterance.h"
35 #include "core/platform/PlatformSpeechSynthesisVoice.h"
36 #include "core/platform/chromium/support/WebSpeechSynthesizerClientImpl.h"
37 #include "public/platform/Platform.h"
38 #include "public/platform/WebSpeechSynthesisUtterance.h"
39 #include "public/platform/WebSpeechSynthesizer.h"
40 #include "public/platform/WebSpeechSynthesizerClient.h"
49 m_webSpeechSynthesizer = adoptPtr(WebKit::Platform::current()->createSpeechSynthesizer(m_webSpeechSynthesizerClient.get()))
    [all...]
ScrollbarThemeChromiumWin.cpp 28 #include "core/platform/chromium/ScrollbarThemeChromiumWin.h"
33 #include "core/platform/LayoutTestSupport.h"
34 #include "core/platform/PlatformMouseEvent.h"
35 #include "core/platform/Scrollbar.h"
36 #include "core/platform/graphics/GraphicsContext.h"
37 #include "core/platform/win/SystemInfo.h"
38 #include "public/platform/Platform.h"
39 #include "public/platform/WebRect.h"
40 #include "public/platform/win/WebThemeEngine.h
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
AssociatedURLLoaderTest.cpp 38 #include "public/platform/Platform.h"
39 #include "public/platform/WebString.h"
40 #include "public/platform/WebThread.h"
41 #include "public/platform/WebURL.h"
42 #include "public/platform/WebURLLoader.h"
43 #include "public/platform/WebURLLoaderClient.h"
44 #include "public/platform/WebURLRequest.h"
45 #include "public/platform/WebURLResponse.h"
46 #include "public/platform/WebUnitTestSupport.h
    [all...]
WebImageTest.cpp 32 #include "public/platform/WebImage.h"
35 #include "core/platform/SharedBuffer.h"
36 #include "public/platform/Platform.h"
37 #include "public/platform/WebData.h"
38 #include "public/platform/WebSize.h"
39 #include "public/platform/WebUnitTestSupport.h"
48 String filePath = Platform::current()->unitTestSupport()->webKitRootDir();
52 return Platform::current()->unitTestSupport()->readFromFile(filePath);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerManager.cpp 26 #include "core/platform/graphics/chromium/Canvas2DLayerManager.h"
28 #include "public/platform/Platform.h"
63 WebKit::Platform::current()->currentThread()->removeTaskObserver(this);
82 WebKit::Platform::current()->currentThread()->removeTaskObserver(this);
101 WebKit::Platform::current()->currentThread()->addTaskObserver(this);
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListListIteratorTester.java 24 import static com.google.common.collect.testing.testers.Platform.listListIteratorTesterNumIterations;
118 return Platform.getMethod(
128 return Platform.getMethod(
CollectionIteratorTester.java 97 new IteratorTester<E>(Platform.collectionIteratorTesterNumIterations(), features, elements,
124 return Platform.getMethod(
134 return Platform.getMethod(
159 return Platform.getMethod(
CollectionAddTester.java 105 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullSupported");
118 return Platform.getMethod(CollectionAddTester.class, "testAdd_nullUnsupported");
  /external/chromium_org/chrome/common/extensions/features/
manifest_feature.cc 21 Feature::Platform platform) const {
25 platform);
permission_feature.cc 22 Feature::Platform platform) const {
26 platform);
complex_feature.cc 19 int manifest_version, Platform platform) const {
22 extension_id, type, location, manifest_version, platform);
29 extension_id, type, location, manifest_version, platform);
42 Platform platform) const {
44 features_[0]->IsAvailableToContext(extension, context, url, platform);
51 (*it)->IsAvailableToContext(extension, context, url, platform);
  /external/chromium_org/third_party/WebKit/Source/core/platform/
LinkHash.cpp 32 #include "core/platform/LinkHash.h"
34 #include "public/platform/Platform.h"
60 return WebKit::Platform::current()->visitedLinkHash(buffer.data(), buffer.length());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ContentDecryptionModule.cpp 32 #include "core/platform/graphics/ContentDecryptionModule.h"
34 #include "core/platform/NotImplemented.h"
35 #include "core/platform/graphics/ContentDecryptionModuleSession.h"
36 #include "public/platform/Platform.h"
51 OwnPtr<WebKit::WebContentDecryptionModule> cdm = adoptPtr(WebKit::Platform::current()->createContentDecryptionModule(keySystem));
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 29 #include "core/platform/graphics/gpu/SharedGraphicsContext3D.h"
31 #include "core/platform/graphics/Extensions3D.h"
32 #include "core/platform/graphics/GraphicsContext3D.h"
33 #include "public/platform/Platform.h"
34 #include "public/platform/WebGraphicsContext3D.h"
35 #include "public/platform/WebGraphicsContext3DProvider.h"
48 OwnPtr<WebKit::WebGraphicsContext3DProvider> provider = adoptPtr(WebKit::Platform::current()->createSharedOffscreenGraphicsContext3DProvider());
  /external/chromium_org/third_party/WebKit/Source/modules/quota/
StorageQuota.cpp 39 #include "public/platform/Platform.h"
40 #include "public/platform/WebStorageQuotaCallbacks.h"
41 #include "public/platform/WebStorageQuotaType.h"
71 WebKit::Platform::current()->queryStorageUsageAndQuota(storagePartition, storageType, WebStorageQuotaCallbacksImpl::createLeakedPtr(successCallback, errorCallback));
  /external/chromium_org/third_party/WebKit/Source/web/
StorageNamespaceProxy.cpp 29 #include "public/platform/Platform.h"
30 #include "public/platform/WebStorageArea.h"
31 #include "public/platform/WebStorageNamespace.h"
32 #include "public/platform/WebString.h"
50 localStorageNamespace = WebKit::Platform::current()->createLocalStorageNamespace();
  /external/chromium_org/webkit/common/user_agent/
user_agent_unittest.cc 21 enum Platform {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractTester.java 77 return Platform.format("%s[%s]", super.getName(), suiteName);
FeatureSpecificTestSuiteBuilder.java 228 logger.finer(Platform.format(
233 logger.finer(Platform.format(
248 logger.finer(Platform.format(
259 logger.finer(Platform.format(
275 return Platform.getMethod(tester.getClass(), tester.getTestMethodName());
278 return Platform.getMethod(testCase.getClass(), testCase.getName());
337 temp.add(Platform.classGetSimpleName(
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
MultisetIteratorTester.java 98 Platform.getMethod(MultisetIteratorTester.class, "testIteratorKnownOrder"),
99 Platform.getMethod(MultisetIteratorTester.class, "testIteratorUnknownOrder"),
100 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorKnownOrder"),
101 Platform.getMethod(MultisetIteratorTester.class, "testRemovingIteratorUnknownOrder"));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumDefault.cpp 30 #include "core/platform/graphics/Color.h"
31 #include "core/platform/graphics/GraphicsContext.h"
32 #include "core/platform/graphics/GraphicsContextStateSaver.h"
36 #include "public/platform/default/WebThemeEngine.h"
37 #include "public/platform/Platform.h"
38 #include "public/platform/WebRect.h"
171 IntSize size = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartSliderThumb);
228 WebKit::Platform::current()->themeEngine()->paint(canvas, WebKit::WebThemeEngine::PartCheckbox, getWebThemeState(this, o), WebKit::WebRect(unzoomedRect), &extraParams);
238 IntSize size = WebKit::Platform::current()->themeEngine()->getSize(WebKit::WebThemeEngine::PartCheckbox)
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/
Connection.java 19 import com.squareup.okhttp.internal.Platform;
101 Platform.get().connectSocket(socket, route.inetSocketAddress, connectTimeout);
111 int mtu = Platform.get().getMtu(socket);
123 Platform platform = Platform.get(); local
135 platform.enableTlsExtensions(sslSocket, route.address.uriHost);
137 platform.supportTlsIntolerantServer(sslSocket);
142 platform.setNpnProtocols(sslSocket, NPN_PROTOCOLS);
157 if (useNpn && (selectedProtocol = platform.getNpnSelectedProtocol(sslSocket)) != null)
    [all...]
ConnectionPool.java 19 import com.squareup.okhttp.internal.Platform;
192 Platform.get().tagSocket(connection.getSocket());
196 Platform.get().logW("Unable to tagSocket(): " + e);
229 Platform.get().untagSocket(connection.getSocket());
232 Platform.get().logW("Unable to untagSocket(): " + e);

Completed in 914 milliseconds

1 2 34 5 6 7 8 91011>>