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

  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
WebAutofill.cpp 55 , mParsingForms(false)
115 mParsingForms = true;
117 while (mParsingForms)
126 mParsingForms = false;
WebAutofill.h 118 WTF::Mutex mFormsSeenMutex; // Guards mFormsSeenCondition and mParsingForms.
120 bool volatile mParsingForms;

Completed in 19 milliseconds