Searched refs:edit (Results 1 - 25 of 4702) sorted by relevance

1234567891011>>

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dstringquery.cpp17 edit = new QLineEdit;
18 edit->setFocus();
21 layout->addWidget(edit, 0, 1);
24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept()));
30 return edit->text();
H A Dstringquery.h25 QLineEdit *edit; member in class:StringQuery
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dversion_edit_test.cc10 static void TestEncodeDecode(const VersionEdit& edit) { argument
12 edit.EncodeTo(&encoded);
25 VersionEdit edit; local
27 TestEncodeDecode(edit);
28 edit.AddFile(3, kBig + 300 + i, kBig + 400 + i,
31 edit.DeleteFile(4, kBig + 700 + i);
32 edit.SetCompactPointer(i, InternalKey("x", kBig + 900 + i, kTypeValue));
35 edit.SetComparatorName("foo");
36 edit.SetLogNumber(kBig + 100);
37 edit
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DthemeInputMultipleFields.css19 input::-webkit-datetime-edit {
26 input::-webkit-datetime-edit-fields-wrapper {
35 input::-webkit-datetime-edit-ampm-field,
36 input::-webkit-datetime-edit-day-field,
37 input::-webkit-datetime-edit-hour-field,
38 input::-webkit-datetime-edit-millisecond-field,
39 input::-webkit-datetime-edit-minute-field,
40 input::-webkit-datetime-edit-month-field,
41 input::-webkit-datetime-edit-second-field,
42 input::-webkit-datetime-edit
[all...]
/external/chromium_org/chrome/browser/resources/options/
H A Dautofill_edit_overlay.css5 #autofill-edit-address-overlay {
9 #autofill-edit-credit-card-overlay {
13 #autofill-edit-address-overlay .long div[role='listitem'] > div > div,
14 #autofill-edit-address-overlay .long input,
15 #autofill-edit-address-overlay textarea.long,
16 #autofill-edit-address-overlay input.long {
20 #autofill-edit-address-overlay .short div[role='listitem'] > div > div,
21 #autofill-edit-address-overlay .short input,
22 #autofill-edit-address-overlay textarea.short,
23 #autofill-edit
[all...]
/external/lohit-fonts/lohit-odia-ttf/
H A D66-lohit-odia.conf11 <edit name="family" mode="prepend">
13 </edit>
20 <edit name="autohint" mode="assign">
22 </edit>
/external/chromium_org/content/shell/renderer/test_runner/resources/fonts/
H A Dfonts.conf6 <edit name="embeddedbitmap" mode="assign"><bool>false</bool></edit>
13 <edit name="family" mode="assign">
15 </edit>
22 <edit name="family" mode="assign">
24 </edit>
31 <edit name="family" mode="assign">
33 </edit>
42 <edit name="family" mode="assign">
44 </edit>
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseMultipleFieldsDateAndTimeInputType.cpp216 if (DateTimeEditElement* edit = dateTimeEditElement())
217 edit->focusIfNoFocus();
229 if (DateTimeEditElement* edit = dateTimeEditElement())
230 return edit->hasFocusedField();
236 if (DateTimeEditElement* edit = dateTimeEditElement())
237 edit->stepDown();
242 if (DateTimeEditElement* edit = dateTimeEditElement())
243 edit->stepUp();
264 DateTimeEditElement* edit = this->dateTimeEditElement(); local
265 if (!edit)
395 DateTimeEditElement* edit = dateTimeEditElement(); local
448 DateTimeEditElement* edit = dateTimeEditElement(); local
477 DateTimeEditElement* edit = dateTimeEditElement(); local
496 DateTimeEditElement* edit = dateTimeEditElement(); local
510 DateTimeEditElement* edit = dateTimeEditElement(); local
[all...]
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield_model.cc22 // Commit() marks an edit as an independent operation that shouldn't be merged.
33 // Revert the change made by this edit in |model|.
40 // Apply the change of this edit to the |model|.
47 // Try to merge the |edit| into this edit and returns true on success. The
48 // merged edit will be deleted after redo and should not be reused.
49 bool Merge(const Edit* edit) { argument
50 // Don't merge if previous edit is DELETE. This happens when a
52 // delete should be treated as separate edit that can be undone
53 // and should not be merged with the replace edit
108 MergeReplace(const Edit* edit) argument
684 Edit* edit = new DeleteEdit(mergeable, old_text, old_text_start, backward); local
710 Edit* edit = new ReplaceEdit(merge_type, local
726 Edit* edit = new InsertEdit(mergeable, new_text, GetCursorPosition()); local
733 AddOrMergeEditHistory(Edit* edit) argument
[all...]
/external/scrypt/
H A Dbuild-config.mk2 # To regenerate, edit scrypt.config, then run:
/external/javassist/src/main/javassist/expr/
H A DExprEditor.java34 * is found, <code>edit()</code> is called in <code>ExprEdit</code>.
35 * <code>edit()</code> can inspect and modify the given expression.
37 * <code>edit()</code> does nothing, the original method body is not
45 * public void edit(MethodCall m) throws CannotCompileException {
97 edit(h);
191 edit((MethodCall)expr);
197 edit((FieldAccess)expr);
211 edit((NewExpr)expr);
219 edit(ccall);
223 edit(mcal
262 public void edit(NewExpr e) throws CannotCompileException {} method in class:ExprEditor
271 public void edit(NewArray a) throws CannotCompileException {} method in class:ExprEditor
278 public void edit(MethodCall m) throws CannotCompileException {} method in class:ExprEditor
290 public void edit(ConstructorCall c) throws CannotCompileException {} method in class:ExprEditor
297 public void edit(FieldAccess f) throws CannotCompileException {} method in class:ExprEditor
303 public void edit(Instanceof i) throws CannotCompileException {} method in class:ExprEditor
309 public void edit(Cast c) throws CannotCompileException {} method in class:ExprEditor
315 public void edit(Handler h) throws CannotCompileException {} method in class:ExprEditor
[all...]
/external/clang/include/clang/Edit/
H A DEditsReceiver.h19 namespace edit { namespace in namespace:clang
H A DRewriters.h24 namespace edit { namespace in namespace:clang
/external/chromium_org/chrome/common/extensions/docs/examples/api/bookmarks/basic/
H A Dpopup.js49 var edit = bookmarkNode.children ? $('<table><tr><td>Name</td><td>' +
52 // Show add and edit links when hover over.
79 $('#adddialog').empty().append(edit).dialog({autoOpen: false,
95 edit.val(anchor.text());
96 $('#editdialog').empty().append(edit).dialog({autoOpen: false,
101 title: edit.val()
103 anchor.text(edit.val());
/external/libunwind/scripts/
H A Dmake-L-files16 bk edit $lname >/dev/null 2>&1
/external/libpng/contrib/tools/
H A Dchkfmt13 edit=
23 edit=yes
33 # Function to edit a single file - if the file isn't changed ask the user
111 if test -n "$EDITOR" -a -n "$edit"
126 if test -n "$EDITOR" -a -n "$edit"
/external/clang/lib/Edit/
H A DEditedSource.cpp20 using namespace edit;
222 for (edit::Commit::edit_iterator
224 const edit::Commit::Edit &edit = *I; local
225 switch (edit.Kind) {
226 case edit::Commit::Act_Insert:
227 commitInsert(edit.OrigLoc, edit.Offset, edit.Text, edit
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwGeolocationPermissions.java37 mSharedPreferences.edit().putBoolean(key, true).apply();
47 mSharedPreferences.edit().putBoolean(key, false).apply();
57 mSharedPreferences.edit().remove(key).apply();
69 editor = mSharedPreferences.edit();
/external/chromium_org/tools/clang/scripts/
H A Drun_tool.py91 print 'Unable to parse edit: %s' % line
201 # subsequent edits don't need to have their offsets updated with each edit
207 for edit in reversed(v):
208 if edit == last_edit:
210 last_edit = edit
211 contents[edit.offset:edit.offset + edit.length] = edit.replacement
212 if not edit
[all...]
/external/lldb/tools/driver/
H A DMakefile29 CPP.Flags += -I/usr/include/edit #-v
/external/clang/tools/clang-format/
H A Dclang-format-sublime.py30 def run(self, edit):
51 edit, sublime.Region(0, self.view.size()),
/external/llvm/utils/git-svn/
H A Dgit-svnrevert42 # Begin the commit but give our user an opportunity to edit it.
43 git commit --file="$TEMPLATE" --edit
/external/openssl/
H A Dbuild-config-static-32.mk2 # To regenerate, edit openssl.config, then run:
H A Dbuild-config-static-64.mk2 # To regenerate, edit openssl.config, then run:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Duser_mock.py47 def edit(self, files): member in class:MockUser

Completed in 601 milliseconds

1234567891011>>