Searched refs:m_dataSource (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebDocumentLoader.cpp35 , m_dataSource(0)
51 if (m_dataSource) {
53 m_dataSource->Release();
59 ASSERT(!m_dataSource);
60 m_dataSource = dataSource;
61 if (m_dataSource)
62 m_dataSource->AddRef();
67 return m_dataSource;
72 // we only call detachDataSource when the WebDataSource is freed - and we won't get there if m_dataSource is not
74 ASSERT(!m_dataSource);
[all...]
H A DWebDocumentLoader.h47 WebDataSource* m_dataSource; member in class:WebDocumentLoader
/macosx-10.9.5/WebKit-7537.78.2/gtk/WebCoreSupport/
H A DDocumentLoaderGtk.cpp44 , m_dataSource(0)
50 ASSERT(!m_dataSource);
52 m_dataSource = dataSource;
65 if (m_dataSource) {
86 ASSERT(m_dataSource);
111 if (!m_dataSource || m_isDataSourceReffed)
114 g_object_ref(m_dataSource);
120 ASSERT(m_dataSource);
122 g_object_unref(m_dataSource);
123 m_dataSource
[all...]
H A DDocumentLoaderGtk.h53 WebKitWebDataSource* dataSource() const { return m_dataSource; }
68 WebKitWebDataSource* m_dataSource; member in class:WebKit::DocumentLoader
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDocumentLoaderMac.mm38 , m_dataSource(nil)
52 ASSERT(!m_dataSource);
55 m_dataSource = dataSource;
70 return m_dataSource;
93 ASSERT(m_dataSource);
122 if (m_isDataSourceRetained || !m_dataSource)
125 CFRetain(m_dataSource);
132 ASSERT(m_dataSource);
134 CFRelease(m_dataSource);
140 m_dataSource
[all...]
H A DWebDocumentLoaderMac.h63 WebDataSource *m_dataSource; member in class:WebDocumentLoaderMac
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DTypeAhead.cpp40 : m_dataSource(dataSource)
66 int optionCount = m_dataSource->optionCount();
96 int selected = m_dataSource->indexOfSelectedOption();
107 String text = m_dataSource->optionAtIndex(index);
H A DTypeAhead.h61 TypeAheadDataSource* m_dataSource; member in class:WebCore::TypeAhead
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DDataTransferItemQt.cpp78 , m_dataSource(source)
101 if (m_dataSource == InternalSource) {
125 if (kind() == kindFile && m_dataSource == InternalSource)
H A DDataTransferItemQt.h74 const DataSource m_dataSource; member in class:WebCore::DataTransferItemQt

Completed in 210 milliseconds