HomeSort by relevance Sort by last modified time
    Searched refs:startScope (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/editing/
ApplyBlockElementCommand.cpp 83 RefPtr<ContainerNode> startScope;
84 int startIndex = indexForVisiblePosition(startOfSelection, startScope);
92 ASSERT(startScope == endScope);
95 if (startScope == endScope && startIndex >= 0 && startIndex <= endIndex) {
96 VisiblePosition start(visiblePositionForIndex(startIndex, startScope.get()));
  /external/chromium_org/third_party/WebKit/Source/core/page/
FocusController.h 91 Node* findFocusableNodeAcrossFocusScope(FocusDirection, FocusNavigationScope startScope, Node* start);
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jriext.h 374 jbool *isArgument, jsize *startScope, jsize *endScope);
502 #define JRI_GetVarInfo(env, frameIndex, varIndex, name, signature, pos, isArgument, startScope, endScope) \
503 ((*(env))->GetVarInfo(env, frameIndex, varIndex, name, signature, pos, isArgument, startScope, endScope))

Completed in 3318 milliseconds