HomeSort by relevance Sort by last modified time
    Searched refs:Save (Results 26 - 50 of 221) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_launch_error.cc 58 void KioskAppLaunchError::Save(KioskAppLaunchError::Error error) {
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
av_scanning_file_validator.cc 45 // A failure in the Save() call below could result in the downloaded file
47 HRESULT scan_result = attachment_services->Save();
  /external/chromium_org/components/cloud_devices/common/
description_items_inl.h 68 Traits::Save(options_[i], option_value);
132 Traits::Save(options_[i], option_value);
212 Traits::Save(value(), description->CreateItem(Traits::GetCapabilityPath()));
248 Traits::Save(value(), description->CreateItem(Traits::GetTicketItemPath()));
printer_description.cc 545 static void Save(ContentType option, base::DictionaryValue* dict) {
571 static void Save(const PwgRasterConfig& option, base::DictionaryValue* dict) {
599 static void Save(const Color& option, base::DictionaryValue* dict) {
617 static void Save(DuplexType option, base::DictionaryValue* dict) {
631 static void Save(OrientationType option, base::DictionaryValue* dict) {
644 static void Save(int32 option, base::DictionaryValue* dict) {
664 static void Save(const Margins& option, base::DictionaryValue* dict) {
685 static void Save(const Dpi& option, base::DictionaryValue* dict) {
700 static void Save(FitToPageType option, base::DictionaryValue* dict) {
732 static void Save(const PageRange& option, base::DictionaryValue* dict)
    [all...]
  /external/chromium_org/content/browser/
safe_util_win.cc 88 // A failure in the Save() call below could result in the downloaded file
90 return attachment_services->Save();
  /external/chromium_org/remoting/host/
in_memory_host_config.cc 30 bool InMemoryHostConfig::Save() {
json_host_config.cc 37 bool JsonHostConfig::Save() {
  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.h 66 DECLARE_MEMBER_INFO(Save);
  /external/libpcap/msdos/
ndis_0.asm 70 PUSHREGS ;; Save the registers
78 mov bx,ss ;; Save off the old stack in other regs
82 push bx ;; Save the old one on to the new stack
104 mov bx,ss ;; Save off the current allocated stack.
108 push ax ;; Save the return code
  /external/chromium_org/ash/system/tray/
tray_popup_label_button_border.cc 89 canvas->Save();
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.h 58 void Save(const std::string& url,
65 // The |url| can be associated with a file via calling Save method.
66 // If the Save method has not been called for this |url|, then
  /external/chromium_org/remoting/protocol/
protocol_mock_objects.cc 84 bool MockPairingRegistryDelegate::Save(
  /external/chromium_org/third_party/skia/experimental/SkV8Example/
BaseContext.h 78 static void Save(const v8::FunctionCallbackInfo<Value>& args);
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 56 void print(const SkRecords::Save& command, double time) {
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.h 45 kern_return_t Save(task_t task);
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers_unittest.py 47 analyzerResultMapBase.Save(file_path)
56 analyzerResultMapBase.Save(file_path)
71 analyzerResultMapBase.Save(file_path)
  /external/chromium_org/components/leveldb_proto/
proto_database_impl_unittest.cc 34 MOCK_METHOD2(Save, bool(const KeyValueVector&, const KeyVector&));
39 ON_CALL(*this, Save(_, _)).WillByDefault(Return(true));
210 // Test that ProtoDatabaseImpl calls Save on the underlying database with the
211 // correct entries to save and that the caller's SaveCallback is called with the
233 EXPECT_CALL(*mock_db, Save(_, _)).WillOnce(VerifyUpdateEntries(model));
257 EXPECT_CALL(*mock_db, Save(_, _)).WillOnce(Return(false));
266 // Test that ProtoDatabaseImpl calls Save on the underlying database with the
290 EXPECT_CALL(*mock_db, Save(_, keys_copy)).WillOnce(Return(true));
314 EXPECT_CALL(*mock_db, Save(_, _)).WillOnce(Return(false));
370 EXPECT_TRUE(db->Save(save_entries, remove_keys))
    [all...]
leveldb_database.cc 55 bool LevelDB::Save(const base::StringPairs& entries_to_save,
  /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 45 // |path| the path to save files to. If |profile| is non-NULL, |path| is
72 // Whether the next save resets the file before writing to it.
80 // invokes StartSaveTimer to start a timer that invokes Save at a later
84 // Starts the timer that invokes Save (if timer isn't already running).
89 virtual void Save();
187 // Used to invoke Save.
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_custom_dictionary.h 152 void Save(const Change& dictionary_change);
  /external/chromium_org/chromecast/common/
chromecast_config.cc 102 void ChromecastConfig::Save() const {
  /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.
199 base::Bind(&MockSaveCallback::Save, base::Unretained(&save_callback)));
202 EXPECT_CALL(save_callback, Save(_, _, _));
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 94 // a SavePasswordBar when given the green light to save the PasswordForm
139 // Handles save-as-new or update of the form managed by this manager.
143 void Save();
225 // Helper for Save in the case that best_matches.size() == 0, meaning
227 // has opted to 'Save Password'. If |reset_preferred_login| is set,
235 // Helper for Save in the case that best_matches.size() > 0, meaning

Completed in 5067 milliseconds

12 3 4 5 6 7 8 9