HomeSort by relevance Sort by last modified time
    Searched defs:webDataSource (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebKit/win/
WebCachedFramePlatformData.h 31 #include "WebDataSource.h"
37 WebCachedFramePlatformData(IWebDataSource* webDataSource) : m_webDataSource(webDataSource) { }
39 IWebDataSource* webDataSource() { return m_webDataSource.get(); }
  /external/webkit/WebKit/gtk/webkit/
webkitwebdatasource.cpp 81 WebKitWebDataSource* webDataSource = WEBKIT_WEB_DATA_SOURCE(object);
82 WebKitWebDataSourcePrivate* priv = webDataSource->priv;
134 static void webkit_web_data_source_init(WebKitWebDataSource* webDataSource)
136 webDataSource->priv = WEBKIT_WEB_DATA_SOURCE_GET_PRIVATE(webDataSource);
141 WebKitWebDataSource* webDataSource = WEBKIT_WEB_DATA_SOURCE(g_object_new(WEBKIT_TYPE_WEB_DATA_SOURCE, NULL));
142 WebKitWebDataSourcePrivate* priv = webDataSource->priv;
145 return webDataSource;
208 WebKitWebFrame* webkit_web_data_source_get_web_frame(WebKitWebDataSource* webDataSource)
210 g_return_val_if_fail(WEBKIT_IS_WEB_DATA_SOURCE(webDataSource), NULL)
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.cpp 123 WebKitWebDataSource* webDataSource = webkit_web_data_source_new_with_loader(loader.get());
124 loader->setDataSource(webDataSource);
125 g_object_unref(webDataSource);
    [all...]

Completed in 466 milliseconds