MaybeGet          207 base/metrics/stats_table.cc   if (global_descriptors->MaybeGet(kStatsTableSharedMemFd) != -1) {
MaybeGet           23 base/posix/global_descriptors.cc   const int ret = MaybeGet(key);
MaybeGet           57 base/posix/global_descriptors.h   int MaybeGet(Key key) const;
MaybeGet          712 chrome/app/chrome_main_delegate.cc     int locale_pak_fd = base::GlobalDescriptors::GetInstance()->MaybeGet(
MaybeGet          724 chrome/app/chrome_main_delegate.cc           base::GlobalDescriptors::GetInstance()->MaybeGet(extra_pak_keys[i]);
MaybeGet         1539 components/breakpad/app/breakpad_linux.cc     int minidump_fd = base::GlobalDescriptors::GetInstance()->MaybeGet(
MaybeGet          255 content/shell/app/shell_main_delegate.cc       base::GlobalDescriptors::GetInstance()->MaybeGet(kShellPakDescriptor);