OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHTMLLineBreak
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.cpp
92
if (!propertyStart || !
isHTMLLineBreak
(m_styleText[propertyStart - 1]))
95
if (!
isHTMLLineBreak
(m_styleText[propertyStart]))
151
if (
isHTMLLineBreak
(newText[newTextLength - 1])) {
158
isLastNewline =
isHTMLLineBreak
(m_styleText[i]);
InspectorStyleSheet.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLParserIdioms.h
37
bool
isHTMLLineBreak
(UChar);
88
inline bool
isHTMLLineBreak
(UChar character)
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
EmailInputType.cpp
240
String noLineBreakValue = proposedValue.removeCharacters(
isHTMLLineBreak
);
Completed in 7428 milliseconds