Home | History | Annotate | Download | only in src

Lines Matching full:static_cast

73     ASSERT(index >= 0 && static_cast<size_t>(index) < m_names.size());
83 ASSERT(index >= 0 && static_cast<size_t>(index) < m_labels.size());
93 ASSERT(index >= 0 && static_cast<size_t>(index) < m_icons.size());
104 ASSERT(static_cast<unsigned>(index) < m_names.size());
121 return !m_uniqueIDs[index] && (m_separatorIndex == -1 || listIndex < static_cast<unsigned>(m_separatorIndex));
130 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex))
148 if (m_separatorIndex != -1 && listIndex > static_cast<unsigned>(m_separatorIndex))
228 return (m_separatorIndex != -1 && static_cast<unsigned>(m_separatorIndex) == listIndex);
237 ASSERT(index >= 0 && static_cast<size_t>(index) < m_uniqueIDs.size());
275 ASSERT(separatorIndex < static_cast<int>(names.size()));
321 ASSERT(separatorIndex < static_cast<int>(names.size()));
337 if (getSelectedIndex() >= static_cast<int>(names.size()))
343 if (listIndex == static_cast<unsigned>(m_separatorIndex))
346 if (m_separatorIndex == -1 || listIndex < static_cast<unsigned>(m_separatorIndex))
361 return static_cast<WebViewImpl*>(page->chrome()->client()->webView());