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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.h 118 WTF::Mutex mFormsSeenMutex; // Guards mFormsSeenCondition and mParsingForms.
119 WTF::ThreadCondition mFormsSeenCondition;
WebAutofill.cpp 118 mFormsSeenCondition.wait(mFormsSeenMutex);
127 mFormsSeenCondition.signal();

Completed in 19 milliseconds