Searched refs:editable (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Deditable_text_test.js131 * @return {Object} object containing the editable element, and functions
136 var element, editable;
140 editable = new cvox.ChromeVoxEditableHTMLInput(element, new TestTts());
144 editable = new cvox.ChromeVoxEditableTextArea(element, new TestTts());
158 editable: editable,
165 editable.update(true /* triggeredByUser */);
512 var editable = test.editable, prepare = test.prepare, expect = test.expect;
516 editable
[all...]
/external/chromium_org/ui/base/win/
H A Daccessibility_misc_utils.cc18 bool editable,
27 text_provider->set_editable(editable);
17 CreateTextProvider(const string16& value, bool editable, IUnknown** provider) argument
H A Daccessibility_misc_utils.h35 bool editable,
38 void set_editable(bool editable) { argument
39 editable_ = editable;
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.h50 void SetEditable(bool editable);
51 bool editable() { function in class:autofill::ExpandingTextfield
52 return textfields_.front()->editable();
H A Ddecorated_textfield.h36 void SetEditable(bool editable);
37 bool editable() const { return editable_; } function in class:autofill::DecoratedTextfield
74 // Whether the user can edit the field. When not editable, many of the
H A Ddecorated_textfield.cc52 void DecoratedTextfield::SetEditable(bool editable) { argument
53 if (editable_ == editable)
56 editable_ = editable;
58 SetEnabled(editable);
H A Dexpanding_textfield.cc103 void ExpandingTextfield::SetEditable(bool editable) { argument
104 ForEachTextfield(&DecoratedTextfield::SetEditable, editable);
/external/chromium_org/chrome/browser/resources/options/
H A Deditable_text_field.js9 * Decorates an element as an editable text field.
28 * The static text displayed when this field isn't editable.
51 this.classList.add('editable-text-field');
143 * Whether the item is editable.
146 get editable() {
147 return this.hasAttribute('editable');
149 set editable(editable) {
150 if (this.editable == editable)
[all...]
H A Dinline_editable_list.js21 * Decorates an element as a inline-editable list item. Note that this is
63 * The editable item corresponding to the last click, if any. Used to decide
98 if (this.editable)
162 * Focus on the specified element, and select the editable text in it
174 * Whether the item is editable.
177 get editable() {
180 set editable(editable) {
181 this.editable_ = editable;
182 if (!editable)
[all...]
H A Doptions_page.css145 .editable-text-field > * {
155 .editable-text-field > .spacer {
160 .editable-text-field .editable-text {
164 .editable-text-field .static-text {
172 .editable-text-field:not([editable]) > [displaymode='edit'] {
176 .editable-text-field[editable] > [displaymode='static'] {
180 .editable
[all...]
H A Dcontent_settings_exceptions_area.js97 this.editable = false;
104 this.editable = false;
130 this.editable = false;
163 this.editable = false;
176 this.editable = false;
205 // Handle events on the editable nodes.
238 if (!this.editable)
321 * Copy the data model values to the editable nodes.
382 // become editable.
552 * Returns whether the rows are editable i
[all...]
H A Dbrowser_options_startup_page_list.js186 this.draggedItem.editable = false;
279 this.draggedItem.editable = true;
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
H A Dinline_editable_list.js21 * Decorates an element as a inline-editable list item. Note that this is
63 * The editable item corresponding to the last click, if any. Used to decide
98 if (this.editable)
155 * Whether the item is editable.
158 get editable() {
161 set editable(editable) {
162 this.editable_ = editable;
163 if (!editable)
258 * Resets the editable versio
[all...]
/external/chromium_org/third_party/WebKit/Source/web/mac/
H A DWebSubstringUtil.mm156 Element* editable = frame->selection().rootEditableElementOrDocumentElement();
157 ASSERT(editable);
158 RefPtrWillBeRawPtr<Range> range(PlainTextRange(location, location + length).createRange(*editable));
/external/chromium_org/content/browser/web_contents/
H A Dtouch_editable_impl_aura.cc296 bool editable = rwhva_->GetTextInputType() != ui::TEXT_INPUT_TYPE_NONE;
302 return editable && has_selection;
309 return editable && !result.empty();
312 return editable && has_selection;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
H A DRequestJSONView.js113 section.editable = false;
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DInputMethodController.cpp320 Element* editable = m_frame.selection().rootEditableElement(); local
323 if (editable->firstChild() == baseNode && editable->lastChild() == baseNode && baseNode->isTextNode()) {
333 RefPtrWillBeRawPtr<Range> range = PlainTextRange(compositionStart, compositionEnd).createRange(*editable);
370 Node* editable = m_frame.selection().rootEditableElementOrTreeScopeRootNode();
371 ASSERT(editable);
372 return PlainTextRange::create(*editable, *range.get());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js527 styleRules.push({ style: rule.style, selectorText: rule.selectorText, media: rule.media, sourceURL: rule.resourceURL(), rule: rule, editable: !!(rule.style && rule.style.styleSheetId) });
554 var styleRule = { section: section, style: section.styleRule.style, computedStyle: section.computedStyle, rule: section.rule, editable: !!(section.styleRule.style && section.styleRule.style.styleSheetId),
572 var attrStyle = { style: styles.attributesStyle, editable: false };
577 styleRules.push({ computedStyle: true, selectorText: "", style: nodeComputedStyle, editable: false });
597 styleRules.push({ style: rule.style, selectorText: rule.selectorText, media: rule.media, sourceURL: rule.resourceURL(), rule: rule, editable: !!(rule.style && rule.style.styleSheetId) });
637 styleRules.push({ style: rule.style, selectorText: rule.selectorText, media: rule.media, sourceURL: rule.resourceURL(), rule: rule, isInherited: true, parentNode: parentNode, editable: !!(rule.style && rule.style.styleSheetId) });
750 // Default editable to true if it was omitted.
751 var editable = styleRule.editable;
752 if (typeof editable
[all...]
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/input/
H A DImeTest.java283 // The second new line is not a user visible/editable one, it is a side-effect of Blink
458 Editable editable, EditorInfo outAttrs) {
459 return new TestAdapterInputConnection(view, imeAdapter, editable, outAttrs);
467 Editable editable, EditorInfo outAttrs) {
468 super(view, imeAdapter, editable, outAttrs);
457 get(View view, ImeAdapter imeAdapter, Editable editable, EditorInfo outAttrs) argument
466 TestAdapterInputConnection(View view, ImeAdapter imeAdapter, Editable editable, EditorInfo outAttrs) argument
/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dserver.py189 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/
H A Dserver.py189 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/third_party/WebKit/Source/devtools/front_end/resources/
H A DDOMStorageItemsView.js183 {id: "key", title: WebInspector.UIString("Key"), editable: true, weight: 50},
184 {id: "value", title: WebInspector.UIString("Value"), editable: true, weight: 50}
/external/chromium_org/remoting/webapp/js_proto/
H A Dchrome_proto.js187 OnClickData.prototype.editable;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionAuditCategory.js187 section.editable = false;
H A DExtensionPanel.js255 section.editable = false;

Completed in 1555 milliseconds

123