Searched defs:text (Results 51 - 75 of 1867) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/ui/webui/
H A Dtextfields_ui.h62 const std::wstring& text() const { return text_; } function in class:TextfieldsUI
63 void set_text(const std::wstring& text) { text_ = text; } argument
/external/chromium/net/ftp/
H A Dftp_directory_listing_parser_netware.cc18 bool LooksLikeNetwarePermissionsListing(const string16& text) { argument
19 if (text.length() != 10)
22 if (text[0] != '[' || text[9] != ']')
24 return (text[1] == 'R' || text[1] == '-') &&
25 (text[2] == 'W' || text[2] == '-') &&
26 (text[3] == 'C' || text[
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dparsing.h46 std::string text; member in struct:cricket::ParseError
56 void SetText(const std::string& text) { argument
57 this->text = text;
63 std::string text; member in struct:cricket::WriteError
65 void SetText(const std::string& text) { argument
66 this->text = text;
71 bool BadParse(const std::string& text, ParseError* err);
74 bool BadWrite(const std::string& text, WriteErro
[all...]
/external/chromium_org/ash/system/tray/
H A Dtray_popup_label_button.cc16 const base::string16& text)
17 : views::LabelButton(listener, text) {
15 TrayPopupLabelButton(views::ButtonListener* listener, const base::string16& text) argument
/external/chromium_org/base/i18n/
H A Dbreak_iterator_unittest.cc324 string16 text; local
327 text.append(characters.back());
329 BreakIterator iter(text, BreakIterator::BREAK_CHARACTER);
/external/chromium_org/chrome/browser/autocomplete/
H A Durl_prefix.cc42 const URLPrefix* URLPrefix::BestURLPrefix(const string16& text, argument
46 if (StartsWith(text, i->prefix + prefix_suffix, false))
/external/chromium_org/chrome/browser/chromeos/ui/
H A Dscreen_capture_notification_ui_chromeos.cc14 const string16& text)
15 : text_(text) {
34 const string16& text) {
36 new chromeos::ScreenCaptureNotificationUIChromeOS(text));
13 ScreenCaptureNotificationUIChromeOS( const string16& text) argument
33 Create( const string16& text) argument
/external/chromium_org/chrome/browser/history/
H A Dsnippet.h22 // Parses an offsets string as returned from a sqlite full text index. An
23 // offsets string encodes information about why a row matched a text query.
55 const string16& text() const { return text_; } function in class:Snippet
62 // The text of the snippet.
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_notification_controller.h32 @property(nonatomic, copy) NSString* text; // Label text. variable
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_bar_state.h26 void set_last_prepopulate_text(const string16& text) { argument
27 last_prepopulate_text_ = text;
/external/chromium_org/chrome/common/extensions/docs/examples/api/nativeMessaging/app/
H A Dmain.js16 function appendMessage(text) {
17 document.getElementById('response').innerHTML += "<p>" + text + "</p>";
23 document.getElementById('input-text').style.display = 'block';
27 document.getElementById('input-text').style.display = 'none';
33 message = {"text": document.getElementById('input-text').value};
/external/chromium_org/google_apis/gaia/
H A Doauth_request_signer_unittest.cc62 std::string text; local
65 text += static_cast<char>(rand() % 256);
67 std::string encoded = OAuthRequestSigner::Encode(text);
70 ASSERT_EQ(decoded, text);
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_netware.cc18 bool LooksLikeNetwarePermissionsListing(const base::string16& text) { argument
19 if (text.length() != 10)
22 if (text[0] != '[' || text[9] != ']')
24 return (text[1] == 'R' || text[1] == '-') &&
25 (text[2] == 'W' || text[2] == '-') &&
26 (text[3] == 'C' || text[
[all...]
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSBorderImageSliceValue.cpp29 #include "wtf/text/WTFString.h"
43 String text = m_slices->cssText(); local
47 return text + " fill";
48 return text;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DBeforeTextInsertedEvent.h37 static PassRefPtr<BeforeTextInsertedEvent> create(const String& text) argument
39 return adoptRef(new BeforeTextInsertedEvent(text));
45 const String& text() const { return m_text; } function in class:WebCore::BeforeTextInsertedEvent
H A DComment.cpp29 inline Comment::Comment(Document* document, const String& text) argument
30 : CharacterData(document, text, CreateOther)
35 PassRefPtr<Comment> Comment::create(Document* document, const String& text) argument
37 return adoptRef(new Comment(document, text));
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLScriptElement.h38 String text() { return textFromChildren(); } function in class:WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DTextDocumentParser.cpp45 void TextDocumentParser::append(PassRefPtr<StringImpl> text) argument
49 HTMLDocumentParser::append(text);
65 // want to skip the first \n for text documents!
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternalProfilers.cpp35 #include "wtf/text/CString.h"
36 #include "wtf/text/WTFString.h"
58 String text = WebKit::Platform::current()->getHeapProfile(); local
61 return text.substring(0, text.find('\n'));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DSourceTokenizer.js94 "text/css": "SourceCSSTokenizer",
95 "text/html": "SourceHTMLTokenizer",
96 "text/javascript": "SourceJavaScriptTokenizer",
97 "text/x-scss": "SourceCSSTokenizer"
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DMockGrammarCheck.cpp44 bool MockGrammarCheck::checkGrammarOfString(const WebString& text, vector<WebTextCheckingResult>* results) argument
47 string16 stringText = text;
52 // check all errors because the given text may consist of two or more
55 const char* text; member in struct:WebTestRunner::__anon10395
73 string16 error(grammarErrors[i].text, grammarErrors[i].text + strlen(grammarErrors[i].text));
/external/chromium_org/third_party/WebKit/public/web/
H A DWebConsoleMessage.h47 WebString text; member in struct:WebKit::WebConsoleMessage
51 WebConsoleMessage(Level level, const WebString& text) argument
53 , text(text) { }
H A DWebTextRun.h44 : text(t)
55 WebString text; member in struct:WebKit::WebTextRun
60 // The resulting WebCore::TextRun will refer to the text in this
61 // struct, so "this" must outlive the WebCore text run.
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DDiagnosticsBase.cpp20 const std::string& text)
23 print(id, loc, text);
18 report(ID id, const SourceLocation& loc, const std::string& text) argument
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/translate/
H A DBrailleTranslator.java20 * Translates from text to braille and the other way according to a
28 byte[] translate(String text); argument
31 * Translates the braille {@code cells} into the corresponding text, which

Completed in 567 milliseconds

1234567891011>>