HomeSort by relevance Sort by last modified time
    Searched full:saved (Results 1 - 25 of 2571) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/options/
password_manager_list.css 39 #saved-passwords-list .url {
44 #saved-passwords-list .name {
49 #saved-passwords-list .password {
54 #saved-passwords-list .password input[type="password"],
55 #saved-passwords-list .password input[type="text"] {
64 #saved-passwords-list .url,
65 #saved-passwords-list .name,
password_manager.html 4 <list id="saved-passwords-list" class="settings-list"></list>
5 <div id="saved-passwords-list-empty-placeholder"
password_manager.js 30 * The saved passwords list.
64 * Creates, decorates and initializes the saved passwords list.
68 this.savedPasswordsList_ = $('saved-passwords-list');
96 * Updates the data model for the saved passwords list with the values from
98 * @param {Array} entries The list of saved password data.
117 * Call to remove a saved password.
133 * Call to remove all saved passwords.
141 * Call to remove all saved passwords.
  /frameworks/base/core/java/android/webkit/
WebViewDatabase.java 48 * Gets whether there are any saved username/password pairs for web forms.
51 * @return true if there are any saved username/password pairs
62 * Clears any saved username/password pairs for web forms.
75 * Gets whether there are any saved credentials for HTTP authentication.
77 * @return whether there are any saved credentials
87 * Clears any saved credentials for HTTP authentication.
98 * Gets whether there is any saved data for web forms.
100 * @return whether there is any saved data for web forms
108 * Clears any saved data for web forms.
  /ndk/tests/device/test-stlport_shared-exception/jni/
delete2.cpp 10 void *saved; variable
15 saved = p;
21 if (p != saved)
  /ndk/tests/device/test-stlport_static-exception/jni/
delete2.cpp 10 void *saved; variable
15 saved = p;
21 if (p != saved)
  /external/kernel-headers/original/asm-x86/
math_emu.h 9 /* This structure matches the layout of the data saved to the stack
10 following a device-not-present interrupt, part of it saved
  /external/javassist/sample/preproc/
package.html 6 The produced class files are saved on a local disk.
  /external/oprofile/module/ia64/
op_ia64_model.h 24 struct op_saved_msr * saved; member in struct:op_msr_group
  /external/srec/config/en.us/
run-chmod.sh 2 chmod 777 ./run-bothtags5-from-saved.sh
  /external/webkit/Source/WebKit/qt/tests/MIMESniffing/resources/
text_html 2 <!-- saved from url=(0017)http://127.0.0.1/ -->
  /external/kernel-headers/original/asm-mips/
regdef.h 28 #define t0 $8 /* caller saved */
36 #define s0 $16 /* callee saved */
44 #define t8 $24 /* caller saved */
61 #define v0 $2 /* return value - caller saved */
67 #define a4 $8 /* arg reg 64 bit; caller saved in 32 bit */
75 #define t0 $12 /* caller saved */
79 #define s0 $16 /* callee saved */
87 #define t8 $24 /* caller saved */
92 #define gp $28 /* global pointer - caller saved for PIC */
95 #define s8 $30 /* callee saved */
    [all...]
  /external/chromium/chrome/browser/download/
save_types.h 46 // The local file path of saved file.
48 // Original URL of the saved resource.
50 // Final URL of the saved resource since some URL might be redirected.
62 // Total bytes of saved file.
64 // Source type of saved file.
  /frameworks/base/docs/html/guide/topics/resources/
