Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/android/layers/
DAndroidAnimation.h64 int uniqueId() { return m_uniqueId; } in uniqueId() function
DLayerAndroid.h225 int uniqueId() const { return m_uniqueId; } in uniqueId() function
422 int uniqueId() const { return m_uniqueId; } in uniqueId() function
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DSymbolTable.h58 unsigned int uniqueId; // For real comparing during code generation variable
345 int uniqueId; // for unique identification in code generation variable
/external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
DWebAutofill.cpp182 void WebAutofill::querySuccessful(const string16& value, const string16& label, int uniqueId) in querySuccessful()