Searched refs:twin (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_picture_layer_impl.h88 void set_twin_layer(PictureLayerImpl* twin) { twin_layer_ = twin; } argument
/external/chromium_org/cc/layers/
H A Dpicture_layer_impl.cc112 // When the pending tree pushes to the active tree, the pending twin
571 // TODO(vmpstr): Maintain recycled twin as a member. crbug.com/407418
762 // If our MinimumContentsScale has changed to prevent the twin's high res
841 if (PictureLayerImpl* twin = twin_layer_) {
843 std::min(twin->ideal_contents_scale_, twin->raster_contents_scale_);
845 // called for active twin.
885 // If these pointers are null (because no twin, no matching tiling, or the
888 // layer is allowed to skip any tiles that are not ready on its twin.
893 // As a simplification, only allow activating to skip twin tile
1251 PictureLayerImpl* twin = twin_layer_; local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dbitvect.c570 wordptr twin; local
573 twin = BitVector_Create(bits,false);
574 if ((twin != NULL) and (bits > 0))
575 BIT_VECTOR_cpy_words(twin,addr,size_(addr));
576 return(twin);
/external/chromium_org/sync/syncable/
H A Ddirectory_unittest.cc754 MutableEntry twin(&wtrans, CREATE, BOOKMARKS, child.GetId(), "Bob");
755 ASSERT_TRUE(twin.good());
756 twin.PutIsDel(true);
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 259 milliseconds