OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listTag
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/editing/
InsertListCommand.cpp
86
bool InsertListCommand::selectionHasListOfType(const VisibleSelection& selection, const HTMLQualifiedName&
listTag
)
96
if (!listElement || !listElement->hasTagName(
listTag
))
133
const HTMLQualifiedName&
listTag
= (m_type == OrderedList) ? olTag : ulTag;
153
forceListCreation = !selectionHasListOfType(selection,
listTag
);
168
doApplyForSingleParagraph(forceListCreation,
listTag
, *currentSelection);
183
doApplyForSingleParagraph(forceListCreation,
listTag
, *currentSelection);
200
doApplyForSingleParagraph(false,
listTag
, *endingSelection().firstRange());
203
void InsertListCommand::doApplyForSingleParagraph(bool forceCreateList, const HTMLQualifiedName&
listTag
, Range& currentSelection)
218
if (!listElement->hasTagName(
listTag
))
231
RefPtrWillBeRawPtr<HTMLElement> newList = createHTMLElement(document(),
listTag
);
[
all
...]
/external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.cc
791
const uint32_t
listTag
= MakeFourCc('L', 'I', 'S', 'T');
792
_bytesWritten += PutLE32(
listTag
);
914
const uint32_t
listTag
= MakeFourCc('L', 'I', 'S', 'T');
915
_bytesWritten += PutLE32(
listTag
);
1037
uint32_t
listTag
= MakeFourCc('L', 'I', 'S', 'T');
1038
_bytesWritten += PutLE32(
listTag
);
1129
const uint32_t
listTag
= MakeFourCc('L', 'I', 'S', 'T');
1130
_bytesWritten += PutLE32(
listTag
);
[
all
...]
Completed in 81 milliseconds