OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:styleText
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.h
44
InspectorStyleTextEditor(WillBeHeapVector<InspectorStyleProperty>* allProperties, const String&
styleText
, const SourceRange& styleRange, const NewLineAndWhitespace& format);
47
const String&
styleText
() const { return m_styleText; }
/external/chromium_org/third_party/WebKit/Source/core/editing/
ReplaceSelectionCommand.cpp
758
String
styleText
= styleAtInsertionPos->style()->asText();
762
if (
styleText
!= wrappingStyleSpan->getAttribute(styleAttr))
[
all
...]
Completed in 224 milliseconds