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

12 3 4 5 6 7 8 91011>>

  /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/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
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 31 DeviceView_Failed_To_Save_HPROF_Data=Failed to save hprof data into temp file%1$s
38 DeviceView_Save_HPROF_File=Save HPROF file
64 EventLogView_Save_Log=Save Log
100 PreferencePage_Save_Disk=Save to disk
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmx_main.asm 37 ; Save the registers used by the blitters, necessary for optimized code
x86_main.asm 39 ; Save the registers used by the blitters, necessary for optimized 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/src/core/
SkRecordOpts.cpp 63 // Turns the logical NoOp Save and Restore in Save-Draw*-Restore patterns into actual NoOps.
65 typedef Pattern3<Is<Save>,
71 record->replace<NoOp>(begin); // Save
76 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
78 // Star matches greedily, so we also have to exclude Save and Restore.
79 typedef Pattern3<Is<Save>,
80 Star<Not<Or3<Is<Save>,
88 if (pattern->first<Save>()->flags != SkCanvas::kMatrixClip_SaveFlag) {
92 // The entire span between Save and Restore (inclusively) does nothing
    [all...]
  /external/chromium_org/third_party/skia/tools/
DumpRecord.cpp 58 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/skia/experimental/SkV8Example/
BaseContext.h 78 static void Save(const v8::FunctionCallbackInfo<Value>& args);
  /external/skia/src/core/
SkRecordOpts.cpp 63 // Turns the logical NoOp Save and Restore in Save-Draw*-Restore patterns into actual NoOps.
65 typedef Pattern3<Is<Save>,
71 record->replace<NoOp>(begin); // Save
76 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
78 // Star matches greedily, so we also have to exclude Save and Restore.
79 typedef Pattern3<Is<Save>,
80 Star<Not<Or3<Is<Save>,
88 if (pattern->first<Save>()->flags != SkCanvas::kMatrixClip_SaveFlag) {
92 // The entire span between Save and Restore (inclusively) does nothing
    [all...]
  /external/skia/tools/
DumpRecord.cpp 58 void print(const SkRecords::Save& command, double time) {
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
scesvc.h 146 virtual HRESULT WINAPI Save(LPTSTR lpTemplateName,SCESVC_HANDLE *scesvcHandle,PVOID *ppvData,PBOOL pbOverwriteAll) = 0;
156 HRESULT (WINAPI *Save)(ISceSvcAttachmentPersistInfo *This,LPTSTR lpTemplateName,SCESVC_HANDLE scesvcHandle,PVOID *ppvData,PBOOL pbOverwriteAll);
168 #define ISceSvcAttachmentPersistInfo_Save(This,lpTemplateName,scesvcHandle,ppvData,pbOverwriteAll) (This)->lpVtbl->Save(lpTemplateName,scesvcHandle,ppvData,pbOverwriteAll)

Completed in 1494 milliseconds

12 3 4 5 6 7 8 91011>>