Home
last modified time | relevance | path

Searched refs:GetElementSize (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/test/chromedriver/
Delement_util.h88 Status GetElementSize(
Delement_util.cc451 Status GetElementSize( in GetElementSize() function
576 Status status = GetElementSize(session, web_view, id, &size); in ScrollElementIntoView()
Dwindow_commands.cc474 Status status = GetElementSize(session, web_view, element_id, &size); in ExecuteMouseMoveTo()
/external/libvpx/libwebm/
Dmkvparser.hpp756 long long GetElementSize() const;
Dmkvparser.cpp1281 const long long element_size = pCluster->GetElementSize(); in DoLoadCluster()
1508 assert(m_pUnknownSize->GetElementSize() < 0); //TODO: verify this in DoLoadClusterUnknownSize()
1672 const long long size = m_pUnknownSize->GetElementSize(); in DoLoadClusterUnknownSize()
6994 long long Cluster::GetElementSize() const in GetElementSize() function in mkvparser::Cluster