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

  /external/chromium_org/chrome/installer/mac/
pkg-dmg 954 my($rootDevice, $partitionDevice, $partitionMountPoint);
956 if(!(($rootDevice, $partitionDevice, $partitionMountPoint) =
962 $gConfig{'cmd_diskutil'}, 'eject', $rootDevice);});
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkCanvas.cpp 596 SkDevice* rootDevice = rec->fLayer->fDevice;
598 if (rootDevice == device) {
605 if (rootDevice) {
606 rootDevice->onDetachFromCanvas();
610 rootDevice = device;
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 596 SkDevice* rootDevice = rec->fLayer->fDevice;
598 if (rootDevice == device) {
605 if (rootDevice) {
606 rootDevice->onDetachFromCanvas();
610 rootDevice = device;
    [all...]

Completed in 1557 milliseconds