Searched refs:multiline (Results 1 - 25 of 49) sorted by relevance

12

/external/chromium_org/ash/system/user/
H A Dlogin_status.cc18 bool multiline) {
43 // handled. Depending on the value of |multiline|, actual line breaks or
45 base::string16 newline = multiline ? base::ASCIIToUTF16("\n")
17 GetLocalizedSignOutStringForStatus(LoginStatus status, bool multiline) argument
H A Dlogin_status.h26 bool multiline);
/external/mockito/src/org/mockito/internal/reporting/
H A DPrintSettings.java21 private boolean multiline; field in class:PrintSettings
24 public void setMultiline(boolean multiline) { argument
25 this.multiline = multiline;
29 return multiline;
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dbraille_text_handler.js38 * @param {boolean} multiline True if the text comes from a multi line text
41 * @param {number} lineStart Start offset of line (might be > 0 for multiline
45 line, start, end, multiline, element, lineStart) {
47 if (multiline) {
H A Dmath_semantic_attr.js1240 MULTILINE: 'multiline',
1333 MULTILINE: 'multiline',
H A Deditable_text.js23 * and move the cursor in editable text controls, including multiline
29 * method with the resulting text to be spoken. If the control is multiline,
168 * Whether or not the text field is multiline.
172 this.multiline = false;
383 this.brailleHandler_.changed(line, start, end, this.multiline, this.node,
591 if (this.multiline) {
598 // insertions/deletions. Intentionally skip for multiline since deletion
1004 this.multiline = true;
1160 this.multiline = true;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-219.js39 function assertFlags(re, global, multiline, ignoreCase) {
42 (multiline ? assertTrue : assertFalse)(re.multiline, name + "m");
H A Dregress-1217.js35 assertEquals(false, proto.multiline);
/external/chromium_org/v8/src/
H A Dregexp.js24 + (pattern.multiline ? 'm' : '');
35 var multiline = false;
53 if (multiline) {
56 multiline = true;
69 %RegExpInitializeObject(object, pattern, global, ignoreCase, multiline, sticky);
261 (regexp.ignoreCase ? regexp.multiline ? "im" : "i"
262 : regexp.multiline ? "m" : ""));
276 if (this.multiline) result += 'm';
425 // The properties multiline and $* are aliases for each other. When this
428 // the value of the expression 'RegExp.multiline
[all...]
/external/chromium_org/third_party/polymer/components-chromium/core-input/
H A Dcore-input-extracted.js46 * @attribute multiline
50 multiline: false,
53 * (multiline only) The height of this text input in rows. The input
55 * of the component. This property is meaningless if multiline is
87 * Set the input type. Not supported for `multiline`.
107 * for more info. Not supported if `multiline` is true.
120 * for more info. Not supported if `multiline` is true.
129 * for more info. Not supported if `multiline` is true.
139 * for more info. Not supported if `multiline` is true.
281 if (!this.multiline) {
[all...]
/external/smack/src/org/xbill/DNS/
H A DTokenizer.java57 private int multiline; field in class:Tokenizer
151 multiline = 0;
209 if (!(c == '\n' && multiline > 0)) {
220 if (multiline > 0)
271 multiline++;
275 if (multiline <= 0)
279 multiline--;
310 } else if (multiline > 0) {
/external/chromium_org/third_party/polymer/components-chromium/paper-input/
H A Dpaper-input-extracted.js32 * (multiline only) If set to a non-zero value, the height of this
57 if (this.multiline) {
100 if (this.multiline && !isNaN(parseInt(this.rows))) {
110 if (this.multiline && !isNaN(parseInt(this.maxRows))) {
122 if (this.multiline) {
/external/chromium_org/v8/test/mjsunit/
H A Dregexp-static.js147 RegExp.multiline = "foo";
148 assertTrue(typeof RegExp.multiline == typeof Boolean(), "RegExp.multiline coerces values to booleans");
H A Dregexp.js245 // multiline flag.
256 // Test that empty matches are handled correctly for multiline global
436 assertFalse(re.multiline);
443 assertTrue(re.multiline);
456 assertFalse(re.multiline);
474 assertTrue(re.multiline);
614 desc = Object.getOwnPropertyDescriptor(re, "multiline");
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.h27 // When |multiline| is false, the view acts pretty much like a normal
31 bool multiline,
H A Dexpanding_textfield.cc29 bool multiline,
34 if (multiline) {
26 ExpandingTextfield( const base::string16& default_value, const base::string16& placeholder, bool multiline, views::TextfieldController* controller) argument
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DInplaceEditor.js19 if (config.multiline)
93 var isMultiline = config.multiline || false;
225 * Whether the edited element is multiline
228 this.multiline;
252 this.multiline = true;
/external/chromium_org/gin/test/
H A Dexpect.js58 a.multiline == b.multiline &&
/external/chromium_org/v8/test/webkit/fast/js/kde/
H A DRegExp.js47 shouldBeFalse("(/a/).multiline");
48 shouldBeTrue("rm.multiline");
58 rm.multiline = false;
59 shouldBeTrue("rm.multiline");
146 shouldBeTrue("reg.multiline === false");
/external/clang/test/Coverage/
H A Dc-language-features.inc4 multiline comment */
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dparser.py55 self.multiline = {}
142 self.multiline[l] = rng
166 rng = self.multiline.get(line)
214 normalized to the first line of multiline statements.
/external/chromium_org/ui/gfx/
H A Drender_text.h250 bool multiline() const { return multiline_; } function in class:gfx::RenderText
251 void SetMultiline(bool multiline);
349 // wrapped size in multiline mode). The returned size does not include space
360 // Returns the width of the content (which is the wrapped width in multiline
532 // display area, display offset, application LTR/RTL mode and multiline.
H A Drender_text.cc491 void RenderText::SetMultiline(bool multiline) { argument
492 if (multiline != multiline_) {
493 multiline_ = multiline;
780 // TODO(ckocagil): Support multiline. This function should return the height
782 // the multiline size, eliminate its use here.
996 // TODO(ckocagil): Apply the display offset for multiline scrolling.
997 if (!multiline())
1007 // TODO(ckocagil): Convert multiline view space points to text space.
1011 if (!multiline())
1026 if (!multiline()) {
[all...]
H A Drender_text_win.cc331 // Internal class to generate Line structures. If |multiline| is true, the text
333 // than |max_width|. If |multiline| is false, only outputs a single Line from
343 bool multiline,
350 multiline_(multiline),
439 // TODO(ckocagil): Determine optimal multiline height behavior.
508 // Size of the multiline text, not including the currently processed line.
789 font_list().GetHeight(), multiline(),
791 multiline() ? &GetLineBreaks() : NULL,
841 if (!multiline()) {
340 LineBreaker(int max_width, int min_baseline, int min_height, bool multiline, const wchar_t* text, const BreakList<size_t>* words, const ScopedVector<TextRun>& runs) argument
/external/pdfium/fpdfsdk/include/javascript/
H A DField.h128 FX_BOOL multiline(OBJ_PROP_PARAMS);
300 JS_STATIC_PROP(multiline, Field);

Completed in 699 milliseconds

12