IsAbsolute         72 apps/launcher.cc   if (file_path->IsAbsolute())
IsAbsolute         80 apps/launcher.cc   if (!current_directory.IsAbsolute())
IsAbsolute        131 apps/launcher.cc     DCHECK(file_path_.IsAbsolute());
IsAbsolute       1625 base/file_util_unittest.cc     EXPECT_TRUE(path.IsAbsolute()) << "$TMP=" << kTmpValues[i] <<
IsAbsolute       1709 base/file_util_unittest.cc   ASSERT_TRUE(home.IsAbsolute());
IsAbsolute        311 base/files/file_path.h   bool IsAbsolute() const;
IsAbsolute        393 base/files/file_path_unittest.cc TEST_F(FilePathTest, IsAbsolute) {
IsAbsolute        455 base/files/file_path_unittest.cc     bool observed = input.IsAbsolute();
IsAbsolute         35 base/files/file_path_watcher.cc   DCHECK(path.IsAbsolute());
IsAbsolute        452 base/files/file_path_watcher_linux.cc           if (!link.IsAbsolute())
IsAbsolute         76 chrome/browser/diagnostics/sqlite_diagnostics.cc     if (!db_path_.IsAbsolute())
IsAbsolute        160 chrome/browser/download/download_path_reservation_tracker.cc   DCHECK(suggested_path.IsAbsolute());
IsAbsolute        207 chrome/browser/download/download_target_determiner.cc   DCHECK(virtual_path_.IsAbsolute());
IsAbsolute        103 chrome/browser/extensions/api/file_system/file_system_api.cc   DCHECK(source_path.IsAbsolute());
IsAbsolute        827 chrome/browser/extensions/api/file_system/file_system_api.cc     if (suggested_name->IsAbsolute())
IsAbsolute        164 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc   EXPECT_FALSE(suggested_name.IsAbsolute());
IsAbsolute        172 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc   EXPECT_FALSE(suggested_name.IsAbsolute());
IsAbsolute        182 chrome/browser/extensions/api/file_system/file_system_api_unittest.cc   EXPECT_FALSE(suggested_name.IsAbsolute());
IsAbsolute        162 chrome/browser/extensions/api/messaging/native_process_launcher.cc   if (!host_path.IsAbsolute()) {
IsAbsolute         81 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc   if (!manifest_path.IsAbsolute()) {
IsAbsolute        102 chrome/browser/extensions/api/messaging/native_process_launcher_win.cc   if (!command_line.GetProgram().IsAbsolute()) {
IsAbsolute        124 chrome/browser/extensions/api/storage/sync_storage_backend.cc     DCHECK(!extension_dir.IsAbsolute());
IsAbsolute        104 chrome/browser/extensions/component_loader.cc   if (!root_directory.IsAbsolute()) {
IsAbsolute        383 chrome/browser/extensions/extension_service_unittest.cc     EXPECT_TRUE(path.IsAbsolute());
IsAbsolute       4930 chrome/browser/extensions/extension_service_unittest.cc   ASSERT_TRUE(base_path.IsAbsolute());
IsAbsolute        243 chrome/browser/extensions/external_provider_impl.cc       if (!path.IsAbsolute()) {
IsAbsolute        128 chrome/browser/extensions/external_registry_loader_win.cc     if (!extension_path.IsAbsolute()) {
IsAbsolute        675 chrome/browser/extensions/sandboxed_unpacker.cc     if (path.IsAbsolute() || path.ReferencesParent()) {
IsAbsolute        716 chrome/browser/extensions/sandboxed_unpacker.cc     if (path_suffix.IsAbsolute() || path_suffix.ReferencesParent()) {
IsAbsolute        787 chrome/browser/extensions/sandboxed_unpacker.cc     if (relative_path.IsAbsolute() || relative_path.ReferencesParent()) {
IsAbsolute        391 chrome/browser/file_select_helper.cc   base::FilePath default_file_name = params.default_file_name.IsAbsolute() ?
IsAbsolute        675 chrome/browser/media_galleries/media_file_system_registry.cc     CHECK(path.IsAbsolute());
IsAbsolute        152 chrome/browser/media_galleries/media_file_system_registry_unittest.cc   DCHECK(path.IsAbsolute());
IsAbsolute         62 chrome/browser/media_galleries/media_folder_finder.cc   return !path.empty() && path.IsAbsolute();
IsAbsolute        332 chrome/browser/media_galleries/media_galleries_preferences.cc   DCHECK(!path.IsAbsolute());
IsAbsolute        168 chrome/browser/profiles/profile_io_data.cc   if (p.IsAbsolute())
IsAbsolute        955 chrome/browser/sync_file_system/drive_backend/metadata_database.cc   if (full_path.IsAbsolute() ||
IsAbsolute         80 chrome/browser/sync_file_system/syncable_file_system_util.cc   if (fileapi::VirtualPath::IsAbsolute(path.value()))
IsAbsolute        353 chrome/browser/ui/views/select_file_dialog_extension.cc   base::FilePath selection_path = default_path.IsAbsolute() ?
IsAbsolute         45 chrome/common/extensions/api/storage/storage_schema_manifest_handler.cc   if (file.IsAbsolute() || file.ReferencesParent()) {
IsAbsolute        927 chrome/installer/setup/setup_main.cc   if (!chrome_exe.IsAbsolute())
IsAbsolute         49 chrome/installer/util/self_cleaning_temp_dir.cc   DCHECK(parent_dir.IsAbsolute());
IsAbsolute         96 chrome/renderer/extensions/file_system_natives.cc   DCHECK(fileapi::VirtualPath::IsAbsolute(file_path.value()));
IsAbsolute        303 chrome/test/base/ui_test_utils.cc   if (!exe_dir.IsAbsolute())
IsAbsolute        305 chrome/test/base/ui_test_utils.cc   if (!src_dir.IsAbsolute())
IsAbsolute        307 chrome/test/base/ui_test_utils.cc   if (!exe_dir.IsAbsolute())
IsAbsolute        309 chrome/test/base/ui_test_utils.cc   if (!src_dir.IsAbsolute())
IsAbsolute         68 chrome/test/base/v8_unit_test.cc     if (!user_libraries_iterator->IsAbsolute()) {
IsAbsolute        472 chrome/test/base/web_ui_browsertest.cc     if (user_libraries_iterator->IsAbsolute()) {
IsAbsolute        386 chrome/test/chromedriver/chrome/web_view_impl.cc     if (!files[i].IsAbsolute()) {
IsAbsolute        544 chrome/utility/chrome_content_utility_client.cc     if (iter->IsAbsolute() || iter->ReferencesParent()) {
IsAbsolute        262 chrome/utility/extensions/unpacker.cc   if (path.IsAbsolute() || PathContainsParentDirectory(path)) {
IsAbsolute        119 components/storage_monitor/media_storage_util.cc   return !path.empty() && path.IsAbsolute() && !path.ReferencesParent();
IsAbsolute        144 components/storage_monitor/media_storage_util.cc   if (!path.IsAbsolute())
IsAbsolute        149 components/storage_monitor/media_transfer_protocol_device_observer_linux.cc   if (!path.IsAbsolute())
IsAbsolute        208 components/storage_monitor/storage_monitor_chromeos.cc   if (!path.IsAbsolute())
IsAbsolute        287 components/storage_monitor/storage_monitor_linux.cc   if (!path.IsAbsolute())
IsAbsolute         84 components/storage_monitor/test_storage_monitor.cc   if (!path.IsAbsolute())
IsAbsolute        194 content/browser/child_process_security_policy_impl.cc     if (!permissions || file.empty() || !file.IsAbsolute())
IsAbsolute        236 content/browser/plugin_service_impl.cc     if (!plugin_dirs[i].IsAbsolute())
IsAbsolute        288 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc       if (pepper_path.path().IsAbsolute() &&
IsAbsolute        297 content/browser/renderer_host/pepper/pepper_flash_file_message_filter.cc           !pepper_path.path().IsAbsolute() &&
IsAbsolute        176 content/browser/storage_partition_impl_map.cc   CHECK(current_dir.IsAbsolute());
IsAbsolute        290 content/browser/storage_partition_impl_map.cc   CHECK(storage_root.IsAbsolute());
IsAbsolute        301 content/shell/renderer/webkit_test_runner.cc   if (!path.IsAbsolute()) {
IsAbsolute        418 extensions/browser/extension_prefs.cc     if (path.IsAbsolute())
IsAbsolute       1321 extensions/browser/extension_prefs.cc            !base::FilePath(path).IsAbsolute());
IsAbsolute        516 extensions/common/extension.cc   DCHECK(path.empty() || path.IsAbsolute());
IsAbsolute         34 extensions/common/file_util.cc   if (path.IsAbsolute())
IsAbsolute         49 extensions/common/file_util_unittest.cc     EXPECT_FALSE(actual_path.IsAbsolute()) <<
IsAbsolute         24 media/base/media_win.cc   if (!module_dir.IsAbsolute())
IsAbsolute        411 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs.cc          (path.IsAbsolute() ? path.Range(1, path.Size()) : path.Join());
IsAbsolute         49 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc   if (!path.IsAbsolute())
IsAbsolute        140 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc   if (!path.IsAbsolute())
IsAbsolute        259 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc     if (!path.IsAbsolute())
IsAbsolute         29 native_client_sdk/src/libraries/nacl_io/path.h   bool IsAbsolute() const;
IsAbsolute         21 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(p1.IsAbsolute());
IsAbsolute         24 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_TRUE(p2.IsAbsolute());
IsAbsolute         37 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(empty.IsAbsolute());
IsAbsolute         41 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(dot.IsAbsolute());
IsAbsolute         45 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_TRUE(root.IsAbsolute());
IsAbsolute         49 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_TRUE(abs_str.IsAbsolute());
IsAbsolute         53 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(rel_str.IsAbsolute());
IsAbsolute         57 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(self_str.IsAbsolute());
IsAbsolute         68 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(empty.IsAbsolute());
IsAbsolute         72 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(dot.IsAbsolute());
IsAbsolute         76 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_TRUE(root.IsAbsolute());
IsAbsolute         80 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_TRUE(abs_str.IsAbsolute());
IsAbsolute         84 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(rel_str.IsAbsolute());
IsAbsolute         88 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(self_str.IsAbsolute());
IsAbsolute         94 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(cpy_str.IsAbsolute());
IsAbsolute         99 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(cpy_str.IsAbsolute());
IsAbsolute        104 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_TRUE(cpy_str.IsAbsolute());
IsAbsolute        109 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_TRUE(cpy_str.IsAbsolute());
IsAbsolute        114 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(cpy_str.IsAbsolute());
IsAbsolute        119 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(cpy_str.IsAbsolute());
IsAbsolute        153 native_client_sdk/src/tests/nacl_io_test/path_test.cc   EXPECT_FALSE(p3.IsAbsolute());
IsAbsolute       1001 net/base/net_util.cc   if (!path.IsAbsolute()) {
IsAbsolute       1222 net/base/net_util.cc   if (path.empty() || path.IsAbsolute() || path.EndsWithSeparator())
IsAbsolute        300 net/test/spawned_test_server/base_test_server.cc   if (!certificates_dir_.IsAbsolute()) {
IsAbsolute        351 net/test/spawned_test_server/base_test_server.cc       if (certificate_path.IsAbsolute() &&
IsAbsolute        368 net/test/spawned_test_server/base_test_server.cc       if (it->IsAbsolute() && !base::PathExists(*it)) {
IsAbsolute        149 net/test/spawned_test_server/local_test_server.cc   if (document_root.IsAbsolute())
IsAbsolute        164 net/test/spawned_test_server/remote_test_server.cc   if (document_root.IsAbsolute())
IsAbsolute         43 net/url_request/file_protocol_handler.cc       file_path.IsAbsolute()) {
IsAbsolute        366 sync/internal_api/sync_manager_impl.cc   DCHECK(absolute_db_path.IsAbsolute());
IsAbsolute        877 third_party/libusb/src/libusb/os/windows_usb.h   BOOLEAN  IsAbsolute;
IsAbsolute         50 third_party/zlib/google/zip_reader.cc   if (file_path_.IsAbsolute() || StartsWithASCII(file_name_in_zip, "/", false))
IsAbsolute        256 ui/base/resource/resource_bundle.cc   if (locale_file_path.empty() || !locale_file_path.IsAbsolute())
IsAbsolute        619 ui/base/resource/resource_bundle.cc   if (pack_path.empty() || !pack_path.IsAbsolute())
IsAbsolute        323 webkit/browser/fileapi/external_mount_points.cc   if (path.ReferencesParent() || !path.IsAbsolute())
IsAbsolute         66 webkit/browser/fileapi/file_system_url_unittest.cc   EXPECT_FALSE(url.path().IsAbsolute());
IsAbsolute         61 webkit/browser/fileapi/isolated_context.cc   if (path.ReferencesParent() || !path.IsAbsolute())
IsAbsolute         90 webkit/browser/fileapi/isolated_context.cc   if (path.ReferencesParent() || !path.IsAbsolute())
IsAbsolute        224 webkit/browser/fileapi/isolated_context.cc   if (path.ReferencesParent() || !path.IsAbsolute())
IsAbsolute        388 webkit/browser/fileapi/sandbox_directory_database.cc   if (data_path.ReferencesParent() || data_path.IsAbsolute())
IsAbsolute        134 webkit/common/fileapi/file_system_util.cc   return (IsAbsolute(normalized_path)) ?
IsAbsolute         63 webkit/common/fileapi/file_system_util.h   static bool IsAbsolute(const base::FilePath::StringType& path);
IsAbsolute        134 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_TRUE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("/")));
IsAbsolute        135 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_TRUE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("/foo/bar")));
IsAbsolute        136 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_FALSE(VirtualPath::IsAbsolute(base::FilePath::StringType()));
IsAbsolute        137 webkit/common/fileapi/file_system_util_unittest.cc   EXPECT_FALSE(VirtualPath::IsAbsolute(FILE_PATH_LITERAL("foo/bar")));