HomeSort by relevance Sort by last modified time
    Searched refs:StringRange (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome_frame/
html_utils.h 33 class StringRange {
36 StringRange();
37 StringRange(StrPos start, StrPos end);
42 // Copies the data described by StringRange into destination.
45 // If this StringRange represents a tag, this method extracts the name of
66 StringRange* attribute_value) const;
68 // Unquotes a StringRange by removing a matching pair of either ' or "
77 typedef std::vector<StringRange> StringRangeList;
101 bool NextTag(StringRange* html_string, StringRange* tag)
    [all...]
html_utils.cc 22 HTMLScanner::StringRange::StringRange() {
25 HTMLScanner::StringRange::StringRange(StrPos start, StrPos end)
29 bool HTMLScanner::StringRange::LowerCaseEqualsASCII(const char* other) const {
33 bool HTMLScanner::StringRange::Equals(const wchar_t* other) const {
40 std::wstring HTMLScanner::StringRange::Copy() const {
44 bool HTMLScanner::StringRange::GetTagName(std::wstring* tag_name) const {
74 bool HTMLScanner::StringRange::GetTagAttribute(const wchar_t* attribute_name,
75 StringRange* attribute_value) const
    [all...]
utils.cc 267 HTMLScanner::StringRange attribute;
    [all...]
  /external/chromium_org/chrome_frame/test/
html_util_unittests.cc 91 HTMLScanner::StringRange attribute_value;
112 HTMLScanner::StringRange attribute_value;
146 HTMLScanner::StringRange attribute_value;
151 HTMLScanner::StringRange attribute_value;
200 HTMLScanner::StringRange attribute_value;
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]

Completed in 130 milliseconds