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.cc58 void KioskAppLaunchError::Save(KioskAppLaunchError::Error error) { function in class:chromeos::KioskAppLaunchError
/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.cc207 bool PairingRegistryDelegateWin::Save(const PairingRegistry::Pairing& pairing) { function in class:remoting::PairingRegistryDelegateWin
/external/chromium_org/components/leveldb_proto/
H A Dleveldb_database.cc55 bool LevelDB::Save(const base::StringPairs& entries_to_save, function in class:leveldb_proto::LevelDB
/external/chromium_org/chromecast/common/
H A Dchromecast_config.cc102 void ChromecastConfig::Save() const { function in class:chromecast::ChromecastConfig
/external/chromium_org/third_party/webrtc/base/
H A Doptionsfile.cc62 bool OptionsFile::Save() { function in class:rtc::OptionsFile
/external/lldb/source/Host/common/
H A DTerminal.cpp133 // Save the current state of the TTY for the file descriptor "fd"
138 TerminalState::Save (int fd, bool save_process_group) function in class:TerminalState
168 // previous call to Save().
186 // Save the original signal handler.
293 // Save the state at index "idx" for file descriptor "fd" and
299 TerminalStateSwitcher::Save (uint32_t idx, int fd, bool save_process_group) function in class:TerminalStateSwitcher
303 return m_ttystates[idx].Save(fd, save_process_group);
/external/chromium_org/extensions/renderer/
H A Dsafe_builtins.cc33 "native function Save();\n"
63 " Save(builtin.name, safe);\n"
66 "// Save only what is needed by the extension modules.\n"
94 "Save('JSON', {\n"
154 if (name->Equals(v8::String::NewFromUtf8(isolate, "Save")))
155 return v8::FunctionTemplate::New(isolate, Save);
195 static void Save(const v8::FunctionCallbackInfo<v8::Value>& info) { function in class:extensions::__anon8282::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/opencv/otherlibs/highgui/
H A Dimage.cpp194 bool CvvImage::Save( const char* filename ) function in class:CvvImage
/external/chromium_org/chrome/browser/sessions/
H A Dbase_session_service.cc115 base::Bind(&BaseSessionService::Save, weak_factory_.GetWeakPtr()),
120 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 success");
/external/chromium_org/net/tools/flip_server/
H A Dspdy_interface_test.cc35 void Save() { string = std::string(data, size); } function in struct:net::__anon9758::StringSaver
243 InvokeWithoutArgs(&saver, &StringSaver::Save),
278 InvokeWithoutArgs(&saver, &StringSaver::Save),
/external/chromium_org/remoting/protocol/
H A Dprotocol_mock_objects.cc84 bool MockPairingRegistryDelegate::Save( function in class:remoting::protocol::MockPairingRegistryDelegate
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DBaseContext.cpp52 void BaseContext::Save(const v8::FunctionCallbackInfo<Value>& args) { function in class:BaseContext
282 ADD_METHOD("save", Save);
/external/chromium_org/v8/tools/
H A Dpresubmit.py154 def Save(self): member in class:FileContentsCache
283 good_files_cache.Save()
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachException.cpp211 // Save the EXC_XXXX exception type
496 MachException::PortInfo::Save (task_t task) function in class:MachException::PortInfo
498 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Save ( task = 0x%4.4x )", task);
/external/llvm/lib/Target/R600/
H A DSILowerControlFlow.cpp33 /// %SGPR0 = S_AND_SAVEEXEC_B64 %VCC // Save and update the exec mask
338 unsigned Save = MI.getOperand(1).getReg(); local
347 assert(AMDGPU::SReg_64RegClass.contains(Save));
350 // Save the EXEC mask
351 BuildMI(MBB, &MI, DL, TII->get(AMDGPU::S_MOV_B64), Save)
387 .addReg(Save);
/external/skia/experimental/SkV8Example/
H A DBaseContext.cpp52 void BaseContext::Save(const v8::FunctionCallbackInfo<Value>& args) { function in class:BaseContext
282 ADD_METHOD("save", Save);
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc220 void DevToolsFileHelper::Save(const std::string& url, function in class:DevToolsFileHelper
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_form_manager.cc194 // Save the pending_credentials_ entry marked as blacklisted.
346 void PasswordFormManager::Save() { function in class:password_manager::PasswordFormManager
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.cpp74 DRAW(Save, save());
119 // have intrinsic bounds. What is the bounds of a Save or a Translate?
123 // the bounds of a Save, a Translate, a Restore, etc. are the union of the
125 // Save/Restore block, the bounds of the Save, the Restore, and any other
129 // To implement this, we keep a stack of active Save blocks. As we consume ops
130 // inside the Save/Restore block, drawing ops are unioned with the bounds of
147 // sure all ops in those Save blocks have their bounds calculated.
152 // Any control ops not part of any Save/Restore block draw everywhere.
178 int controlOps; // Number of control ops in this Save bloc
227 trackBounds(const Save&) argument
[all...]

Completed in 6520 milliseconds

123