HomeSort by relevance Sort by last modified time
    Searched full:newprotocol (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaObjC/
super-class-protocol-conformance.m 41 @protocol NewProtocol
45 @interface SubClass5 : SubClass4 <NewProtocol> @end
  /external/clang/test/Index/
complete-protocols.m 12 @protocol NewProtocol
  /external/webkit/Source/WebCore/platform/
KURLGoogle.cpp 603 String newProtocol = protocol.substring(0, separatorPosition);
610 if (!url_canon::CanonicalizeScheme(newProtocol.characters(),
611 url_parse::Component(0, newProtocol.length()),
617 replacements.SetScheme(CharactersOrEmpty(newProtocol),
618 url_parse::Component(0, newProtocol.length()));
    [all...]
KURL.cpp 718 String newProtocol = s.substring(0, separatorPosition);
720 if (!isValidProtocol(newProtocol))
724 parse(newProtocol + ":" + m_string);
728 parse(newProtocol + m_string.substring(m_schemeEnd));
    [all...]

Completed in 221 milliseconds