Home
last modified time | relevance | path

Searched refs:scopeBits (Results 1 – 2 of 2) sorted by relevance

/external/owasp/sanitizer/src/main/org/owasp/html/
DTagBalancingHtmlStreamEventReceiver.java361 private static int scopeBits(CloseTagScope a) { in scopeBits() method in TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships
365 private static int scopeBits( in scopeBits() method in TagBalancingHtmlStreamEventReceiver.ElementContainmentRelationships
437 ), scopeBits(
504 ), scopeBits(CloseTagScope.BUTTON));
516 ), scopeBits(
762 ), scopeBits(
773 scopeBits(CloseTagScope.LIST_ITEM));
897 ), scopeBits(
918 ), scopeBits(
958 scopeBits(CloseTagScope.LIST_ITEM));
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptDebugServer.cpp344 const int scopeBits = 2; in wrapCallFrames() local
345 COMPILE_ASSERT(NoScopes < (1 << scopeBits), not_enough_bits_to_encode_ScopeInfoDetails); in wrapCallFrames()
348 int data = (maximumLimit << scopeBits) | scopeDetails; in wrapCallFrames()