Searched defs:dataSource (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DTypeAhead.cpp38 TypeAhead::TypeAhead(TypeAheadDataSource* dataSource) argument
39 : m_dataSource(dataSource)
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFieldVerifier.java66 public FieldVerifier(DataSource dataSource) { argument
67 mDataSource = dataSource;
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebRemoteFrameImpl.cpp450 WebDataSource* WebRemoteFrameImpl::dataSource() const function in class:blink::WebRemoteFrameImpl
H A DWebLocalFrameImpl.cpp911 WebDataSource* WebLocalFrameImpl::dataSource() const function in class:WebLocalFrameImpl
1679 return static_cast<WebDataSourceImpl*>(dataSource());
/external/chromium_org/third_party/webrtc/modules/audio_device/mac/
H A Daudio_device_mac.cc1350 UInt32 dataSource = 0; local
1351 size = sizeof(dataSource);
1353 &propertyAddress, 0, NULL, &size, &dataSource));
1355 if (dataSource == 'ispk')
2738 UInt32 dataSource = 0; local
2741 &propertyAddress, 0, NULL, &size, &dataSource));
2742 if (dataSource == 'ispk')
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp2744 WebDataSource* dataSource = webViewHelper.webView()->mainFrame()->dataSource(); local
2745 ASSERT_TRUE(dataSource);
2746 EXPECT_EQ(toKURL(m_baseURL + "fixed_layout.html"), toKURL(dataSource->request().url().spec()));
2757 WebDataSource* dataSource = webViewHelper.webView()->mainFrame()->dataSource(); local
2758 ASSERT_TRUE(dataSource);
2759 dataSource->appendRedirect(toKURL(secondURL));
2762 dataSource->redirectChain(redirects);
2780 WebDataSource* iframeDataSource = iframe->dataSource();
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 732 milliseconds