Searched refs:UpdateContext (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/tools/cr/cr/commands/
H A Dprepare.py33 def UpdateContext(cls): member in class:PrepareCommand
35 preparation.UpdateContext()
39 cls.UpdateContext()
50 def UpdateContext(self): member in class:PrepareOut
H A Dsync.py44 cr.PrepareCommand.UpdateContext()
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DGraphicsLayerUpdater.h56 class UpdateContext;
58 void updateRecursive(RenderLayer&, UpdateType, const UpdateContext&, Vector<RenderLayer*>& layersNeedingPaintInvalidation);
H A DGraphicsLayerUpdater.cpp41 class GraphicsLayerUpdater::UpdateContext { class in class:blink::GraphicsLayerUpdater
43 UpdateContext() function in class:blink::GraphicsLayerUpdater::UpdateContext
49 UpdateContext(const UpdateContext& other, const RenderLayer& layer) function in class:blink::GraphicsLayerUpdater::UpdateContext
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/actions/
H A Dgyp.py21 def UpdateContext(self): member in class:GypPrepareOut
/external/chromium_org/native_client_sdk/src/examples/demo/life/
H A Dlife.c84 void UpdateContext(uint32_t width, uint32_t height) { function
155 UpdateContext(rect.size.width, rect.size.height);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
H A Dlife.c91 void UpdateContext(uint32_t width, uint32_t height) { function
162 UpdateContext(rect.size.width, rect.size.height);
/external/chromium_org/native_client_sdk/src/examples/demo/life_simd/
H A Dlife.cc106 void UpdateContext();
158 void Life::UpdateContext() { function in class:Life
248 UpdateContext();
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c1158 mDNSBool external_advertise = (rr->UpdateContext) ? *((mDNSBool *)rr->UpdateContext) : mDNSfalse;
1197 if (external_advertise) rr->UpdateContext = (void *)external_advertise;
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h1254 void *UpdateContext; // Context parameter for the update callback function member in struct:AuthRecord_struct

Completed in 250 milliseconds