Searched refs:text (Results 76 - 100 of 3166) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.h27 // Segments the given text string into parts of a URL. This is most useful
30 // Returns the canonicalized scheme, or the empty string when |text| is only
32 std::string SegmentURL(const std::string& text, url_parse::Parsed* parts);
33 string16 SegmentURL(const string16& text, url_parse::Parsed* parts);
35 // Converts |text| to a fixed-up URL and returns it. Attempts to make
37 // |text| may be an absolute path to a file, which will get converted to a
50 GURL FixupURL(const std::string& text, const std::string& desired_tld);
52 // Converts |text| to a fixed-up URL, allowing it to be a relative path on
61 GURL FixupRelativeFile(const FilePath& base_dir, const FilePath& text);
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DTArgWhitespace.java10 public TArgWhitespace(String text) argument
12 setText(text);
15 public TArgWhitespace(String text, int line, int pos) argument
17 setText(text);
H A DTCommandDelimiter.java10 public TCommandDelimiter(String text) argument
12 setText(text);
15 public TCommandDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTComment.java10 public TComment(String text) argument
12 setText(text);
15 public TComment(String text, int line, int pos) argument
17 setText(text);
H A DTCsClose.java10 public TCsClose(String text) argument
12 setText(text);
15 public TCsClose(String text, int line, int pos) argument
17 setText(text);
H A DTCsOpen.java10 public TCsOpen(String text) argument
12 setText(text);
15 public TCsOpen(String text, int line, int pos) argument
17 setText(text);
H A DTData.java10 public TData(String text) argument
12 setText(text);
15 public TData(String text, int line, int pos) argument
17 setText(text);
H A DTDecNumber.java10 public TDecNumber(String text) argument
12 setText(text);
15 public TDecNumber(String text, int line, int pos) argument
17 setText(text);
H A DTElseIf.java10 public TElseIf(String text) argument
12 setText(text);
15 public TElseIf(String text, int line, int pos) argument
17 setText(text);
H A DTHardDelimiter.java10 public THardDelimiter(String text) argument
12 setText(text);
15 public THardDelimiter(String text, int line, int pos) argument
17 setText(text);
H A DTHexNumber.java10 public THexNumber(String text) argument
12 setText(text);
15 public THexNumber(String text, int line, int pos) argument
17 setText(text);
H A DTString.java10 public TString(String text) argument
12 setText(text);
15 public TString(String text, int line, int pos) argument
17 setText(text);
H A DTWord.java10 public TWord(String text) argument
12 setText(text);
15 public TWord(String text, int line, int pos) argument
17 setText(text);
/external/llvm/test/MC/ELF/
H A Ddebug-loc.s24 .text
H A Ddiff2.s7 .text
H A Dsleb.s6 .text
22 // ELF_32: ('sh_name', 0x00000001) # '.text'
24 // ELF_64: ('sh_name', 0x00000001) # '.text'
/external/nist-sip/java/javax/sip/header/
H A DEncoding.java3 import java.text.ParseException;
H A DExtensionHeader.java3 import java.text.ParseException;
H A DOptionTag.java3 import java.text.ParseException;
/external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
H A DSDL_atarieddi.S29 .text
/external/valgrind/main/coregrind/m_mach/
H A Dmach_traps-amd64-darwin.S35 .text
46 // .text
56 .text
66 .text
76 .text
86 .text
96 .text
106 .text
116 .text
126 .text
[all...]
/external/webkit/Source/WebCore/dom/
H A DComment.cpp29 inline Comment::Comment(Document* document, const String& text) argument
30 : CharacterData(document, text, CreateComment)
34 PassRefPtr<Comment> Comment::create(Document* document, const String& text) argument
36 return adoptRef(new Comment(document, text));
/external/webkit/Source/WebCore/platform/brew/
H A DKURLBrew.cpp23 #include <wtf/text/CString.h>
/external/webkit/Source/WebCore/platform/text/
H A DLocalizedNumber.h34 #include <wtf/text/WTFString.h>
/external/webkit/Source/WebKit/chromium/src/
H A DWebTextRun.cpp42 return TextRun(text, false, 0, 0, TextRun::AllowTrailingExpansion, rtl, directionalOverride);

Completed in 791 milliseconds

1234567891011>>