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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/ui/views/infobars/
infobar_view.cc 284 canvas->Save();
  /external/chromium_org/chrome/browser/ui/views/omnibox/
omnibox_popup_contents_view.cc 417 canvas->Save();
  /external/chromium_org/components/password_manager/core/browser/
password_manager.cc 137 // No password to save? Then don't.
168 // first loading the page containing the form. Don't offer to save
202 // Always save generated passwords, as the user expresses explicit intent for
318 // Don't try to autofill or save passwords in the presence of SSL errors.
411 // automatically save the login data. We prompt when the user hasn't already
423 provisional_save_manager_->Save();
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 286 def Save(self, file_path):
287 """Save the object to |file_path| using pickle library.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/media/
audio_player.js 100 // Save the app state, in case of restart. Make a copy of the object, so the
602 * Save the current state so that it survives page/app reload.
  /external/chromium_org/ui/views/bubble/
bubble_border.cc 238 canvas->Save();
  /external/chromium_org/v8/src/arm64/
code-stubs-arm64.h 196 // The SaveCallerSaveRegisters method needs to save caller-saved
204 // We allocate 2 extra scratch registers that we'll save on the stack.
212 // to save them with the other caller saved registers.
218 void Save(MacroAssembler* masm) {
219 // We don't have to save scratch0_ because it was given to us as
228 // If we have to call into C then we need to save and restore all caller-
  /external/chromium_org/v8/src/ia32/
code-stubs-ia32.h 283 void Save(MacroAssembler* masm) {
289 // We don't have to save scratch0_orig_ because it was given to us as
291 // we should save the new scratch0_.
330 // If we have to call into C then we need to save and restore all caller-
340 // Save all XMM registers except XMM0.
  /external/chromium_org/v8/src/mips/
code-stubs-mips.h 293 void Save(MacroAssembler* masm) {
295 // We don't have to save scratch0_ because it was given to us as
304 // If we have to call into C then we need to save and restore all caller-
  /external/chromium_org/v8/src/x64/
code-stubs-x64.h 283 void Save(MacroAssembler* masm) {
289 // We don't have to save scratch0_orig_ because it was given to us as
291 // we should save the new scratch0_.
330 // If we have to call into C then we need to save and restore all caller-
335 // save and don't need to be preserved.
  /external/chromium_org/v8/src/x87/
code-stubs-x87.h 279 void Save(MacroAssembler* masm) {
285 // We don't have to save scratch0_orig_ because it was given to us as
287 // we should save the new scratch0_.
326 // If we have to call into C then we need to save and restore all caller-
  /external/clang/include/clang/Frontend/
ASTUnit.h 286 /// number of warnings matters, since we will not save the preamble
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 50 SaveAndRestore<bool> Save(FullyMigratable, isMigratable(D));
  /external/linux-tools-perf/perf-3.12.0/arch/metag/lib/
memcpy.S 88 ! Save the number of bytes of mis-alignment in D0Ar4 for use later
  /external/lldb/include/lldb/Core/
MappedHash.h 220 Save (const HeaderDataType &header_data,
  /external/lldb/tools/debugserver/source/MacOSX/
MachException.cpp 211 // Save the EXC_XXXX exception type
496 MachException::PortInfo::Save (task_t task)
498 DNBLogThreadedIf(LOG_EXCEPTIONS | LOG_VERBOSE, "MachException::PortInfo::Save ( task = 0x%4.4x )", task);
  /external/chromium_org/chrome/browser/chromeos/extensions/
wallpaper_private_api.cc 812 base::Bind(&WallpaperPrivateSaveThumbnailFunction::Save,
828 void WallpaperPrivateSaveThumbnailFunction::Save(const std::string& data,
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text_area_shadow.js 130 // line. Save the vertical position but don't do anything else.
  /external/chromium_org/net/dns/
mdns_client_unittest.cc 367 Save(value);
370 void Save(const RecordParsed* value) {
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drag_selector.js 109 // Save the start state.
  /external/chromium_org/ui/gfx/
canvas.cc 179 void Canvas::Save() {
180 canvas_->save();
343 canvas_->save();
403 // 4. Save the current state of the canvas.
418 Save();
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusHeaders.h 483 Status Save(IN const WCHAR* filename,
486 Status Save(IN IStream* stream,
  /external/qemu/distrib/sdl-1.2.15/src/hermes/
mmxp2_32.asm 70 mov edx, ecx ; save ecx
284 mov edx,ecx ; Save ecx
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ocidl.h     [all...]
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 199 // Save the .url file.
200 result = persist_file->Save(file.value().c_str(), TRUE);

Completed in 2176 milliseconds

1 2 3 4 5 67 8 91011>>