HomeSort by relevance Sort by last modified time
    Searched defs:endScope (Results 1 - 2 of 2) sorted by null

  /external/deqp/modules/gles3/stress/
es3sLongShaderTests.cpp 118 void endScope (void)
338 m_nameGen.endScope();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 90 RefPtrWillBeRawPtr<ContainerNode> endScope = nullptr;
91 int endIndex = indexForVisiblePosition(endOfSelection, endScope);
97 ASSERT(startScope == endScope);
100 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) {
102 VisiblePosition end(visiblePositionForIndex(endIndex, endScope.get()));

Completed in 565 milliseconds