DIR_MODULE         91 apps/shell/app/shell_main_delegate.cc   PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE        135 ash/drag_drop/drag_drop_interactive_uitest.cc     PathService::Get(base::DIR_MODULE, &resources_pack_path);
DIR_MODULE         41 ash/wm/ash_native_cursor_manager_interactive_uitest.cc     PathService::Get(base::DIR_MODULE, &resources_pack_path);
DIR_MODULE         14 base/android/java/src/org/chromium/base/PathService.java     public static final int DIR_MODULE = 3;
DIR_MODULE         21 base/base_paths.cc     case DIR_MODULE:
DIR_MODULE         37 base/base_paths_android.cc     case base::DIR_MODULE:
DIR_MODULE         67 base/i18n/icu_util.cc   PathService::Get(base::DIR_MODULE, &data_path);
DIR_MODULE        103 base/i18n/icu_util.cc     bool path_ok = PathService::Get(base::DIR_MODULE, &data_path);
DIR_MODULE         66 base/path_service_unittest.cc   if (dir_type != base::DIR_EXE && dir_type != base::DIR_MODULE &&
DIR_MODULE        143 base/test/test_support_android.cc     case base::DIR_MODULE: {
DIR_MODULE        178 base/test/test_support_android.cc   InitPathProvider(DIR_MODULE);
DIR_MODULE       1984 chrome/browser/apps/web_view_browsertest.cc     EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
DIR_MODULE        304 chrome/browser/content_settings/content_settings_browsertest.cc     PathService::Get(base::DIR_MODULE, &plugin_dir);
DIR_MODULE        587 chrome/browser/content_settings/content_settings_browsertest.cc     EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
DIR_MODULE         45 chrome/browser/first_run/first_run_internal_win.cc   if (!PathService::Get(base::DIR_MODULE, &exe_dir))
DIR_MODULE         18 chrome/browser/load_library_perf_test.cc   ASSERT_TRUE(PathService::Get(base::DIR_MODULE, &output_dir));
DIR_MODULE        292 chrome/browser/media/chrome_webrtc_video_quality_browsertest.cc     EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &browser_dir));
DIR_MODULE        268 chrome/browser/media/encrypted_media_browsertest.cc     EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
DIR_MODULE        163 chrome/browser/media/encrypted_media_istypesupported_browsertest.cc     EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
DIR_MODULE        150 chrome/browser/media/webrtc_browsertest_common.cc   if (!PathService::Get(base::DIR_MODULE, &peerconnection_server)) {
DIR_MODULE        131 chrome/browser/ui/metro_pin_tab_helper_win.cc   if (!PathService::Get(base::DIR_MODULE, &default_logo_path))
DIR_MODULE        116 chrome/common/chrome_paths.cc   return PathService::Get(base::DIR_MODULE, result);
DIR_MODULE        127 chrome/common/chrome_paths.cc       return PathService::Get(base::DIR_MODULE, result);
DIR_MODULE        339 chrome/common/chrome_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE        344 chrome/common/chrome_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE        380 chrome/common/chrome_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE        386 chrome/common/chrome_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE        419 chrome/common/chrome_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE        505 chrome/common/chrome_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE        202 chrome/installer/util/google_update_settings.cc   if (!PathService::Get(base::DIR_MODULE, &module_dir)) {
DIR_MODULE         94 chrome/test/base/chrome_test_suite.cc     PathService::Override(base::DIR_MODULE, browser_dir_);
DIR_MODULE        166 chrome/test/base/chrome_unit_test_suite.cc   PathService::Get(base::DIR_MODULE, &resources_pack_path);
DIR_MODULE        105 chrome/test/chromedriver/chrome/chrome_finder.cc   if (PathService::Get(base::DIR_MODULE, &module_dir)) {
DIR_MODULE        315 chrome/test/ppapi/ppapi_test.cc   EXPECT_TRUE(PathService::Get(base::DIR_MODULE, &plugin_dir));
DIR_MODULE         58 components/dom_distiller/content/distiller_page_web_contents_browsertest.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         64 components/dom_distiller/standalone/content_extractor.cc   PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         29 components/nacl/common/nacl_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE         34 components/nacl/common/nacl_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE         74 components/test/run_all_unittests.cc     PathService::Get(base::DIR_MODULE, &resources_pack_path);
DIR_MODULE         73 content/browser/plugin_browsertest.cc     PathService::Get(base::DIR_MODULE, &plugin_dir);
DIR_MODULE         34 content/browser/plugin_data_remover_impl_browsertest.cc     PathService::Get(base::DIR_MODULE, &browser_directory);
DIR_MODULE        146 content/browser/plugin_service_impl_browsertest.cc     PathService::Get(base::DIR_MODULE, &browser_directory);
DIR_MODULE         36 content/common/content_paths.cc       return PathService::Get(base::DIR_MODULE, result);
DIR_MODULE         57 content/common/plugin_list_win.cc   if (!PathService::Get(base::DIR_MODULE, &app_path))
DIR_MODULE        315 content/common/sandbox_win.cc   if (!PathService::Get(base::DIR_MODULE, &app_dir))
DIR_MODULE        276 content/shell/app/shell_main_delegate.cc   PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         82 content/shell/app/webkit_test_platform_support_linux.cc   PathService::Get(base::DIR_MODULE, &base_path);
DIR_MODULE         33 content/shell/app/webkit_test_platform_support_win.cc   PathService::Get(base::DIR_MODULE, &base_path);
DIR_MODULE         57 content/test/content_test_suite.cc   PathService::Get(base::DIR_MODULE, &pak_file);
DIR_MODULE         26 content/test/test_content_client.cc   PathService::Get(base::DIR_MODULE, &content_resources_pack_path);
DIR_MODULE         66 content/test/test_webkit_platform_support.cc   if (PathService::Get(base::DIR_MODULE, &module_path)) {
DIR_MODULE         67 content/test/webkit_support.cc     PathService::Get(base::DIR_MODULE, &pak_file);
DIR_MODULE         57 media/cdm/ppapi/external_clear_key/clear_key_cdm.cc   CHECK(PathService::Get(base::DIR_MODULE, &file_path));
DIR_MODULE         47 media/ffmpeg/ffmpeg_common_unittest.cc   PathService::Get(base::DIR_MODULE, &path);
DIR_MODULE        372 media/ffmpeg/ffmpeg_unittest.cc     PathService::Get(base::DIR_MODULE, &path);
DIR_MODULE        289 mojo/examples/launcher/launcher.cc   PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         59 third_party/libjingle/overrides/init_webrtc.cc   CHECK(PathService::Get(base::DIR_MODULE, &path));
DIR_MODULE         33 ui/app_list/test/run_all_unittests.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         21 ui/base/resource/resource_bundle_auralinux.cc   if (PathService::Get(base::DIR_MODULE, &path))
DIR_MODULE         58 ui/base/resource/resource_bundle_gtk.cc   if (PathService::Get(base::DIR_MODULE, &path))
DIR_MODULE         33 ui/base/resource/resource_bundle_win.cc   if (PathService::Get(base::DIR_MODULE, &path))
DIR_MODULE         27 ui/base/ui_base_paths.cc       if (!PathService::Get(base::DIR_MODULE, &cur))
DIR_MODULE         36 ui/gl/gl_implementation_osmesa.cc   if (!PathService::Get(base::DIR_MODULE, &module_path)) {
DIR_MODULE        126 ui/gl/gl_implementation_win.cc       if (!PathService::Get(base::DIR_MODULE, &module_path)) {
DIR_MODULE        158 ui/gl/gl_implementation_win.cc       if (!PathService::Get(base::DIR_MODULE, &module_path))
DIR_MODULE         25 ui/keyboard/keyboard.cc   PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         28 ui/keyboard/test/run_all_unittests.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         33 ui/message_center/test/run_all_unittests.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         38 ui/views/corewm/desktop_capture_controller_unittest.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         71 ui/views/examples/content_client/examples_main_delegate.cc   PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         61 ui/views/examples/examples_main.cc   PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         26 ui/views/run_all_unittests.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE        158 ui/views/widget/widget_interactive_uitest.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE        661 ui/views/widget/widget_interactive_uitest.cc     PathService::Get(base::DIR_MODULE, &pak_dir);
DIR_MODULE         26 ui/wm/test/run_all_unittests.cc     PathService::Get(base::DIR_MODULE, &pak_dir);