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

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/download/
download_shelf.cc 132 canvas->Save();
354 // for "Save As" downloads and extension installs, for example.
  /external/chromium_org/chrome/browser/sessions/
session_service.h 202 virtual void Save() OVERRIDE;
419 // currently called when Save() is called to compare how often the
420 // session data is currently saved verses when we may want to save it.
session_service.cc 213 Save();
229 Save();
535 void SessionService::Save() {
537 BaseSessionService::Save();
    [all...]
  /external/chromium_org/remoting/protocol/
pairing_registry.cc 217 bool success = delegate_->Save(pairing);
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
vtxfmt.c 256 install_vtxfmt( ctx, ctx->Save, vfmt );
context.c 1011 ctx->Save = _mesa_create_save_table(ctx);
1012 if (!ctx->Save) {
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkRecorder.cpp 210 APPEND(Save, flags);
  /external/chromium_org/ui/views/controls/
progress_bar.cc 223 canvas->Save();
slider.cc 216 canvas->Save();
  /external/chromium_org/ui/views/
painter.cc 223 canvas->Save();
  /external/chromium_org/v8/src/arm/
code-stubs-arm.h 251 void Save(MacroAssembler* masm) {
253 // We don't have to save scratch0_ because it was given to us as
262 // If we have to call into C then we need to save and restore all caller-
  /external/mesa3d/src/mesa/main/
vtxfmt.c 256 install_vtxfmt( ctx, ctx->Save, vfmt );
context.c 1011 ctx->Save = _mesa_create_save_table(ctx);
1012 if (!ctx->Save) {
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
SDL_ikbdinterrupt.S 56 | Save MFP registers used for keyboard
  /external/skia/src/core/
SkRecorder.cpp 210 APPEND(Save, flags);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpedit.h 83 STDMETHOD(Save) (THIS_ WINBOOL bMachine,WINBOOL bAdd,GUID *pGuidExtension,GUID *pGuid) PURE;
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager_unittest.cc 209 // to save, which should know this is a new login.
224 // Now, suppose the user re-visits the site and wants to save an additional
274 // to save, and since this is an update, it should know not to save as a new
407 manager->Save();
437 manager->Save();
713 form_manager.Save();
  /external/chromium_org/net/disk_cache/blockfile/
index_table_v3_unittest.cc 402 index.Save(&entry);
492 index.Save(&entry);
495 index.Save(&entry);
  /external/chromium_org/net/tools/flip_server/
spdy_interface_test.cc 35 void Save() { string = std::string(data, size); }
242 InvokeWithoutArgs(&saver, &StringSaver::Save),
277 InvokeWithoutArgs(&saver, &StringSaver::Save),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 60 #self.bind('<Escape>',self.Cancel) #dismiss dialog, no save
61 #self.bind('<Alt-a>',self.Apply) #apply changes, save
221 text='Save as New Custom Theme',command=self.SaveAsNewTheme)
300 text='Save as New Custom Key Set',command=self.SaveAsNewKeySet)
358 value=0,command=self.SetKeysType,text="Prompt to Save")
672 #save the new theme
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 60 #self.bind('<Escape>',self.Cancel) #dismiss dialog, no save
61 #self.bind('<Alt-a>',self.Apply) #apply changes, save
221 text='Save as New Custom Theme',command=self.SaveAsNewTheme)
300 text='Save as New Custom Key Set',command=self.SaveAsNewKeySet)
358 value=0,command=self.SetKeysType,text="Prompt to Save")
672 #save the new theme
    [all...]
  /external/bison/data/
glr.cc 34 # know the "real" original parse-param, we save them
63 # Save the parse parameters.
  /external/chromium_org/chrome/browser/devtools/
devtools_file_helper.cc 221 void DevToolsFileHelper::Save(const std::string& url,
  /external/chromium_org/chrome/browser/
file_select_helper.cc 382 case FileChooserParams::Save:
  /external/chromium_org/chrome/browser/ui/views/
find_bar_view.cc 256 canvas->Save();

Completed in 3431 milliseconds

1 2 3 4 56 7 8 91011>>