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

  /external/chromium_org/third_party/WebKit/Source/web/
ApplicationCacheHost.cpp 185 WebKit::WebApplicationCacheHost::CacheInfo webInfo;
186 m_internal->m_outerHost->getAssociatedCacheInfo(&webInfo);
187 return CacheInfo(webInfo.manifestURL, webInfo.creationTime, webInfo.updateTime, webInfo.totalSize);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp 425 WebKit::WebGraphicsContext3D::ActiveInfo webInfo;
426 if (!m_impl->getActiveAttrib(program, index, webInfo))
428 info.name = webInfo.name;
429 info.type = webInfo.type;
430 info.size = webInfo.size;
436 WebKit::WebGraphicsContext3D::ActiveInfo webInfo;
437 if (!m_impl->getActiveUniform(program, index, webInfo))
439 info.name = webInfo.name;
440 info.type = webInfo.type;
441 info.size = webInfo.size
    [all...]

Completed in 89 milliseconds