OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webInfo
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHost.cpp
177
blink::WebApplicationCacheHost::CacheInfo
webInfo
;
178
m_internal->m_outerHost->getAssociatedCacheInfo(&
webInfo
);
179
return CacheInfo(
webInfo
.manifestURL,
webInfo
.creationTime,
webInfo
.updateTime,
webInfo
.totalSize);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext3D.cpp
349
blink::WebGraphicsContext3D::ActiveInfo
webInfo
;
350
if (!m_impl->getActiveAttrib(program, index,
webInfo
))
352
info.name =
webInfo
.name;
353
info.type =
webInfo
.type;
354
info.size =
webInfo
.size;
360
blink::WebGraphicsContext3D::ActiveInfo
webInfo
;
361
if (!m_impl->getActiveUniform(program, index,
webInfo
))
363
info.name =
webInfo
.name;
364
info.type =
webInfo
.type;
365
info.size =
webInfo
.size
[
all
...]
Completed in 24 milliseconds