Home
last modified time | relevance | path

Searched defs:isIndexed (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/win/
DQTDecompressionSession.cpp81 bool isIndexed = pixelFormatInfo.formatFlags & kICMPixelFormatIsIndexed; in initializeSession() local
/external/webkit/Source/WebKit/chromium/tests/
DIDBKeyPathTest.cpp38 IDBKeyPathElement ExpectedToken(const String& identifier, bool isIndexed, int index) in ExpectedToken()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java507 protected final boolean isIndexed(int expandedTypeID) in isIndexed() method in DTMDefaultBaseTraversers.IndexedDTMAxisTraverser
/external/v8/src/
Dmirror-debugger.js1139 PropertyMirror.prototype.isIndexed = function() { method in PropertyMirror