Searched defs:m_list (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DClientRectList.h52 Vector<RefPtr<ClientRect> > m_list; member in class:WebCore::ClientRectList
/external/webkit/Source/WebCore/css/
H A DCSSRuleList.h58 return m_list.get();
65 RefPtr<StyleList> m_list; member in class:WebCore::CSSRuleList
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DQtMaemoWebPopup.h48 QListWidget* m_list; member in class:WebCore::Maemo5Popup
/external/webkit/Source/WebKit2/Shared/
H A DSessionState.h43 const BackForwardListItemVector& list() const { return m_list; }
52 BackForwardListItemVector m_list; member in class:WebKit::SessionState
/external/webkit/Source/WebKit/android/plugins/
H A DPluginTimer.h59 PluginTimer** m_list; member in class:WebCore::PluginTimer
71 PluginTimerList() : m_list(0) {}
79 PluginTimer* m_list; member in class:WebCore::PluginTimerList
/external/webkit/Source/WebKit/qt/examples/platformplugin/
H A DWebPlugin.h49 QListWidget* m_list; member in class:Popup
/external/opencv/cv/src/
H A D_cvlist.h67 struct _list* m_list; member in struct:_pos
/external/kernel-headers/original/linux/
H A Dmsg.h69 struct list_head m_list; member in struct:msg_msg
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.h110 mutable QList<T> m_list; // setValueAt is const! member in class:JSC::Bindings::QtArray
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp75 list<const CNfcParam*> m_list; member in class:CNfcConfig
541 if (m_list.size() == 0)
543 m_list.push_back(pParam);
546 for (list<const CNfcParam*>::iterator it = m_list.begin(), itEnd = m_list.end(); it != itEnd; ++it)
550 m_list.insert(it, pParam);
553 m_list.push_back(pParam);
567 if (m_list.size() == 0)
570 for (list<const CNfcParam*>::iterator it = m_list.begin(), itEnd = m_list
[all...]
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp75 list<const CNfcParam*> m_list; member in class:CNfcConfig
541 if (m_list.size() == 0)
543 m_list.push_back(pParam);
546 for (list<const CNfcParam*>::iterator it = m_list.begin(), itEnd = m_list.end(); it != itEnd; ++it)
550 m_list.insert(it, pParam);
553 m_list.push_back(pParam);
567 if (m_list.size() == 0)
570 for (list<const CNfcParam*>::iterator it = m_list.begin(), itEnd = m_list
[all...]
/external/webkit/Source/WebCore/page/
H A DContentSecurityPolicy.cpp175 Vector<CSPSource> m_list; member in class:WebCore::CSPSourceList
190 for (size_t i = 0; i < m_list.size(); ++i) {
191 if (m_list[i].matches(url))
211 return; // We represent 'none' as an empty m_list.
222 m_list.append(CSPSource(scheme, host, port, hostHasWildcard, portHasWildcard));
393 m_list.append(CSPSource(m_origin->protocol(), m_origin->host(), m_origin->port(), false, false));
/external/webkit/Source/JavaScriptCore/parser/
H A DNodes.h447 PropertyListNode* m_list; member in class:JSC::ObjectLiteralNode

Completed in 527 milliseconds