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

  /external/webkit/Source/WebCore/platform/graphics/
SimpleFontData.h 139 virtual bool isLoading() const { return m_isLoading; }
222 bool m_isLoading; // Whether or not this custom font is still in the act of loading.
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShell.h 116 void setIsLoading(bool flag) { m_isLoading = flag; }
186 bool m_isLoading;

Completed in 240 milliseconds