HomeSort by relevance Sort by last modified time
    Searched refs:platform_util (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/chrome/browser/ui/
chrome_web_modal_dialog_manager_delegate.cc 7 #include "chrome/browser/platform_util.h"
18 return platform_util::IsVisible(web_contents->GetNativeView());
  /external/chromium_org/tools/python/google/
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/
platform_util.h 20 namespace platform_util { namespace
61 } // namespace platform_util
platform_util_android.cc 6 #include "chrome/browser/platform_util.h"
9 namespace platform_util { namespace
49 } // namespace platform_util
platform_util_aura.cc 5 #include "chrome/browser/platform_util.h"
14 namespace platform_util { namespace
45 } // namespace platform_util
platform_util_chromeos.cc 5 #include "chrome/browser/platform_util.h"
21 namespace platform_util { namespace
58 } // namespace platform_util
platform_util_linux.cc 5 #include "chrome/browser/platform_util.h"
66 namespace platform_util { namespace
88 } // namespace platform_util
  /external/chromium_org/chrome/common/extensions/docs/server2/
platform_util_test.py 8 from platform_util import (GetPlatforms,
document_renderer.py 8 from platform_util import ExtractPlatformFromURL
permissions_data_source.py 11 from platform_util import GetPlatforms
samples_data_source.py 11 from platform_util import GetPlatforms
api_data_source.py 13 from platform_util import GetPlatforms
api_list_data_source.py 8 from platform_util import GetPlatforms
manifest_data_source.py 11 from platform_util import GetPlatforms, PluralToSingular
whats_new_data_source.py 12 from platform_util import GetPlatforms
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
entry_picker.cc 11 #include "chrome/browser/platform_util.h"
39 platform_util::GetTopLevel(web_contents->GetNativeView()) :
  /external/chromium_org/chrome/browser/ui/views/
validation_message_bubble_view.cc 7 #include "chrome/browser/platform_util.h"
57 delegate_->set_parent_window(platform_util::GetTopLevel(
hung_renderer_view.cc 11 #include "chrome/browser/platform_util.h"
193 platform_util::GetTopLevel(contents->GetNativeView());
194 return platform_util::IsWindowActive(frame_view);
227 !platform_util::IsWindowActive(GetWidget()->GetNativeWindow()))
240 platform_util::GetTopLevel(contents->GetNativeView());
436 platform_util::GetTopLevel(contents->GetNativeView());
color_chooser_win.cc 7 #include "chrome/browser/platform_util.h"
60 gfx::NativeWindow owning_window = platform_util::GetTopLevel(
web_contents_modal_dialog_manager_views.cc 8 #include "chrome/browser/platform_util.h"
89 gfx::NativeView parent = platform_util::GetParent(widget->GetNativeView());
99 platform_util::GetParent(widget->GetNativeView()));
225 gfx::NativeView view = platform_util::GetParent(widget->GetNativeView());
first_run_dialog.cc 10 #include "chrome/browser/platform_util.h"
140 platform_util::OpenExternal(profile_, GURL(chrome::kLearnMoreReportingURL));
  /external/chromium_org/chrome/browser/download/
download_file_picker.cc 9 #include "chrome/browser/platform_util.h"
80 platform_util::GetTopLevel(web_contents->GetNativeView()) : NULL;
download_shelf.cc 19 #include "chrome/browser/platform_util.h"
348 platform_util::IsVisible(shelf_tab->GetNativeView()) &&
save_package_file_picker.cc 16 #include "chrome/browser/platform_util.h"
218 platform_util::GetTopLevel(web_contents->GetNativeView()),
  /external/chromium_org/chrome/browser/ui/apps/
chrome_app_delegate.cc 16 #include "chrome/browser/platform_util.h"
99 platform_util::OpenExternal(profile, params_.url);
281 return platform_util::IsVisible(web_contents->GetNativeView());

Completed in 369 milliseconds

1 2