Searched refs:GetPath (Results 251 - 275 of 303) sorted by relevance

<<111213

/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_new.cpp753 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0);
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h441 CFX_WideString GetPath() ;
/external/pdfium/fpdfsdk/src/javascript/
H A DDocument.cpp1330 // CFile file(m_pDocument->GetPath(), CFile::modeRead | CFile::typeBinary | CFile::shareDenyNone);
1334 if ( m_pDocument->GetPath().IsEmpty() == FALSE)
1336 CFX_ByteString bsStr = CFX_ByteString::FromUnicode( m_pDocument->GetPath() );
1409 CFX_WideString wsFilePath = m_pDocument->GetPath();
1472 vp << app::SysPathToPDFPath(m_pDocument->GetPath());
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_io_data.cc354 params->path = profile->GetPath();
411 profile->GetPath()));
H A Dprofile_shortcut_manager_win.cc866 CreateOrUpdateProfileIcon(profile->GetPath());
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service_unittest.cc60 path_ = profile->GetPath();
429 service()->profile()->GetPath());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARFDebugMap.cpp485 oso_file.GetPath().c_str(),
1491 cu_info->oso_sp->module_sp->GetFileSpec().GetPath().c_str());
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2388 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bIncludeOrExclude);
2400 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath(),(CFX_PtrArray&)fields, bIncludeOrExclude);
2422 CFX_WideString wsPDFFilePath = m_pDocument->GetPath();
2460 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath());
2475 CFDF_Document* pFDF = m_pInterForm->ExportToFDF(m_pDocument->GetPath());
/external/chromium_org/chrome/browser/browsing_data/
H A Dbrowsing_data_remover_unittest.cc139 virtual base::FilePath GetPath() OVERRIDE { return base::FilePath(); }
550 profile_->GetPath().AppendASCII("Local Storage");
H A Dbrowsing_data_remover.cc412 WebRtcLogList::GetWebRtcLogDirectoryForProfile(profile_->GetPath()),
/external/lldb/include/lldb/Target/
H A DProcess.h178 if (exe_file.GetPath(filename, sizeof(filename)))
503 GetPath () const function in class:lldb_private::ProcessLaunchInfo::FileAction
/external/lldb/source/Core/
H A DDebugger.cpp498 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
511 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
H A DPluginManager.cpp176 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
189 if (dir_spec.Exists() && dir_spec.GetPath(dir_path, sizeof(dir_path)))
/external/pdfium/core/src/fpdfapi/fpdf_render/
H A Dfpdf_render.cpp666 const CFX_PathData* pPathData = ClipPath.GetPath(i);
723 const CFX_PathData* pPathData = ClipPath.GetPath(i);
/external/chromium_org/chrome/browser/
H A Dchrome_browser_main.cc1342 profile_->GetPath()));
H A Dpepper_flash_settings_manager.cc217 browser_context_path_(browser_context->GetPath()),
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dvolume_manager.cc756 profile_->GetPath().IsParent(volume_info.source_path);
/external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
H A Dbookmark_manager_private_api.cc146 const base::FilePath& profile_path = profile->GetPath();
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry.cc820 profile->GetPath(),
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc880 size_t index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl.cc88 profile_->GetPath().Append(sync_folder),
H A Dsync_backend_host_impl_unittest.cc732 profile_->GetPath().Append(base::FilePath(kTestSyncDir));
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_syncable_service.cc781 flare_ = sync_start_util::GetFlareForSyncableService(profile_->GetPath());
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.cc320 base::UTF8ToWide(panel->app_name()), panel->profile()->GetPath()),
/external/chromium_org/chrome/browser/ui/webui/signin/
H A Duser_manager_screen_handler.cc638 web_ui()->GetWebContents()->GetBrowserContext()->GetPath();

Completed in 669 milliseconds

<<111213