Searched defs:save (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js36 function save() { function
49 * script. Add Listener to enable the save checkbox button on server response.
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
H A Doptions.js15 * local storage, and sets up the `save` event handler.
31 document.querySelector('#multiCalendar').addEventListener('click', save);
37 function save() { function
50 * script. Add Listener to enable the save checkbox button on server response.
/external/chromium_org/third_party/skia/src/animator/
H A DSkDrawTo.cpp39 SkCanvas* save = maker.fCanvas; local
42 maker.fCanvas = save;
H A DSkDrawSaveLayer.cpp38 SkPaint* save = maker.fPaint; local
47 maker.fCanvas->saveLayer(&bounds->fRect, save, SkCanvas::kHasAlphaLayer_SaveFlag);
51 maker.fPaint = save;
/external/skia/src/animator/
H A DSkDrawTo.cpp39 SkCanvas* save = maker.fCanvas; local
42 maker.fCanvas = save;
H A DSkDrawSaveLayer.cpp38 SkPaint* save = maker.fPaint; local
47 maker.fCanvas->saveLayer(&bounds->fRect, save, SkCanvas::kHasAlphaLayer_SaveFlag);
51 maker.fPaint = save;
/external/srec/srec/Vocabulary/include/
H A DSR_Vocabulary.h49 ESR_ReturnCode(*save)(struct SR_Vocabulary_t* self, const LCHAR* filename); member in struct:SR_Vocabulary_t
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_save.c58 struct vbo_save_context *save = &vbo->save; local
60 save->ctx = ctx;
62 vbo_save_api_init( save );
66 struct gl_client_array *arrays = save->arrays;
99 struct vbo_save_context *save = &vbo->save; local
102 if (save->prim_store) {
103 if ( --save->prim_store->refcount == 0 ) {
104 FREE( save
127 struct vbo_save_context *save = &vbo_context(ctx)->save; local
[all...]
/external/compiler-rt/lib/asan/lit_tests/TestCases/
H A Duse-after-scope-temp.cc18 void save(const IntHolder &holder) { function
23 save(IntHolder(10));
/external/jmonkeyengine/engine/src/core/com/jme3/export/
H A DJmeExporter.java54 public boolean save(Savable object, OutputStream f) throws IOException; method in interface:JmeExporter
65 public boolean save(Savable object, File f) throws IOException; method in interface:JmeExporter
/external/mesa3d/src/mesa/vbo/
H A Dvbo_save.c58 struct vbo_save_context *save = &vbo->save; local
60 save->ctx = ctx;
62 vbo_save_api_init( save );
66 struct gl_client_array *arrays = save->arrays;
99 struct vbo_save_context *save = &vbo->save; local
102 if (save->prim_store) {
103 if ( --save->prim_store->refcount == 0 ) {
104 FREE( save
127 struct vbo_save_context *save = &vbo_context(ctx)->save; local
[all...]
/external/srec/srec/AcousticState/include/
H A DSR_AcousticState.h72 ESR_ReturnCode(*save)(SR_Recognizer* recognizer, const LCHAR* filename); member in struct:SR_AcousticState_t
/external/srec/srec/Semproc/include/
H A DSR_SemanticGraph.h78 ESR_ReturnCode(*save)(struct SR_SemanticGraph_t* self, const LCHAR* filename, int version_number); member in struct:SR_SemanticGraph_t
/external/chromium_org/remoting/webapp/
H A Dhost_settings.js44 * @param {string} hostId The host identifer for which to save options.
45 * @param {Object} options The options to save, expressed as a dictionary of
50 remoting.HostSettings.save = function(hostId, options, opt_callback) {
69 * Helper function for both load and save.
/external/chromium/chrome/browser/download/
H A Ddownload_item_model.cc102 SavePageModel::SavePageModel(SavePackage* save, DownloadItem* download) argument
104 save_(save) {
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DGraphicsContextStateSaver.h44 m_context.save();
53 void save() function in class:WebCore::GraphicsContextStateSaver
56 m_context.save();
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DHandlerRegistry.js143 WebInspector.fileManager.save(url, content, forceSaveAs);
150 function save(forceSaveAs) function
161 contextMenu.appendItem(WebInspector.UIString("Save"), save.bind(this, false));
162 contextMenu.appendItem(WebInspector.UIString(WebInspector.useLowerCaseMenuTitles() ? "Save as..." : "Save As..."), save.bind(this, true));
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/
H A Dtestfile.py90 if file.save(data):
94 status_string = "Couldn't save file. %s" % file_information
114 def save(self, data): member in class:TestFile
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
H A DXMLExporter.java64 public boolean save(Savable object, OutputStream f) throws IOException { method in class:XMLExporter
80 public boolean save(Savable object, File f) throws IOException { method in class:XMLExporter
81 return save(object, new FileOutputStream(f));
/external/srec/srec/AcousticModels/include/
H A DSR_AcousticModels.h63 ESR_ReturnCode(*save)(struct SR_AcousticModels_t* self, const LCHAR* filename); member in struct:SR_AcousticModels_t
/external/srec/srec/Nametag/include/
H A DSR_Nametags.h59 ESR_ReturnCode(*save)(struct SR_Nametags_t* self, const LCHAR* filename); member in struct:SR_Nametags_t
/external/valgrind/main/coregrind/m_initimg/
H A Dinitimg-pathscan.c79 char save = *cp; local
83 *cp = save;
86 *cp = save;
/external/chromium_org/third_party/icu/source/tools/genrb/
H A Drbutil.c71 int32_t save = i; local
92 if(save < 0){
/external/chromium_org/third_party/openssl/openssl/crypto/bf/
H A Dbf_ofb64.c76 int save=0; local
94 save++;
99 if (save)
/external/chromium_org/third_party/openssl/openssl/crypto/des/
H A Dofb64ede.c78 int save=0; local
101 save++;
106 if (save)

Completed in 726 milliseconds

12345678910