available-resources.jd 24 Tween animations are saved in {@code res/anim/} and accessed from the {@code R.anim} class.<br/>
25 Frame animations are saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
28 Saved in {@code res/color/} and accessed from the {@code R.color} class.</dd>
31 Saved in {@code res/drawable/} and accessed from the {@code R.drawable} class.</dd>
34 Saved in {@code res/layout/} and accessed from the {@code R.layout} class.</dd>
37 Saved in {@code res/menu/} and accessed from the {@code R.menu} class.</dd>
40 Saved in {@code res/values/} and accessed from the {@code R.string}, {@code R.array},
44 Saved in {@code res/values/} and accessed from the {@code R.style} class.</dd>
47 Saved in {@code res/values/} but each accessed from unique {@code R} sub-classes (such as {@code
  /external/oprofile/module/x86/
op_nmi.c 180 if (group->saved)
181 kfree(group->saved);
183 group->saved = NULL;
197 counters->saved = NULL;
199 controls->saved = NULL;
205 counters->saved = kmalloc(
207 if (!counters->saved)
214 controls->saved = kmalloc(
216 if (!controls->saved)
223 counters->saved[i].low
    [all...]
  /external/chromium/chrome/browser/resources/
bug_report.js 15 savedThumbnailIds['saved-screenshots'] = '';
129 if ($('saved-screenshots'))
130 $('saved-screenshots').style.display = 'none';
140 * Select the saved screenshots div, restoring the image that was
146 if ($('saved-screenshots').childElementCount == 0) {
150 $('saved-screenshots').style.display = 'block';
151 if (selectedThumbnailDivId != 'saved-screenshots')
152 selectImage('saved-screenshots', savedThumbnailIds['saved-screenshots']);
161 * the current screenshot to saved screenshot
    [all...]
  /external/chromium/webkit/glue/
password_form.h 20 // The Web Data database stores saved username/passwords and associated form
22 // a parsed HTMLFormElement or LoginDialog, but the saved entries could have
25 // The PasswordManager implements a fuzzy-matching algorithm to compare saved
28 // of the saved PasswordForms, the better the job the PasswordManager can do
29 // in matching it against the actual form it was saved on, and autofill
32 // about a particular "saved password entry" to our PasswordForm
36 // describe which fields are not strictly required when adding a saved password
63 // PasswordManager for form autofill; that is, the action of the saved
109 // Whether or not this login was saved under an HTTPS session with a valid
112 // passwords saved under HTTPS will never get autofilled onto an HTTP page
    [all...]
  /external/oprofile/libutil++/
stream_util.h 24 * tie and locale are not saved currently
26 * error state shouldn't be saved.
  /dalvik/vm/mterp/c/
OP_THROW.cpp 8 * We need to update the saved PC.
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_restore_state.3 11 capng_restore_state is a function that takes the state information previously saved by capng_save_state and restores the libraries internal state. This function is not available in the python bindings.
  /external/qemu/tcg/
TODO 5 - Support of globals saved in fixed registers between TBs.
  /frameworks/base/docs/downloads/
README 7 Once saved here, the files must be uploaded to a separate
  /external/qemu/android/
snaphost-android.c 30 * saved - Ini file containing a previously saved configuration.
36 _cmp_hw_config(IniFile* current, IniFile* saved)
42 if (num_pairs != iniFile_getPairCount(saved)) {
43 D("Different numbers of entries in the HW config files. Current contans %d, while saved contains %d entries.",
44 num_pairs, iniFile_getPairCount(saved));
49 * in the saved file. */
58 value2 = iniFile_getString(saved, key, "");
60 D("Saved HW config file is missing entry ('%s', '%s') found in the current HW config.",
69 D("HW config value mismatch for a key '%s': current is '%s' while saved was '%s'"
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SaveRestoreState.java 39 * last saved state in
46 * assigned to the view, so we assign an ID to the view being saved but not
47 * one to the view that isn't being saved.</p>
85 * Retrieve the text that is currently in the "saved" editor.
88 return ((EditText)findViewById(R.id.saved)).getText();
92 * Change the text that is currently in the "saved" editor.
95 ((EditText)findViewById(R.id.saved)).setText(text);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
setjmp.h 34 /* Calling environment, plus possibly a saved signal mask. */
42 int __mask_was_saved; /* Saved the signal mask? */
43 __sigset_t __saved_mask; /* Saved signal mask. */
80 /* Jump to the environment saved in ENV, making the
89 the signal mask. But it is how ENV was saved that determines whether
106 /* Jump to the environment saved in ENV, making the
108 Restore the signal mask if that sigsetjmp call saved it.

Completed in 2902 milliseconds

1 2 3 4 5 6 7 8 91011>>