OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
597
SkBaseDevice*
rootDevice
= rec->fLayer->fDevice;
599
if (
rootDevice
== device) {
606
if (
rootDevice
) {
607
rootDevice
->onDetachFromCanvas();
611
rootDevice
= device;
[
all
...]
/external/skia/src/core/
SkCanvas.cpp
597
SkBaseDevice*
rootDevice
= rec->fLayer->fDevice;
599
if (
rootDevice
== device) {
606
if (
rootDevice
) {
607
rootDevice
->onDetachFromCanvas();
611
rootDevice
= device;
[
all
...]
Completed in 1425 milliseconds