OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:canDisplay
(Results
1 - 19
of
19
) sorted by null
/external/icu4c/layout/
ThaiLayoutEngine.cpp
28
if (! fontInstance->
canDisplay
(0x0E01)) {
31
} else if (fontInstance->
canDisplay
(0x0E64)) {
34
} else if (fontInstance->
canDisplay
(0xF701)) {
38
if (!fontInstance->
canDisplay
(fErrorChar)) {
41
} else if (fontInstance->
canDisplay
(0xF885)) {
LEFontInstance.cpp
94
return
canDisplay
(mappedChar)? 0x0001 : 0xFFFF;
100
le_bool LEFontInstance::
canDisplay
(LEUnicode32 ch) const
LEFontInstance.h
205
virtual le_bool
canDisplay
(LEUnicode32 ch) const;
ArabicLayoutEngine.cpp
31
return fFontInstance->
canDisplay
((LEUnicode) glyph);
/external/chromium_org/third_party/WebKit/Source/platform/weborigin/
SecurityOrigin.h
114
bool
canDisplay
(const KURL&) const;
SecurityOrigin.cpp
356
bool SecurityOrigin::
canDisplay
(const KURL& url) const
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLFrameOwnerElement.cpp
132
if (!document().securityOrigin()->
canDisplay
(url)) {
HTMLAppletElement.cpp
219
if (!document().securityOrigin()->
canDisplay
(url)) {
HTMLLinkElement.cpp
565
if (!document().securityOrigin()->
canDisplay
(builder.url()))
HTMLPlugInElement.cpp
498
if (!document().securityOrigin()->
canDisplay
(url)) {
HTMLAnchorElement.cpp
664
if (!document.securityOrigin()->
canDisplay
(url))
HTMLMediaElement.cpp
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/loader/
PingLoader.cpp
55
if (!frame->document()->securityOrigin()->
canDisplay
(url)) {
DocumentLoader.cpp
425
if (!redirectingOrigin->
canDisplay
(newRequest.url())) {
[
all
...]
FrameLoader.cpp
687
if (!request.originDocument()->securityOrigin()->
canDisplay
(url)) {
[
all
...]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp
621
int
canDisplay
= 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0;
672
canDisplay
= 1;
709
canDisplay
= 0;
714
if (displayYuv &&
canDisplay
)
[
all
...]
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java
940
if (info.mFont.
canDisplay
(c)) {
[
all
...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp
699
int
canDisplay
= 1, contigous_drop_frame = 0, bytes_written = 0, ret = 0;
756
canDisplay
= 1;
787
canDisplay
= 0;
792
if (displayYuv &&
canDisplay
) {
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceFetcher.cpp
438
if (securityOrigin && !securityOrigin->
canDisplay
(url)) {
441
WTF_LOG(ResourceLoading, "ResourceFetcher::requestResource URL was not allowed by SecurityOrigin::
canDisplay
");
[
all
...]
Completed in 871 milliseconds