Home
last modified time | relevance | path

Searched refs:Loading (Results 1 – 25 of 43) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSFontFace.cpp55 setLoadStatus(FontFace::Loading); in didBeginLoad()
63 if (loadStatus() == FontFace::Loading) { in fontLoaded()
98 setLoadStatus(FontFace::Loading); in getFontData()
99 if (loadStatus() == FontFace::Loading && source->isLoaded()) in getFontData()
107 setLoadStatus(FontFace::Loading); in getFontData()
108 if (loadStatus() == FontFace::Loading) in getFontData()
136 setLoadStatus(FontFace::Loading); in load()
137 ASSERT(loadStatus() == FontFace::Loading); in load()
175 case FontFace::Loading: in setLoadStatus()
DFontFaceSet.cpp293 if (fontFace->loadStatus() == FontFace::Loading) in add()
306 if ((*it)->loadStatus() == FontFace::Loading) in clear()
326 if (fontFace->loadStatus() == FontFace::Loading) in remove()
DFontFace.h60 enum LoadStatus { Unloaded, Loading, Loaded, Error }; enumerator
DCSSSegmentedFontFace.cpp171 if ((*it)->loadStatus() == FontFace::Loading) in isLoading()
DFontFace.cpp306 case Loading: in status()
598 …return m_status == Loading && executionContext() && !executionContext()->activeDOMObjectsAreStoppe… in hasPendingActivity()
/external/compiler-rt/make/
Dlib_platforms.mk17 $$(info MAKE: $(PlatformName): Loading platform)
78 $(info MAKE: Loading platforms: $(PlatformFiles))
/external/chromium_org/third_party/WebKit/Source/core/loader/
DTextTrackLoader.h63 enum State { Idle, Loading, Finished, Failed }; enumerator
/external/chromium_org/third_party/WebKit/Source/core/html/track/
DTextTrack.h76 enum ReadinessState { NotLoaded = 0, Loading = 1, Loaded = 2, FailedToLoad = 3 }; enumerator
/external/chromium_org/content/common/
Dcommon.sb29 ; Loading System Libraries.
/external/chromium_org/chrome/browser/ui/pdf/
Dpdf_browsertest.cc87 #define MAYBE_Loading Loading
/external/chromium_org/native_client_sdk/src/doc/devguide/coding/
Dprogress-events.rst44 | | | after the | "Loading..." |
68 | Loading of the NativeClient | once | ``progress`` | likely you |
91 | Loading of the Native Client | | ``error``, | loading is |
Dfile-io.rst19 You might use the File IO API with the URL Loading APIs to create an overall
25 the file doesn't exist locally, use the URL Loading API to retrieve the
358 Loading a file
Durl-loading.rst4 URL Loading
Dapplication-structure.rst149 :doc:`Dynamic Linking and Loading with glibc<../devcycle/dynamic-loading>`. To
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLTrackElement.cpp240 …Element::LOADING == static_cast<HTMLTrackElement::ReadyState>(TextTrack::Loading), TextTrackEnumLo…
/external/icu/icu4c/source/samples/ufortune/
Dreadme.txt8 Loading resource data using ICU's API
/external/chromium_org/third_party/icu/source/samples/ufortune/
Dreadme.txt8 Loading resource data using ICU's API
/external/bluetooth/bluedroid/test/bluedroidtest/
DREADME.txt30 Loading HAL lib + extensions
/external/chromium_org/chrome/app_shim/
Dapp_mode_loader_mac.mm151 LOG(ERROR) << "Loading Chrome failed, launching Chrome with command line";
/external/chromium_org/third_party/android_crazy_linker/src/
DDESIGN.TXT47 I. ELF Loading Basics:
/external/chromium_org/components/dom_distiller/core/css/
Ddistilledpage.css277 /* Loading Indicator. */
/external/llvm/docs/
DMCJITDesignAndImplementation.rst76 Object Loading
/external/tinyxml/
Dchanges.txt42 - Loading now clears out existing XML rather than appending.
/external/chromium_org/chrome/browser/ui/cocoa/panels/
Dpanel_cocoa_unittest.mm69 // Note: Loading the wnidow causes Cocoa to autorelease a few objects.
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp1125 case Loading: in readyState()
1143 case Loading: in setReadyState()
2383 setReadyState(Loading); in implicitOpen()
4641 ASSERT(!scriptableDocumentParser() || m_readyState != Loading); in finishedParsing()

12