Searched defs:Save (Results 1 - 25 of 54) sorted by relevance

123

/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_launch_error.cc51 void KioskAppLaunchError::Save(KioskAppLaunchError::Error error) { function in class:chromeos::KioskAppLaunchError
/external/chromium/chrome/browser/
H A Dtransport_security_persister.cc74 &TransportSecurityPersister::Save);
78 void TransportSecurityPersister::Save() { function in class:TransportSecurityPersister
/external/chromium_org/chrome_frame/
H A Dchrome_frame_activex.h72 STDMETHOD(Save)(IPropertyBag* bag, BOOL clear_dirty, BOOL save_all) { function in class:ChromeFrameActivex
/external/chromium_org/content/public/common/
H A Dfile_chooser_params.h33 Save, enumerator in enum:content::FileChooserParams::Mode
39 // which will be either "Open" or "Save" depending on the mode.
/external/chromium_org/remoting/host/
H A Djson_host_config.cc37 bool JsonHostConfig::Save() { function in class:remoting::JsonHostConfig
H A Din_memory_host_config.cc30 bool InMemoryHostConfig::Save() { function in class:remoting::InMemoryHostConfig
H A Dpairing_registry_delegate_linux.cc108 bool PairingRegistryDelegateLinux::Save( function in class:remoting::PairingRegistryDelegateLinux
H A Dpairing_registry_delegate_win.cc194 bool PairingRegistryDelegateWin::Save(const PairingRegistry::Pairing& pairing) { function in class:remoting::PairingRegistryDelegateWin
/external/chromium_org/chrome/test/pyautolib/chromeos/
H A Dfile_browser.py58 def Save(self, name): member in class:FileBrowser
59 """Save the entry using the given name.
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Doptionsfile.cc79 bool OptionsFile::Save() { function in class:talk_base::OptionsFile
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc59 void ProtocolHandlerRegistry::Save() { function in class:ProtocolHandlerRegistry
122 Save();
/external/chromium_org/chrome/renderer/extensions/
H A Dsafe_builtins.cc33 "native function Save();\n"
63 " Save(builtin.name, safe);\n"
66 "// Save only what is needed to make tests that override builtins pass.\n"
89 "Save('JSON', {\n"
147 if (name->Equals(v8::String::New("Save")))
148 return v8::FunctionTemplate::New(Save);
187 static void Save(const v8::FunctionCallbackInfo<v8::Value>& info) { function in class:extensions::__anon6903::ExtensionImpl
/external/chromium_org/media/tools/layout_tests/
H A Dlayouttest_analyzer_helpers.py286 def Save(self, file_path): member in class:AnalyzerResultMap
287 """Save the object to |file_path| using pickle library.
/external/chromium_org/net/disk_cache/flash/
H A Dlog_store_entry.cc57 closed_ = deleted_ ? true : Save();
142 bool LogStoreEntry::Save() { function in class:disk_cache::LogStoreEntry
/external/opencv/otherlibs/highgui/
H A Dimage.cpp194 bool CvvImage::Save( const char* filename ) function in class:CvvImage
/external/chromium/chrome/browser/password_manager/
H A Dpassword_form_manager.cc135 // Save the pending_credentials_ entry marked as blacklisted.
188 void PasswordFormManager::Save() { function in class:PasswordFormManager
/external/chromium/chrome/browser/sessions/
H A Dbase_session_service.cc108 save_factory_.NewRunnableMethod(&BaseSessionService::Save),
113 void BaseSessionService::Save() { function in class:BaseSessionService
/external/chromium_org/chrome/browser/password_manager/
H A Dpassword_form_manager.cc147 // Save the pending_credentials_ entry marked as blacklisted.
236 void PasswordFormManager::Save() { function in class:PasswordFormManager
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc114 base::Bind(&BaseSessionService::Save, weak_factory_.GetWeakPtr()),
119 void BaseSessionService::Save() { function in class:BaseSessionService
/external/chromium_org/native_client_sdk/src/examples/api/file_io/
H A Dfile_io.cc127 &FileIoInstance::Save, file_name, file_text));
153 void Save(int32_t /* result */, function in class:FileIoInstance
201 ShowStatusMessage("Save successful");
/external/chromium_org/remoting/protocol/
H A Dprotocol_mock_objects.cc84 bool MockPairingRegistryDelegate::Save( function in class:remoting::protocol::MockPairingRegistryDelegate
/external/chromium_org/v8/tools/
H A Dpresubmit.py154 def Save(self): member in class:FileContentsCache
273 good_files_cache.Save()
/external/libppp/src/
H A Dhdlc.h88 struct lqrsavedata Save; /* Our last LQR */ member in struct:hdlc::__anon20425::__anon20426
/external/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
317 unsigned Save = MI.getOperand(1).getReg(); local
328 assert(AMDGPU::SReg_64RegClass.contains(Save));
331 // Save the EXEC mask
332 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_MOV_B64), Save)
367 .addReg(Save);
/external/v8/tools/
H A Dpresubmit.py151 def Save(self): member in class:FileContentsCache
257 good_files_cache.Save()

Completed in 1121 milliseconds

123