OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Platform
(Results
151 - 175
of
398
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/public/test/
render_view_test.h
19
#include "third_party/WebKit/public/
platform
/
Platform
.h"
44
blink::
Platform
* Get();
/external/chromium_org/third_party/WebKit/Source/core/dom/
VisitedLinkState.cpp
36
#include "public/
platform
/
Platform
.h"
95
// links can be tested in
platform
independent manner, without
102
if (blink::
Platform
::current()->isLinkVisited(hash))
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLResourcePreloader.cpp
36
#include "public/
platform
/
Platform
.h"
95
blink::
Platform
::current()->histogramCustomCounts("WebCore.PreloadDelayMs", static_cast<int>(1000 * (monotonicallyIncreasingTime() - preload->discoveryTime())), 0, 2000, 20);
/external/chromium_org/third_party/WebKit/Source/core/loader/
CookieJar.cpp
37
#include "
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 = blink::
Platform
::current()->cookieJar();
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
OfflineAudioDestinationNode.cpp
32
#include "
platform
/audio/AudioBus.h"
33
#include "
platform
/audio/HRTFDatabaseLoader.h"
35
#include "
platform
/Task.h"
36
#include "public/
platform
/
Platform
.h"
87
m_renderThread = adoptPtr(blink::
Platform
::current()->createThread("Offline Audio Renderer"));
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseThread.cpp
36
#include "
platform
/Logging.h"
37
#include "public/
platform
/
Platform
.h"
61
m_thread = adoptPtr(blink::
Platform
::current()->createThread("WebCore: Database"));
/external/chromium_org/third_party/WebKit/Source/platform/
Language.cpp
27
#include "
platform
/Language.h"
29
#include "public/
platform
/
Platform
.h"
38
computedDefaultLanguage.append(blink::
Platform
::current()->defaultLocale());
/external/chromium_org/third_party/WebKit/Source/web/tests/
ProgrammaticScrollTest.cpp
17
#include "public/
platform
/
Platform
.h"
18
#include "public/
platform
/WebUnitTestSupport.h"
37
Platform
::current()->unitTestSupport()->unregisterAllMockedURLs();
/external/chromium_org/tools/cr/
main.py
86
cr.
Platform
.Prepare(context)
/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/bindings/v8/
V8Initializer.cpp
50
#include "public/
platform
/
Platform
.h"
81
int memoryUsageMB = blink::
Platform
::current()->actualMemoryUsageMB();
156
constraints.ConfigureDefaults(static_cast<uint64_t>(blink::
Platform
::current()->physicalMemoryMB()) << 20, static_cast<uint32_t>(blink::
Platform
::current()->numberOfProcessors()));
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSource.cpp
32
#include "
platform
/fonts/FontCache.h"
33
#include "
platform
/fonts/FontDescription.h"
34
#include "
platform
/fonts/SimpleFontData.h"
35
#include "public/
platform
/
Platform
.h"
280
blink::
Platform
::current()->histogramEnumeration("WebFont.LocalFontUsed", loadSuccess ? 1 : 0, 2);
289
blink::
Platform
::current()->histogramCustomCounts(histogramName(font), duration, 0, 10000, 50);
296
blink::
Platform
::current()->histogramEnumeration("WebFont.CacheHit", histogramValue, CacheHitEnumMax);
/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/frame/
UseCounter.cpp
37
#include "public/
platform
/
Platform
.h"
529
blink::
Platform
::current()->histogramEnumeration("WebCore.FeatureObserver", PageDestruction, NumberOfFeatures);
536
blink::
Platform
::current()->histogramEnumeration("WebCore.FeatureObserver", PageVisits, NumberOfFeatures);
541
blink::
Platform
::current()->histogramEnumeration("WebCore.FeatureObserver", i, NumberOfFeatures);
554
blink::
Platform
::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", cssSampleId, maximumCSSSampleId());
560
blink::
Platform
::current()->histogramEnumeration("WebCore.FeatureObserver.CSSProperties", totalPagesMeasuredCSSSampleId(), maximumCSSSampleId());
/external/chromium_org/third_party/WebKit/Source/core/animation/
CompositorAnimations.cpp
39
#include "core/
platform
/animation/AnimationTranslationUtil.h"
44
#include "public/
platform
/
Platform
.h"
45
#include "public/
platform
/WebAnimation.h"
46
#include "public/
platform
/WebCompositorSupport.h"
47
#include "public/
platform
/WebFilterAnimationCurve.h"
48
#include "public/
platform
/WebFilterKeyframe.h"
49
#include "public/
platform
/WebFloatAnimationCurve.h"
50
#include "public/
platform
/WebFloatKeyframe.h"
51
#include "public/
platform
/WebTransformAnimationCurve.h
[
all
...]
/external/chromium_org/content/renderer/fetchers/
resource_fetcher_impl.cc
9
#include "third_party/WebKit/public/
platform
/
Platform
.h"
10
#include "third_party/WebKit/public/
platform
/WebURL.h"
11
#include "third_party/WebKit/public/
platform
/WebURLError.h"
12
#include "third_party/WebKit/public/
platform
/WebURLLoader.h"
13
#include "third_party/WebKit/public/
platform
/WebURLRequest.h"
64
loader_.reset(blink::
Platform
::current()->createURLLoader());
/external/chromium_org/content/worker/
worker_webkitplatformsupport_impl.h
10
#include "third_party/WebKit/public/
platform
/WebIDBFactory.h"
11
#include "third_party/WebKit/public/
platform
/WebMimeRegistry.h"
64
virtual blink::
Platform
::FileHandle databaseOpenFile(
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp
37
#include "
platform
/network/ResourceRequest.h"
38
#include "public/
platform
/
Platform
.h"
238
blink::
Platform
::current()->currentThread()->exitRunLoop();
246
blink::
Platform
::current()->currentThread()->postTask(new Task1(cachedLiveResource, cachedDeadResource));
247
blink::
Platform
::current()->currentThread()->postTask(new Task2(cachedLiveResource->encodedSize() + cachedLiveResource->overheadSize()));
248
blink::
Platform
::current()->currentThread()->enterRunLoop();
/external/chromium_org/third_party/WebKit/Source/platform/plugins/
PluginData.cpp
25
#include "
platform
/plugins/PluginData.h"
27
#include "
platform
/plugins/PluginListBuilder.h"
28
#include "public/
platform
/
Platform
.h"
48
blink::
Platform
::current()->getPluginList(m_refresh, &builder);
/external/chromium_org/third_party/WebKit/Source/platform/text/
PlatformLocale.cpp
32
#include "
platform
/text/PlatformLocale.h"
34
#include "
platform
/text/DateTimeFormat.h"
35
#include "public/
platform
/
Platform
.h"
41
using blink::
Platform
;
196
return
Platform
::current()->queryLocalizedString(name);
202
return
Platform
::current()->queryLocalizedString(name, parameter);
208
return
Platform
::current()->queryLocalizedString(name, parameter1, parameter2);
Completed in 569 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>