/external/chromium_org/tools/python/google/ |
D | httpd_utils.py | 75 platform_util = google.platform_utils.PlatformUtility(script_dir) 77 output_dir = platform_util.GetTempDirectory() 79 document_root = platform_util.GetFilesystemRoot() 86 start_cmd = platform_util.GetStartHttpdCommand(output_dir, 91 stop_cmd = platform_util.GetStopHttpdCommand() 111 platform_util = google.platform_utils.PlatformUtility(script_dir) 112 httpd = ApacheHttpd('', platform_util.GetStopHttpdCommand(), [],
|
/external/chromium_org/chrome/browser/ui/views/ |
D | hung_renderer_view.cc | 198 platform_util::GetTopLevel(contents->GetNativeView()); in IsFrameActive() 199 return platform_util::IsWindowActive(frame_view); in IsFrameActive() 232 !platform_util::IsWindowActive(GetWidget()->GetNativeWindow())) in ShowForWebContents() 245 platform_util::GetTopLevel(contents->GetNativeView()); in ShowForWebContents() 442 platform_util::GetTopLevel(contents->GetNativeView()); in ShowHungRendererDialog()
|
D | web_contents_modal_dialog_manager_views.cc | 89 gfx::NativeView parent = platform_util::GetParent(widget->GetNativeView()); in ManageDialog() 99 platform_util::GetParent(widget->GetNativeView())); in ManageDialog() 225 gfx::NativeView view = platform_util::GetParent(widget->GetNativeView()); in WidgetClosing()
|
D | validation_message_bubble_view.cc | 57 delegate_->set_parent_window(platform_util::GetTopLevel( in ValidationMessageBubbleImpl()
|
D | color_chooser_win.cc | 60 gfx::NativeWindow owning_window = platform_util::GetTopLevel( in ColorChooserWin()
|
D | first_run_dialog.cc | 146 platform_util::OpenExternal(profile_, GURL(chrome::kLearnMoreReportingURL)); in LinkClicked()
|
/external/chromium_org/chrome/browser/ui/ |
D | chrome_web_modal_dialog_manager_delegate.cc | 18 return platform_util::IsVisible(web_contents->GetNativeView()); in IsWebContentsVisible()
|
/external/chromium_org/chrome/browser/ |
D | platform_util_mac.mm | 5 #include "chrome/browser/platform_util.h" 21 namespace platform_util { 163 } // namespace platform_util
|
D | platform_util_aura.cc | 14 namespace platform_util { namespace
|
D | platform_util_android.cc | 9 namespace platform_util { namespace
|
D | platform_util.h | 20 namespace platform_util {
|
D | platform_util_chromeos.cc | 21 namespace platform_util { namespace
|
D | platform_util_linux.cc | 66 namespace platform_util { namespace
|
D | platform_util_win.cc | 160 namespace platform_util { namespace
|
D | file_select_helper.cc | 396 platform_util::GetTopLevel(render_view_host_->GetView()->GetNativeView()); in RunFileChooserOnUIThread()
|
/external/chromium_org/chrome/browser/ui/apps/ |
D | chrome_app_window_delegate.cc | 92 platform_util::OpenExternal(profile, params_.url); in SetDefaultWebClientUIState() 247 return platform_util::IsVisible(web_contents->GetNativeView()); in IsWebContentsVisible()
|
/external/chromium_org/chrome/browser/extensions/api/developer_private/ |
D | entry_picker.cc | 39 platform_util::GetTopLevel(web_contents->GetNativeView()) : in EntryPicker()
|
/external/chromium_org/chrome/browser/download/ |
D | download_file_picker.cc | 82 platform_util::GetTopLevel(web_contents->GetNativeView()) : NULL; in DownloadFilePicker()
|
D | save_package_file_picker.cc | 218 platform_util::GetTopLevel(web_contents->GetNativeView()), in SavePackageFilePicker()
|
D | chrome_download_manager_delegate.cc | 422 platform_util::OpenItem(profile_, platform_path); in OpenDownloadUsingPlatformHandler() 469 platform_util::ShowItemInFolder(profile_, platform_path); in ShowDownloadInShell()
|
D | download_shelf.cc | 362 platform_util::IsVisible(shelf_tab->GetNativeView()) && in ShowDownload()
|
/external/chromium_org/chrome/browser/external_protocol/ |
D | external_protocol_handler.cc | 303 platform_util::OpenExternal( in LaunchUrlWithoutSecurityCheck()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_view_host.cc | 278 return platform_util::IsVisible(web_contents->GetNativeView()); in IsWebContentsVisible()
|
/external/chromium_org/chrome/browser/media_galleries/ |
D | media_galleries_scan_result_controller.cc | 189 platform_util::OpenItem(GetProfile(), entry->second.pref_info.AbsolutePath()); in DidClickOpenFolderViewer()
|
/external/chromium_org/chrome/browser/ui/webui/print_preview/ |
D | print_preview_handler.cc | 902 !select_file_dialog_->IsRunning(platform_util::GetTopLevel( in PrintToPdf() 1012 gfx::NativeWindow modal_parent = platform_util::GetTopLevel( in PrintWithCloudPrintDialog() 1305 platform_util::GetTopLevel(preview_web_contents()->GetNativeView()), in SelectFile()
|