Searched refs:LoadFromFile (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelinePanelDescriptor.js44 section.addAlternateKeys(WebInspector.TimelinePanelDescriptor.ShortcutKeys.LoadFromFile, WebInspector.UIString("Load timeline data"));
59 LoadFromFile: [
H A DTimelinePanel.js343 this.registerShortcuts(WebInspector.TimelinePanelDescriptor.ShortcutKeys.LoadFromFile, this._selectFileToLoad.bind(this));
/external/skia/gm/
H A Dgm_json.py86 def LoadFromFile(file_path): function
H A Ddisplay_json_results.py97 json_dict = gm_json.LoadFromFile(filepath)
/external/skia/tools/
H A Dreformat-json.py43 gm_json.WriteToFile(gm_json.LoadFromFile(filename), filename)
H A Drebaseline.py240 expectations_dict = gm_json.LoadFromFile(expectations_input_filepath)
/external/ceres-solver/examples/
H A Dfields_of_experts.h97 bool LoadFromFile(const std::string& filename);
H A Dfields_of_experts.cc92 bool FieldsOfExperts::LoadFromFile(const std::string& filename) { function in class:ceres::examples::FieldsOfExperts
H A Ddenoising.cc195 if (!foe.LoadFromFile(FLAGS_foe_file)) {
/external/chromium_org/ui/base/resource/
H A Ddata_pack.h39 bool LoadFromFile(base::PlatformFile file);
59 // Does the actual loading of a pack file. Called by Load and LoadFromFile.
H A Ddata_pack_unittest.cc56 TEST(DataPackTest, LoadFromFile) {
73 ASSERT_TRUE(pack.LoadFromFile(file));
H A Ddata_pack.cc87 bool DataPack::LoadFromFile(base::PlatformFile file) { function in class:ui::DataPack
H A Dresource_bundle.cc145 if (!data_pack->LoadFromFile(pak_file)) {
198 if (data_pack->LoadFromFile(file)) {
/external/chromium_org/chrome/browser/chromeos/mobile/
H A Dmobile_activator.h40 bool LoadFromFile(const base::FilePath& config_path);
H A Dmobile_activator.cc95 if (LoadFromFile(config_path))
110 bool CellularConfigDocument::LoadFromFile(const base::FilePath& config_path) { function in class:chromeos::CellularConfigDocument
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dprinter.h185 bool LoadFromFile();
H A Dprinter.cc148 if (!LoadFromFile())
633 bool Printer::LoadFromFile() { function in class:Printer
/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc123 bool LoadFromFile(const FilePath& config_path);
346 bool CellularConfigDocument::LoadFromFile(const FilePath& config_path) { function in class:CellularConfigDocument
1303 bool config_loaded = config->LoadFromFile(config_path);
/external/skia/tools/skpdiff/
H A Dskpdiff_server.py373 expectations = gm_json.LoadFromFile(json_path)

Completed in 313 milliseconds