Searched defs:text (Results 1 - 25 of 1867) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/find_bar/
H A Dfind_bar_state.cc11 string16 text = state->last_prepopulate_text(); local
13 if (text.empty() && p->IsOffTheRecord()) {
16 text = state->last_prepopulate_text();
19 return text;
/external/chromium/webkit/glue/
H A Dbookmarklet_unittest.cc20 test_shell_->LoadURL(GURL("data:text/html,start page"));
27 GURL("javascript:location.href='data:text/plain,SUCCESS'"));
29 string16 text = test_shell_->GetDocumentText(); local
30 EXPECT_EQ("SUCCESS", UTF16ToASCII(text));
39 GURL("javascript:void(location.href='data:text/plain,SUCCESS')"));
41 string16 text = test_shell_->GetDocumentText(); local
42 EXPECT_EQ("SUCCESS", UTF16ToASCII(text));
46 string16 text; local
56 text = test_shell_->GetDocumentText();
57 EXPECT_EQ("false", UTF16ToASCII(text));
72 string16 text = test_shell_->GetDocumentText(); local
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dschriter.h72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
73 * textBegin >= textEnd or either is negative or greater than text.size()),
144 * @param result Receives a copy of the text under iteration.
182 UnicodeString text; member in class:StringCharacterIterator
H A Duchriter.h38 * text is only aliased, not adopted (the
49 * text is only aliased, not adopted (the
65 * text is only aliased, not adopted (the
195 * in the text-storage object the iterator refers to, and
197 * @param position the position within the text-storage object
206 * in the text-storage object the iterator refers to, and
210 * @param position the position within the text-storage object
338 * Sets the iterator to iterate over a new range of text
347 * @param result Receives a copy of the text under iteration.
373 * Protected member text
376 const UChar* text; member in class:UCharCharacterIterator
[all...]
/external/icu4c/common/unicode/
H A Dschriter.h72 * "textBegin" and "textEnd" don't form a valid range on "text" (i.e.,
73 * textBegin >= textEnd or either is negative or greater than text.size()),
144 * @param result Receives a copy of the text under iteration.
182 UnicodeString text; member in class:StringCharacterIterator
H A Duchriter.h38 * text is only aliased, not adopted (the
49 * text is only aliased, not adopted (the
65 * text is only aliased, not adopted (the
195 * in the text-storage object the iterator refers to, and
197 * @param position the position within the text-storage object
206 * in the text-storage object the iterator refers to, and
210 * @param position the position within the text-storage object
338 * Sets the iterator to iterate over a new range of text
347 * @param result Receives a copy of the text under iteration.
373 * Protected member text
376 const UChar* text; member in class:UCharCharacterIterator
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DParseExceptionTest.java17 package org.apache.harmony.text.tests.java.text;
19 import java.text.DateFormat;
20 import java.text.ParseException;
26 * @tests java.text.ParseException#ParseException(java.lang.String, int)
39 * @tests java.text.ParseException#getErrorOffset()
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLTreeViewer.cpp60 RefPtr<Text> text = m_document->createTextNode(cssString); local
61 m_document->getElementById("xml-viewer-style")->appendChild(text, IGNORE_EXCEPTION, AttachLazily);
/external/chromium_org/third_party/skia/src/animator/
H A DSkTextToPath.h28 SkText* text; member in class:SkTextToPath
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_def.sh27 where <kind> is either 'text' or 'data'
49 text() { function
/external/skia/src/animator/
H A DSkTextToPath.h28 SkText* text; member in class:SkTextToPath
/external/stlport/test/unit/
H A Dostmit_test.cpp36 const char* text = "hello"; local
41 copy(text, text + 5, iter);
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=getText, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)index Text:(NSString *)text;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRTokenRewriteStream.h47 NSString *text; variable
52 @property (retain, getter=text, setter=setText:) NSString *text; variable
54 + (ANTLRRewriteOperation *) newANTLRRewriteOperation:(NSInteger)anIndex Text:(NSString *)text;
/external/chromium/chrome/browser/ui/views/
H A Dtextfield_views.cc16 return (textfields_ui) ? textfields_ui->text() : std::wstring();
19 void TextfieldViews::SetText(const std::wstring& text) { argument
22 StringValue text_value(WideToUTF16(text));
/external/chromium/net/base/
H A Descape_icu.cc14 bool EscapeQueryParamValue(const string16& text, const char* codepage, argument
19 if (!base::UTF16ToCodepage(text, codepage,
/external/chromium_org/chrome/browser/spellchecker/
H A Dword_trimmer.cc15 const string16& text,
17 if (*start > text.length() || *start > end)
18 return text;
19 base::i18n::BreakIterator iter(text, base::i18n::BreakIterator::BREAK_WORD);
21 return text;
23 // in |text|.
48 return text;
50 return text.substr(first, last - first);
12 TrimWords( size_t* start, size_t end, const string16& text, size_t keep) argument
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string.cc16 TokenizedString::TokenizedString(const string16& text) argument
17 : text_(text) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/fx/
H A Doptions.js48 var text = document.createElement("span");
49 text.id = key;
50 text.innerText = key;
51 text.className = "sound";
52 text.onclick = function(event) { playSound(event.target.id); };
53 div.appendChild(text);
/external/chromium_org/chrome/renderer/spellchecker/
H A Dspellcheck_provider_hunspell_unittest.cc35 // Verify that the SpellCheckProvider class does not spellcheck empty text.
41 // Verify that the SpellCheckProvider class does not spellcheck text while we
101 // Test that the SpellCheckProvider does not send a request with the same text
135 string16 text = ASCIIToUTF16("Icland is an icland "); local
137 WebKit::WebString(text), &completion, std::vector<SpellCheckMarker>());
139 << text << "\"";
142 string16 substring = text.substr(0, kSubstringLength);
150 WebKit::WebString(text), &completion, std::vector<SpellCheckMarker>());
152 << text << "\"";
/external/chromium_org/rlz/lib/
H A Dcrc32_wrapper.cc19 bool Crc32(const char* text, int* crc) { argument
26 for (int i = 0; text[i]; i++) {
27 if (!IsAscii(text[i]))
30 *crc = crc32(*crc, reinterpret_cast<const unsigned char*>(text + i), 1);
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSLineBoxContainValue.cpp29 #include "wtf/text/StringBuilder.h"
30 #include "wtf/text/WTFString.h"
42 StringBuilder text; local
45 text.appendLiteral("block");
47 if (!text.isEmpty())
48 text.append(' ');
49 text.appendLiteral("inline");
52 if (!text.isEmpty())
53 text.append(' ');
54 text
[all...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DBeforeTextInsertedEvent.cpp33 BeforeTextInsertedEvent::BeforeTextInsertedEvent(const String& text) argument
34 : Event(eventNames().webkitBeforeTextInsertedEvent, false, true), m_text(text)

Completed in 814 milliseconds

1234567891011>>