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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/sessions/
persistent_tab_restore_service.cc 126 virtual void Save() OVERRIDE;
250 void PersistentTabRestoreService::Delegate::Save() {
281 BaseSessionService::Save();
295 // Schedule a command, otherwise if there are no pending commands Save does
315 // Start the save timer, when it fires we'll generate the commands.
382 Save();
855 // correctly write out the entries when Save is invoked (Save starts from
    [all...]
  /external/chromium_org/chrome/browser/ui/passwords/
manage_passwords_ui_controller.cc 140 form_manager_->Save();
154 // by clicking "Never save" in the pending bubble, or the user is visiting
  /external/chromium_org/components/leveldb_proto/
proto_database_impl.h 109 *success = database->Save(pairs_to_save, *keys_to_remove);
  /external/chromium_org/native_client_sdk/src/examples/api/file_io/
test.js 106 clickExecuteButtonAndWaitForLog('Save success', onFileSaved, onError);
188 // Save the file.
  /external/chromium_org/remoting/host/
pairing_registry_delegate_win.cc 207 bool PairingRegistryDelegateWin::Save(const PairingRegistry::Pairing& pairing) {
209 LOG(ERROR) << "Cannot save pairing entry '" << pairing.client_id()
  /external/chromium_org/remoting/protocol/
protocol_mock_objects.h 228 virtual bool Save(const protocol::PairingRegistry::Pairing& pairing) OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32regkey.h 300 // save the key and all of its subkeys and values to a file
301 static HRESULT Save(const wchar_t* full_key_name, const wchar_t* file_name);
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
omxSP_FFTInv_CCSToR_F32_Sfs_s.S 180 M_STR N, complexFFTSize @ Save N for scaling later
  /external/chromium_org/third_party/skia/src/core/
SkRecordDraw.cpp 35 DRAW(Save, save(r.flags));
  /external/chromium_org/third_party/webrtc/base/
win32regkey.h 283 // save the key and all of its subkeys and values to a file
284 static HRESULT Save(const wchar_t* full_key_name, const wchar_t* file_name);
  /external/chromium_org/ui/gfx/
canvas.h 184 void Save();
186 // As with Save(), except draws to a layer that is blended with the canvas
193 // Restores the drawing state after a call to Save*(). It is an error to
194 // call Restore() more times than Save*().
  /external/opencv/otherlibs/highgui/
highgui.h 151 /* save image to file */
360 /* Save entire image to specified file. */
361 virtual bool Save( const char* filename );
image.cpp 194 bool CvvImage::Save( const char* filename )
  /external/qemu/distrib/sdl-1.2.15/src/cpuinfo/
SDL_cpuinfo.c 65 " pushl %%eax # Save new EFLAGS value on stack \n"
85 " pushq %%rax # Save new EFLAGS value on stack \n"
103 push eax ; Save new EFLAGS value on stack
153 " cpuid # Get and save vendor ID \n"
172 " cpuid # Get and save vendor ID \n"
191 cpuid ; Get and save vendor ID
  /external/skia/src/core/
SkRecordDraw.cpp 35 DRAW(Save, save(r.flags));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9xof.h 100 STDMETHOD(Save)(THIS) PURE;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
content_editable_extractor.js 146 // line. Save the vertical position but don't do anything else.
focuser.js 26 // Save the selection because Chrome will lose it if there's a focus or blur.
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayType.cpp 178 CASE_NEW(Save);
333 CASE_GET_INFO(Save);
500 { "save", SkType_Save INIT_BOOL_FIELDS },
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusBitmap.h 180 // Save images
183 Image::Save(
196 Image::Save(
  /external/skia/src/animator/
SkDisplayType.cpp 178 CASE_NEW(Save);
333 CASE_GET_INFO(Save);
500 { "save", SkType_Save INIT_BOOL_FIELDS },
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusheaders.h 122 Status Save(IStream *stream, const CLSID *clsidEncoder,
124 Status Save(const WCHAR *filename, const CLSID *clsidEncoder,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 134 def Save(self):
600 '<<save-copy-of-window-as-file>>': ['<Alt-Shift-S>'],
601 '<<save-window-as-file>>': ['<Alt-s>'],
602 '<<save-window>>': ['<Control-s>'],
698 self.userCfg[key].Save()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 134 def Save(self):
600 '<<save-copy-of-window-as-file>>': ['<Alt-Shift-S>'],
601 '<<save-window-as-file>>': ['<Alt-s>'],
602 '<<save-window>>': ['<Control-s>'],
698 self.userCfg[key].Save()
  /external/chromium_org/ash/wm/gestures/
long_press_affordance_handler.cc 198 canvas->Save();

Completed in 1092 milliseconds

1 2 3 45 6 7 8 91011>>