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

  /external/webkit/WebCore/accessibility/win/
AXObjectCacheWin.cpp 108 static AXID lastUsedID = 0;
112 AXID objID = lastUsedID;
120 lastUsedID = objID;
  /external/webkit/WebCore/accessibility/
AXObjectCache.cpp 309 static AXID lastUsedID = 0;
312 AXID objID = lastUsedID;
317 lastUsedID = objID;

Completed in 23 milliseconds