HomeSort by relevance Sort by last modified time
    Searched full:invalidation (Results 176 - 200 of 565) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/cc/resources/
picture_layer_tiling_set_unittest.cc 163 const Region& invalidation,
171 *source_.get(), new_bounds, invalidation, minimum_scale);
174 Region invalidation; local
175 SyncTilings(new_bounds, invalidation, 0.f);
177 void SyncTilings(const gfx::Size& new_bounds, const Region& invalidation) {
178 SyncTilings(new_bounds, invalidation, 0.f);
181 Region invalidation; local
182 SyncTilings(new_bounds, invalidation, minimum_scale);
350 TEST_F(PictureLayerTilingSetSyncTest, Invalidation) {
  /external/chromium_org/components/
components_tests.gyp 112 'invalidation/invalidation_logger_unittest.cc',
278 # Dependencies of invalidation
279 'components.gyp:invalidation',
418 ['include', '^invalidation/'],
516 'invalidation/fake_invalidator_unittest.cc',
517 'invalidation/gcm_network_channel_unittest.cc',
518 'invalidation/invalidation_notifier_unittest.cc',
519 'invalidation/invalidator_registrar_unittest.cc',
520 'invalidation/non_blocking_invalidator_unittest.cc',
521 'invalidation/p2p_invalidator_unittest.cc'
    [all...]
components.gyp 90 'invalidation.gypi',
  /external/chromium_org/ppapi/utility/graphics/
paint_aggregator.cc 15 // are contained within the scroll rect. If an invalidation crosses a scroll
16 // rect, then we just treat the scroll rect as an invalidation rect.
19 // scroll rect, we offset the invalidation rects to account for the fact that
23 // therefore be treated as an invalidation.
134 // If the new paint overlaps with a scroll, then it forces an invalidation of
200 // an invalidation of the scroll.
  /development/samples/devbytes/animation/Bouncer/src/com/example/android/bouncer/
Bouncer.java 88 * Moving the shape in x or y causes an invalidation of the area it used to occupy
101 * Moving the shape in x or y causes an invalidation of the area it used to occupy
  /external/chromium_org/cc/debug/
invalidation_benchmark.cc 77 // Invalidation with a random position and fixed size.
91 // Random invalidation inside the viewport.
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory.h 12 #include "components/invalidation/invalidation_service.h"
97 invalidation::InvalidationService* invalidator,
profile_sync_service_unittest.cc 13 #include "chrome/browser/invalidation/fake_invalidation_service.h"
14 #include "chrome/browser/invalidation/profile_invalidation_provider_factory.h"
28 #include "components/invalidation/invalidation_service.h"
29 #include "components/invalidation/profile_invalidation_provider.h"
139 return new invalidation::ProfileInvalidationProvider(
140 scoped_ptr<invalidation::InvalidationService>(
141 new invalidation::FakeInvalidationService));
168 invalidation::ProfileInvalidationProviderFactory::GetInstance(),
profile_sync_components_factory_mock.h 44 invalidation::InvalidationService* invalidator,
profile_sync_service_android.h 38 // invalidation.
206 typedef std::map<invalidation::ObjectId,
215 // invalidation.
230 // The invalidation API spec allows for the possibility of redundant
  /external/chromium_org/chrome/browser/ui/startup/
bad_flags_prompt.cc 18 #include "components/invalidation/invalidation_switches.h"
60 invalidation::switches::kSyncAllowInsecureXmppConnection,
  /external/chromium_org/components/invalidation/
invalidator_registrar.cc 5 #include "components/invalidation/invalidator_registrar.h"
45 std::vector<invalidation::ObjectId> intersection;
non_blocking_invalidator.h 18 #include "components/invalidation/invalidation_export.h"
19 #include "components/invalidation/invalidator_registrar.h"
gcm_network_channel_delegate.h 19 // registration id. This id is used for building URL to cache invalidation
p2p_invalidator_unittest.cc 5 #include "components/invalidation/p2p_invalidator.h"
9 #include "components/invalidation/fake_invalidation_handler.h"
10 #include "components/invalidation/invalidator_test_template.h"
11 #include "components/invalidation/notifier_reason_util.h"
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 44 // are contained within the scroll rect. If an invalidation crosses a scroll
45 // rect, then we just treat the scroll rect as an invalidation rect.
48 // scroll rect, we offset the invalidation rects to account for the fact that
52 // therefore be treated as an invalidation.
218 // If the new paint overlaps with a scroll, then it forces an invalidation of
235 // Track how large the paintRects vector grows during an invalidation
236 // sequence. Note: A subsequent invalidation may end up being combined
292 // an invalidation of the scroll.
  /external/chromium_org/base/memory/
weak_ptr.cc 12 // so that we can check that later validity/invalidation operations on
  /external/chromium_org/cc/base/
swap_promise.h 14 // When a change to the compositor's state/invalidation/whatever happens, a
  /external/chromium_org/components/gcm_driver/android/java/src/org/chromium/components/gcm_driver/
GCMListener.java 9 import com.google.ipc.invalidation.external.client.contrib.MultiplexingGcmListener;
  /external/chromium_org/components/policy/core/common/cloud/
enterprise_metrics.h 201 // The invalidation contained no payload.
203 // A normal invalidation containing a payload.
205 // The invalidation contained no payload and was considered expired.
207 // The invalidation contained a payload and was considered expired.
cloud_policy_store.h 89 // |invalidation_version| is the invalidation version of the policy to be
110 // The invalidation version of the last policy stored. This value can be read
150 // The invalidation version of the last policy stored.
  /external/chromium_org/jingle/notifier/base/
weak_xmpp_client.h 39 // called, so it's not a reliable way to cause an invalidation.)
  /external/chromium_org/third_party/WebKit/Source/core/frame/
SettingsDelegate.h 49 // We currently use an enum instead of individual invalidation
  /external/chromium_org/chrome/browser/
DEPS 31 "+components/invalidation",
69 "+google/cacheinvalidation", # Sync invalidation API protobuf files.
87 "+sync/notifier", # Sync invalidation API files.
  /external/wpa_supplicant_8/src/ap/
ap_mlme.c 66 * mlme_deauthenticate_indication - Report the invalidation of an
72 * MLME calls this function as a result of the invalidation of an
143 * MLME calls this function as a result of the invalidation of an association

Completed in 516 milliseconds

1 2 3 4 5 6 78 91011>>