HomeSort by relevance Sort by last modified time
    Searched refs:shouldCache (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformInstrumentation.h 47 virtual void willResizeImage(bool shouldCache) = 0;
76 static void willResizeImage(bool shouldCache);
104 inline void PlatformInstrumentation::willResizeImage(bool shouldCache)
106 TRACE_EVENT_BEGIN1(CategoryName, ImageResizeEvent, CachedArgument, shouldCache);
108 m_client->willResizeImage(shouldCache);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/
dic_nodes_cache.h 121 const bool shouldCache = (cacheInputIndex == mInputIndex)
123 return shouldCache;
  /frameworks/volley/src/com/android/volley/
RequestQueue.java 228 if (!request.shouldCache()) {
262 * <code>request.shouldCache()</code>.</p>
270 if (request.shouldCache()) {
NetworkDispatcher.java 126 if (request.shouldCache() && response.cacheEntry != null) {
Request.java 463 public final Request<?> setShouldCache(boolean shouldCache) {
464 mShouldCache = shouldCache;
471 public final boolean shouldCache() {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
NativeImageSkia.cpp 135 bool shouldCache = isDataComplete()
138 TRACE_EVENT1(TRACE_DISABLED_BY_DEFAULT("devtools.timeline"), "ResizeImage", "cached", shouldCache);
140 PlatformInstrumentation::willResizeImage(shouldCache);
145 if (!shouldCache)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 351 public abstract boolean shouldCache();
461 public boolean shouldCache() {
548 public boolean shouldCache() {
652 public boolean shouldCache() {
779 public boolean shouldCache() {
889 public boolean shouldCache() {
FrameManager.java 421 if (!backing.shouldCache() || !mCache.cacheBacking(backing)) {
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
TimelineRecordFactory.h 70 static PassRefPtr<JSONObject> createResizeImageData(bool shouldCache);
TimelineRecordFactory.cpp 201 PassRefPtr<JSONObject> TimelineRecordFactory::createResizeImageData(bool shouldCache)
204 data->setBoolean("cached", shouldCache);
InspectorTimelineAgent.h 227 virtual void willResizeImage(bool shouldCache) OVERRIDE;
InspectorTimelineAgent.cpp 666 void InspectorTimelineAgent::willResizeImage(bool shouldCache)
668 RefPtr<JSONObject> data = TimelineRecordFactory::createResizeImageData(shouldCache);
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 3747 milliseconds