HomeSort by relevance Sort by last modified time
    Searched refs:Save (Results 51 - 75 of 280) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.h 91 // FILE thread to resize and save wallpaper to disk.
248 // Failed to save thumbnail for |file_name|.
255 void Save(const std::string& data, const std::string& file_name);
  /external/chromium_org/chrome/browser/password_manager/
save_password_infobar_delegate.cc 99 // On Android, the save password infobar supports an additional checkbox to
140 form_to_save_->Save();
  /external/chromium_org/chrome/browser/sessions/
base_session_service.h 46 // |path| the path to save files to. If |profile| is non-NULL, |path| is
73 // Whether the next save resets the file before writing to it.
81 // invokes StartSaveTimer to start a timer that invokes Save at a later
85 // Starts the timer that invokes Save (if timer isn't already running).
90 virtual void Save();
175 // Used to invoke Save.
base_session_service.cc 68 // Delay between when a command is received, and when we save it to the
115 base::Bind(&BaseSessionService::Save, weak_factory_.GetWeakPtr()),
120 void BaseSessionService::Save() {
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 152 void Save(const Change& dictionary_change);
spellcheck_custom_dictionary.cc 146 // Save the sanitized words to be added.
165 // Save the sanitized words to be removed.
243 Save(dictionary_change);
255 Save(dictionary_change);
322 Save(to_change_locally);
390 Save(dictionary_change);
458 void SpellcheckCustomDictionary::Save(
  /external/chromium_org/components/dom_distiller/core/
task_tracker_unittest.cc 54 MOCK_METHOD3(Save,
133 base::Bind(&MockSaveCallback::Save, base::Unretained(&save_callback)));
136 // Since there is a pending save request, the task shouldn't be cancelled.
174 base::Bind(&MockSaveCallback::Save, base::Unretained(&save_callback)));
177 EXPECT_CALL(save_callback, Save(_, _, _));
  /external/chromium_org/components/leveldb_proto/
leveldb_database.cc 54 bool LevelDB::Save(
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 83 // a SavePasswordBar when given the green light to save the PasswordForm
128 // Handles save-as-new or update of the form managed by this manager.
132 void Save();
210 // Helper for Save in the case that best_matches.size() == 0, meaning
212 // has opted to 'Save Password'. If |reset_preferred_login| is set,
220 // Helper for Save in the case that best_matches.size() > 0, meaning
  /external/chromium_org/remoting/host/
json_host_config_unittest.cc 75 ASSERT_TRUE(target.Save());
pairing_registry_delegate_linux.cc 108 bool PairingRegistryDelegateLinux::Save(
129 LOG(ERROR) << "Could not save pairing data for " << pairing.client_id();
  /external/chromium_org/ui/app_list/views/
app_list_background.cc 47 canvas->Save();
  /external/chromium_org/chrome/browser/custom_handlers/
protocol_handler_registry.cc 341 Save();
349 Save();
357 Save();
405 Save();
585 Save();
633 Save();
666 Save();
685 Save();
734 void ProtocolHandlerRegistry::Save() {
    [all...]
  /external/chromium_org/extensions/renderer/
safe_builtins.cc 28 // This is a convenient way to save functions that user scripts may clobber.\n"
33 "native function Save();\n"
63 " Save(builtin.name, safe);\n"
66 "// Save only what is needed to make tests that override builtins pass.\n"
91 "Save('JSON', {\n"
151 if (name->Equals(v8::String::NewFromUtf8(isolate, "Save")))
152 return v8::FunctionTemplate::New(isolate, Save);
192 static void Save(const v8::FunctionCallbackInfo<v8::Value>& info) {
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
file_io.cc 127 &FileIoInstance::Save, file_name, file_text));
153 void Save(int32_t /* result */,
201 ShowStatusMessage("Save success");
  /external/chromium_org/tools/android/adb_profile_chrome/
main.py 81 'ring buffer and save its contents when stopping '
134 output_options.add_option('-o', '--output', help='Save trace output to file.')
135 output_options.add_option('--json', help='Save trace as raw JSON instead of '
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player_model.js 27 * Save the values in the model into the storage.
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 24 // The ABI-defined register save slots, relative to the incoming stack
51 // Create a mapping from register number to save slot offset.
92 // save and restore the stack pointer at the same time, via STMG and LMG.
105 // Add GPR64 to the save instruction being built by MIB, which is in basic
143 assert(Offset && "Unexpected GPR save");
151 // Save the range of call-saved registers, for use by the epilogue inserter.
169 // Save GPRs
197 // Save FPRs in the normal TargetInstrInfo way.
334 for (auto &Save : CSI) {
335 unsigned Reg = Save.getReg()
    [all...]
  /external/chromium_org/base/metrics/
field_trial.h 184 FRIEND_TEST_ALL_PREFIXES(FieldTrialTest, Save);
  /external/chromium_org/chrome/common/
badge_util.cc 113 canvas->Save();
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3.h 145 // Save the index to the backup file.
210 void Save(EntryCell* cell);
225 // Called each time the index should save the backup information. The caller
  /external/chromium_org/remoting/protocol/
pairing_registry.h 101 virtual bool Save(const Pairing& pairing) = 0;
113 // TODO(jamiewalch): Plumb the Save callback into the RequestPairing flow
  /external/chromium_org/third_party/libjingle/source/talk/base/
optionsfile.cc 79 bool OptionsFile::Save() {
  /external/chromium_org/third_party/webrtc/base/
optionsfile.cc 62 bool OptionsFile::Save() {
  /external/llvm/lib/Target/R600/
SILowerControlFlow.cpp 33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
338 unsigned Save = MI.getOperand(1).getReg();
347 assert(AMDGPU::SReg_64RegClass.contains(Save));
350 // Save the EXEC mask
351 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_MOV_B64), Save)
368 // Update EXEC, save the original EXEC value to VCC
387 .addReg(Save);
392 // instructions? If so, we should save the m0 register at the beginning

Completed in 1730 milliseconds

1 23 4 5 6 7 8 91011>>