HomeSort by relevance Sort by last modified time
    Searched refs:editable (Results 26 - 50 of 116) sorted by null

12 3 4 5

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionPanel.js 255 section.editable = false;
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
server.py 189 port=DEFAULT_PORT, export=False, editable=True,
201 editable: whether HTTP clients are allowed to submit new baselines
215 self._editable = editable
392 logging.warning('Running with combination of "export" and "editable" '
539 raise Exception('this server is not running in --editable mode')
646 parser.add_argument('--editable', action='store_true',
653 'GM expectations, if combined with --editable.'))
687 port=args.port, export=args.export, editable=args.editable,
  /external/skia/gm/rebaseline_server/
server.py 189 port=DEFAULT_PORT, export=False, editable=True,
201 editable: whether HTTP clients are allowed to submit new baselines
215 self._editable = editable
392 logging.warning('Running with combination of "export" and "editable" '
539 raise Exception('this server is not running in --editable mode')
646 parser.add_argument('--editable', action='store_true',
653 'GM expectations, if combined with --editable.'))
687 port=args.port, export=args.export, editable=args.editable,
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/basic/
sample.js 13 var contexts = ["page","selection","link","editable","image","video",
  /external/chromium_org/chrome/common/extensions/docs/examples/api/contextMenus/event_page/
sample.js 29 var contexts = ["page","selection","link","editable","image","video",
  /external/chromium_org/chrome/test/chromedriver/js/
focus.js 22 // - You cannot focus a descendant of a content editable node
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 10 import android.text.Editable;
147 Editable editable, EditorInfo outAttrs) {
148 return new AdapterInputConnection(view, imeAdapter, editable, outAttrs);
AdapterInputConnection.java 8 import android.text.Editable;
38 private final Editable mEditable;
49 AdapterInputConnection(View view, ImeAdapter imeAdapter, Editable editable,
55 mEditable = editable;
56 // The editable passed in might have been in use by a prior keyboard and could have had
58 // when taking ownership of an existing Editable.
120 * its selection and composition properties. The resulting Editable is accessible through the
172 * @return Editable object which contains the state of current focused editable element
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 362 * @return true if the group membership is editable on this account type. false otherwise,
377 final boolean editable = isGroupMembershipEditable();
379 mMemberListAdapter.setIsGroupMembershipEditable(editable);
386 editable ? R.layout.group_editor_view : R.layout.external_group_editor_view;
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
editable_text.js 23 * and move the cursor in editable text controls, including multiline
49 * @param {string} newValue The new string value of the editable text control.
123 * A class representing an abstracted editable text control.
124 * @param {string} value The string value of the editable text control.
217 * Switches on or off typing echo based on events. When set, editable text
342 // If there is a node associated with the editable text object,
528 // However, in a dynamic content editable, defer to authoritative events
600 // due to auto complete). Since content editable's often refresh content by
780 * @param {string} value The string value of the editable text control.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.cpp 1008 Element* editable = frame()->selection().rootEditableElementOrDocumentElement(); local
1239 Element* editable = frame()->selection().rootEditableElement(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
EventListenersSidebarPane.js 210 this.editable = false;
  /external/chromium_org/ui/views/controls/tree/
tree_view.h 67 void SetEditable(bool editable);
tree_view.cc 136 void TreeView::SetEditable(bool editable) {
137 if (editable == editable_)
139 editable_ = editable;
  /packages/apps/DeskClock/src/com/android/deskclock/
LabelDialogFragment.java 22 import android.text.Editable;
111 public void afterTextChanged(Editable editable) {
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApDialog.java 26 import android.text.Editable;
167 public void afterTextChanged(Editable editable) {
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 781 // Skip backspace accelerator handling; editable textfields handle this key.
1107 bool editable = !read_only(); local
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-plugin-api-3.2.1.jar 
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 143 // Allow selection events on components with editable text (password field)
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 121 FX_BOOL editable(OBJ_PROP_PARAMS);
293 JS_STATIC_PROP(editable, Field);
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 32 import android.text.Editable;
76 public void afterTextChanged(Editable editable) {
78 mEvaluator.evaluate(editable, Calculator.this);
99 private final Editable.Factory mFormulaEditableFactory = new Editable.Factory() {
101 public Editable newEditable(CharSequence source) {
311 final Editable formulaText = mFormulaEditText.getEditableText();
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.h 522 void OnFocusedNodeTouched(bool editable);
645 // True if the current focused element is editable.
  /frameworks/ex/common/java/com/android/ex/editstyledtext/
EditStyledText.java 49 import android.text.Editable;
1082 Editable editable = (Editable) txt; local
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js 860 // skips potentially costly computations (especially for content editable).
862 // (e.g. content editable), to have characters echoed properly.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisibleUnits.cpp 56 bool editable = node->rendererIsEditable(editableType); local
59 if (editable == node->rendererIsEditable(editableType))
71 bool editable = node->rendererIsEditable(editableType);
74 if (editable == node->rendererIsEditable(editableType))
424 // FIXME: How should we handle a non-editable position?
437 // FIXME: How should we handle a non-editable position?
720 // RootInlineBoxes, like empty editable blocks and bordered blocks.
788 // RootInlineBoxes, like empty editable blocks and bordered blocks.
    [all...]

Completed in 975 milliseconds

12 3 4 5