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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelinePanelDescriptor.js 44 section.addAlternateKeys(WebInspector.TimelinePanelDescriptor.ShortcutKeys.LoadFromFile, WebInspector.UIString("Load timeline data"));
59 LoadFromFile: [
TimelinePanel.js 342 this.registerShortcuts(WebInspector.TimelinePanelDescriptor.ShortcutKeys.LoadFromFile, this._selectFileToLoad.bind(this));
389 this._model.loadFromFile(file, progressIndicator);
    [all...]
  /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 164 LoadFromFile();
771 bool Printer::LoadFromFile() {
783 if (printer_state::LoadFromFile(file_path, &state_)) {
  /external/chromium_org/ui/base/resource/
data_pack.h 39 bool LoadFromFile(base::PlatformFile file);
59 // Does the actual loading of a pack file. Called by Load and LoadFromFile.
data_pack_unittest.cc 56 TEST(DataPackTest, LoadFromFile) {
73 ASSERT_TRUE(pack.LoadFromFile(file));
data_pack.cc 87 bool DataPack::LoadFromFile(base::PlatformFile file) {
resource_bundle.cc 172 if (!data_pack->LoadFromFile(pak_file)) {
226 if (data_pack->LoadFromFile(file)) {
  /external/skia/gm/
gm_json.py 119 def LoadFromFile(file_path):
display_json_results.py 97 json_dict = gm_json.LoadFromFile(filepath)
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 49 bool LoadFromFile(const base::FilePath& config_path);
mobile_activator.cc 105 if (LoadFromFile(config_path))
120 bool CellularConfigDocument::LoadFromFile(const base::FilePath& config_path) {
    [all...]
  /external/skia/gm/rebaseline_server/
results.py 203 meta_dict[builder] = gm_json.LoadFromFile(fullpath)
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 123 bool LoadFromFile(const FilePath& config_path);
346 bool CellularConfigDocument::LoadFromFile(const FilePath& config_path) {
    [all...]
  /external/skia/tools/
rebaseline.py 295 expectations_dict = gm_json.LoadFromFile(expectations_input_filepath)
  /external/skia/tools/skpdiff/
skpdiff_server.py 380 expectations = gm_json.LoadFromFile(json_path)

Completed in 313 milliseconds