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

1 2

  /external/pdfium/core/include/fxge/
fx_ge_win32.h 37 static CFX_DIBitmap* LoadFromFile(FX_LPCWSTR filename);
39 static CFX_DIBitmap* LoadFromFile(FX_LPCSTR filename)
41 return LoadFromFile(CFX_WideString::FromLocal(filename));
  /external/ceres-solver/examples/
fields_of_experts.h 97 bool LoadFromFile(const std::string& filename);
fields_of_experts.cc 92 bool FieldsOfExperts::LoadFromFile(const std::string& filename) {
denoising.cc 195 if (!foe.LoadFromFile(FLAGS_foe_file)) {
  /external/chromium_org/cloud_print/gcp20/prototype/
printer_state.h 70 bool LoadFromFile(const base::FilePath& path, PrinterState* state);
printer_state.cc 81 bool LoadFromFile(const base::FilePath& path, PrinterState* state) {
printer.h 176 bool LoadFromFile();
printer.cc 166 LoadFromFile();
773 bool Printer::LoadFromFile() {
785 if (printer_state::LoadFromFile(file_path, &state_)) {
  /external/chromium_org/ui/base/resource/
data_pack.h 39 bool LoadFromFile(base::File file);
63 // Does the actual loading of a pack file. Called by Load and LoadFromFile.
data_pack_unittest.cc 60 TEST(DataPackTest, LoadFromFile) {
74 ASSERT_TRUE(pack.LoadFromFile(file.Pass()));
203 ASSERT_TRUE(pack.LoadFromFile(file.Pass()));
data_pack.cc 87 bool DataPack::LoadFromFile(base::File file) {
  /external/chromium_org/third_party/skia/gm/
gm_json.py 175 def LoadFromFile(file_path):
display_json_results.py 97 json_dict = gm_json.LoadFromFile(filepath)
  /external/skia/gm/
gm_json.py 175 def LoadFromFile(file_path):
display_json_results.py 97 json_dict = gm_json.LoadFromFile(filepath)
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
results.py 210 meta_dict[builder] = gm_json.LoadFromFile(full_path)
236 meta_dict[rel_path] = gm_json.LoadFromFile(abs_path)
  /external/skia/gm/rebaseline_server/
results.py 210 meta_dict[builder] = gm_json.LoadFromFile(full_path)
236 meta_dict[rel_path] = gm_json.LoadFromFile(abs_path)
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 48 bool LoadFromFile(const base::FilePath& config_path);
mobile_activator.cc 104 if (LoadFromFile(config_path))
119 bool CellularConfigDocument::LoadFromFile(const base::FilePath& config_path) {
    [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_server.py 380 expectations = gm_json.LoadFromFile(json_path)
  /external/pdfium/core/src/fxge/win32/
fx_win32_dib.cpp 122 CFX_DIBitmap* CFX_WindowsDIB::LoadFromFile(FX_LPCWSTR filename)
  /external/skia/tools/skpdiff/
skpdiff_server.py 380 expectations = gm_json.LoadFromFile(json_path)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
ShortcutsScreen.js 277 section.addAlternateKeys(WebInspector.ShortcutsScreen.TimelinePanelShortcuts.LoadFromFile, WebInspector.UIString("Load timeline data"));
477 LoadFromFile: [
  /external/pdfium/core/include/fxcrt/
fx_string.h 332 static CFX_ByteString LoadFromFile(FX_BSTR file_path);
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 933 CFX_ByteString CFX_ByteString::LoadFromFile(FX_BSTR filename)
    [all...]

Completed in 872 milliseconds

1 2