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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
GraphicsLayerUpdater.h 56 class UpdateContext;
58 void updateRecursive(RenderLayer&, UpdateType, const UpdateContext&, Vector<RenderLayer*>& layersNeedingPaintInvalidation);
GraphicsLayerUpdater.cpp 41 class GraphicsLayerUpdater::UpdateContext {
43 UpdateContext()
49 UpdateContext(const UpdateContext& other, const RenderLayer& layer)
88 updateRecursive(layer, DoNotForceUpdate, UpdateContext(), layersNeedingPaintInvalidation);
92 void GraphicsLayerUpdater::updateRecursive(RenderLayer& layer, UpdateType updateType, const UpdateContext& context, Vector<RenderLayer*>& layersNeedingPaintInvalidation)
120 UpdateContext childContext(context, layer);
  /external/chromium_org/tools/cr/cr/commands/
prepare.py 33 def UpdateContext(cls):
35 preparation.UpdateContext()
39 cls.UpdateContext()
50 def UpdateContext(self):
sync.py 44 cr.PrepareCommand.UpdateContext()
  /external/chromium_org/tools/cr/cr/actions/
gyp.py 21 def UpdateContext(self):
  /external/chromium_org/native_client_sdk/src/examples/demo/life/
life.c 84 void UpdateContext(uint32_t width, uint32_t height) {
155 UpdateContext(rect.size.width, rect.size.height);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 91 void UpdateContext(uint32_t width, uint32_t height) {
162 UpdateContext(rect.size.width, rect.size.height);
  /external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
life.cc 106 void UpdateContext();
158 void Life::UpdateContext() {
248 UpdateContext();
  /external/mdnsresponder/mDNSShared/
uds_daemon.c     [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]

Completed in 221 milliseconds