Searched defs:text (Results 1 - 25 of 1893) 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);
/external/chromium_org/third_party/skia/src/animator/
H A DSkTextToPath.h28 SkText* text; member in class:SkTextToPath
/external/chromium_org/ui/gfx/
H A Dtext_utils_android.cc11 int GetStringWidth(const base::string16& text, const FontList& font_list) { argument
16 float GetStringWidthF(const base::string16& text, const FontList& font_list) { argument
H A Dtext_utils_skia.cc11 int GetStringWidth(const base::string16& text, const FontList& font_list) { argument
12 return Canvas::GetStringWidth(text, font_list);
15 float GetStringWidthF(const base::string16& text, const FontList& font_list) { argument
16 return Canvas::GetStringWidthF(text, font_list);
/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/ash/system/tray/
H A Dtray_popup_label_button.cc17 const base::string16& text)
18 : views::LabelButton(listener, text) {
16 TrayPopupLabelButton(views::ButtonListener* listener, const base::string16& text) argument
/external/chromium_org/chrome/browser/spellchecker/
H A Dword_trimmer.cc14 const base::string16& text,
16 if (*start > text.length() || *start > end)
17 return text;
18 base::i18n::BreakIterator iter(text, base::i18n::BreakIterator::BREAK_WORD);
20 return text;
22 // in |text|.
47 return text;
49 return text.substr(first, last - first);
12 TrimWords(size_t* start, size_t end, const base::string16& text, size_t keep) argument
/external/chromium_org/chrome/browser/ui/app_list/search/
H A Dtokenized_string.cc16 TokenizedString::TokenizedString(const base::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 base::string16 text = ASCIIToUTF16("Icland is an icland "); local
137 blink::WebString(text), &completion, std::vector<SpellCheckMarker>());
139 << text << "\"";
142 base::string16 substring = text.substr(0, kSubstringLength);
150 blink::WebString(text), &completion, std::vector<SpellCheckMarker>());
152 << text << "\"";

Completed in 511 milliseconds

1234567891011>>