Searched refs:Spelling (Results 1 - 25 of 46) sorted by path

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocumentMarker.cpp101 : m_type(Spelling)
H A DDocumentMarker.h49 Spelling = 1 << SpellingMarkerIndex, enumerator in enum:blink::DocumentMarker::MarkerType
74 : MarkerTypes(Spelling | Grammar | TextMatch | InvisibleSpellcheck)
82 : MarkerTypes(Spelling | Grammar)
90 : MarkerTypes(Spelling | Grammar | InvisibleSpellcheck)
H A DDocumentMarkerController.cpp63 case DocumentMarker::Spelling:
H A DDocumentMarkerControllerTest.cpp83 markerController().addMarker(range.get(), DocumentMarker::Spelling);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DSpellCheckRequester.cpp265 markers.remove(DocumentMarker::Spelling);
H A DSpellChecker.cpp160 frame().document()->markers().removeMarkers(selectedRange.get(), DocumentMarker::Spelling);
189 // This shouldn't happen in very often because the Spelling menu items aren't enabled unless the
324 frame().document()->markers().addMarker(misspellingStart, misspellingEnd, DocumentMarker::Spelling);
617 misspellingRange->startContainer()->document().markers().addMarker(misspellingRange.get(), DocumentMarker::Spelling, result->replacement, result->hash);
748 DocumentMarker::MarkerTypes markerTypes(DocumentMarker::Spelling);
815 frame().document()->markers().removeMarkers(start, end, DocumentMarker::Spelling);
826 frame().document()->markers().removeMarkers(DocumentMarker::Spelling);
911 return selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
H A DTextCheckingHelper.cpp276 misspellingStart.containerNode()->document().markers().addMarker(misspellingStart, misspellingEnd, DocumentMarker::Spelling);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineTextBox.cpp938 case DocumentMarker::Spelling:
1078 case DocumentMarker::Spelling:
1101 case DocumentMarker::Spelling:
/external/chromium_org/third_party/WebKit/Source/core/testing/
H A DInternals.cpp186 else if (equalIgnoringCase(markerType, "Spelling"))
187 result = DocumentMarker::Spelling;
1388 return document->frame()->spellChecker().selectionStartHasMarkerFor(DocumentMarker::Spelling, from, length);
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp4514 EXPECT_EQ(1U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
4546 EXPECT_EQ(0U, document->markers().markersInRange(selectionRange.get(), DocumentMarker::Spelling).size());
4728 document->markers().addMarker(rangeOfContents(element->toNode()).get(), DocumentMarker::Spelling); member in class:__anon11409::DocumentMarker
4761 EXPECT_EQ(DocumentMarker::Spelling, document->markers().markers()[0]->type());
/external/clang/include/clang/AST/
H A DDeclCXX.h1641 MSInheritanceAttr::Spelling getMSInheritanceModel() const;
1643 MSInheritanceAttr::Spelling calculateInheritanceModel() const;
/external/clang/include/clang/Basic/
H A DIdentifierTable.h770 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
H A DOperatorKinds.h24 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
/external/clang/include/clang/Sema/
H A DSema.h1982 MSInheritanceAttr::Spelling SemanticSpelling);
2702 MSInheritanceAttr::Spelling SemanticSpelling);
/external/clang/lib/AST/
H A DDeclarationName.cpp171 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
172 Spelling,
H A DMicrosoftCXXABI.cpp95 MSInheritanceAttr::Spelling CXXRecordDecl::calculateInheritanceModel() const {
105 MSInheritanceAttr::Spelling
149 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
H A DMicrosoftMangle.cpp456 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
499 MSInheritanceAttr::Spelling IM = RD->getMSInheritanceModel();
/external/clang/lib/Basic/
H A DIdentifierTable.cpp562 #define OVERLOADED_OPERATOR(Name,Spelling,Token,Unary,Binary,MemberOnly) \
563 case OO_##Name: return Spelling;
/external/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp1814 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
1822 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
1847 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
1884 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
2025 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
2211 MSInheritanceAttr::Spelling Inheritance = RD->getMSInheritanceModel();
2245 static MSInheritanceAttr::Spelling
2306 MSInheritanceAttr::Spelling SrcInheritance = SrcRD->getMSInheritanceModel();
2337 MSInheritanceAttr::Spelling DstInheritance = DstRD->getMSInheritanceModel();
2383 MSInheritanceAttr::Spelling SrcInheritanc
[all...]
/external/clang/lib/Lex/
H A DLexer.cpp232 // Token Spelling
238 const LangOptions &LangOpts, char *Spelling) {
248 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
251 if (Spelling[Length - 1] == '"')
259 Spelling[Length - 2] == 'R' && Spelling[Length - 1] == '"') {
267 memcpy(Spelling + Length, BufPtr, RawLength);
277 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
2164 std::string Spelling = PP->getSpelling(Result, &Invalid); local
2168 assert(Spelling[
237 getSpellingSlow(const Token &Tok, const char *BufPtr, const LangOptions &LangOpts, char *Spelling) argument
[all...]
H A DPPDirectives.cpp139 std::string Spelling = getSpelling(MacroNameTok, &Invalid); local
142 II = getIdentifierInfo(Spelling);
H A DPPExpressions.cpp215 StringRef Spelling = PP.getSpelling(PeekTok, IntegerBuffer, local
220 NumericLiteralParser Literal(Spelling, PeekTok.getLocation(), PP);
H A DPreprocessor.cpp780 StringRef Spelling = getSpelling(Tok, IntegerBuffer, &NumberInvalid); local
783 NumericLiteralParser Literal(Spelling, Tok.getLocation(), *this);
/external/clang/lib/Parse/
H A DParseAST.cpp66 const char *Spelling = SM.getCharacterData(Tok.getLocation(), &Invalid); local
71 OS << ": current parser token '" << StringRef(Spelling, Length) << "'\n";
H A DParseDeclCXX.cpp3190 StringRef Spelling = PP.getSpelling(Tok.getLocation(), SpellingBuf); local
3191 if (isLetter(Spelling[0])) {
3193 return &PP.getIdentifierTable().get(Spelling);

Completed in 1225 milliseconds

12