Home
last modified time | relevance | path

Searched refs:kUnloaded (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/ng/custom/
H A Dlayout_ng_custom.cc14 : LayoutNGBlockFlow(element), state_(kUnloaded) { in LayoutNGCustom()
22 if (state_ == kUnloaded) { in AddChild()
32 if (state_ == kUnloaded) { in RemoveChild()
41 if (state_ == kUnloaded) { in StyleDidChange()
61 if (state_ != kUnloaded) in StyleDidChange()
H A Dlayout_ng_custom.h16 enum LayoutNGCustomState { kUnloaded, kBlock }; enumerator
31 bool IsLoaded() { return state_ != kUnloaded; } in IsLoaded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/ng/custom/
H A Dlayout_ng_custom.cc14 : LayoutNGBlockFlow(element), state_(kUnloaded) { in LayoutNGCustom()
22 if (state_ == kUnloaded) { in AddChild()
32 if (state_ == kUnloaded) { in RemoveChild()
41 if (state_ == kUnloaded) { in StyleDidChange()
61 if (state_ != kUnloaded) in StyleDidChange()
H A Dlayout_ng_custom.h24 enum State { kUnloaded, kBlock }; enumerator
31 bool IsLoaded() { return state_ != kUnloaded; } in IsLoaded()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_font_face.cc60 if (LoadStatus() == FontFace::kUnloaded) in DidBeginLoad()
130 if (LoadStatus() == FontFace::kUnloaded && in GetFontData()
141 if (LoadStatus() == FontFace::kUnloaded) in GetFontData()
156 if (LoadStatus() == FontFace::kUnloaded) in MaybeLoadFont()
166 if (LoadStatus() == FontFace::kUnloaded) { in MaybeLoadFont()
183 if (LoadStatus() == FontFace::kUnloaded) in Load()
H A Dfont_face.cc202 : ExecutionContextClient(context), status_(kUnloaded) {} in FontFace()
207 : ExecutionContextClient(context), family_(family), status_(kUnloaded) { in FontFace()
395 case kUnloaded: in status()
475 if (status_ == kUnloaded) in load()
482 if (status_ == kUnloaded) in LoadWithCallback()
H A Dfont_face.h67 enum LoadStatusType { kUnloaded, kLoading, kLoaded, kError }; enumerator
H A Dcss_segmented_font_face.cc182 if ((*it)->LoadStatus() != FontFace::kUnloaded) in WillUseFontData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_font_face.cc60 if (LoadStatus() == FontFace::kUnloaded) in DidBeginLoad()
135 if (LoadStatus() == FontFace::kUnloaded && in GetFontData()
146 if (LoadStatus() == FontFace::kUnloaded) in GetFontData()
161 if (LoadStatus() == FontFace::kUnloaded) in MaybeLoadFont()
171 if (LoadStatus() == FontFace::kUnloaded) { in MaybeLoadFont()
188 if (LoadStatus() == FontFace::kUnloaded) in Load()
H A Dfont_face.cc223 : ExecutionContextClient(context), status_(kUnloaded) {} in FontFace()
228 : ExecutionContextClient(context), family_(family), status_(kUnloaded) { in FontFace()
472 case kUnloaded: in status()
552 if (status_ == kUnloaded) in load()
559 if (status_ == kUnloaded) in LoadWithCallback()
H A Dfont_face.h66 enum LoadStatusType { kUnloaded, kLoading, kLoaded, kError }; enumerator
H A Dcss_segmented_font_face.cc180 if (font_face->LoadStatus() != FontFace::kUnloaded) in WillUseFontData()