Home
last modified time | relevance | path

Searched defs:webview (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Tools/EWebLauncher/
Dmain.c212 zoom_level_set(Evas_Object *webview, int level) in zoom_level_set()
226 Evas_Object *webview; in on_ecore_evas_resize() local
283 on_title_changed(void *user_data, Evas_Object *webview, void *event_info) in on_title_changed()
292 on_progress(void *user_data, Evas_Object *webview, void *event_info) in on_progress()
301 on_load_finished(void *user_data, Evas_Object *webview, void *event_info) in on_load_finished()
319 on_toolbars_visible_set(void* user_data, Evas_Object* webview, void* event_info) in on_toolbars_visible_set()
332 on_toolbars_visible_get(void* user_data, Evas_Object* webview, void* event_info) in on_toolbars_visible_get()
339 on_statusbar_visible_set(void* user_data, Evas_Object* webview, void* event_info) in on_statusbar_visible_set()
352 on_statusbar_visible_get(void* user_data, Evas_Object* webview, void* event_info) in on_statusbar_visible_get()
359 on_scrollbars_visible_set(void* user_data, Evas_Object* webview, void* event_info) in on_scrollbars_visible_set()
[all …]
/external/webkit/Source/WebKit/wx/
DWebBrowserShell.h54 wxWebView* webview; variable
/external/chromium/webkit/glue/
Dcontext_menu_unittest.cc60 WebView* webview = test_shell_->webView(); in TEST_F() local
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp124 WebViewImpl* webview = m_webFrame->viewImpl(); in dispatchDidClearWindowObjectInWorld() local
759 WebViewImpl* webview = m_webFrame->viewImpl(); in dispatchDidCommitLoad() local
1015 WebViewImpl* webview = m_webFrame->viewImpl(); in postProgressStartedNotification() local
1022 WebViewImpl* webview = m_webFrame->viewImpl(); in postProgressEstimateChangedNotification() local
1033 WebViewImpl* webview = m_webFrame->viewImpl(); in postProgressFinishedNotification() local
1137 WebViewImpl* webview = m_webFrame->viewImpl(); in shouldGoToHistoryItem() local
DDebuggerAgentManager.cpp261 void DebuggerAgentManager::onWebViewClosed(WebViewImpl* webview) in onWebViewClosed()
DEditorClientImpl.cpp77 EditorClientImpl::EditorClientImpl(WebViewImpl* webview) in EditorClientImpl()
/external/webkit/Source/WebCore/platform/wx/
DScrollbarThemeWx.cpp202 wxWindow* webview = root->hostWindow()->platformPageClient(); in paint() local
/external/webkit/Source/WebKit/android/nav/
DWebView.cpp1225 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeScrollableLayer() local
1240 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeScrollLayer() local
1298 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeGetHandleLayerId() local
1313 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeMapLayerRect() local
1323 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeSetHwAccelerated() local
1330 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeFindMaxVisibleRect() local
1340 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeIsHandleLeft() local
1347 WebView* webview = reinterpret_cast<WebView*>(nativeView); in nativeIsPointVisible() local
/external/webkit/Source/WebKit/gtk/tests/
Dtestloading.c350 static void load_error_test(WebKitWebView* webview, WebKitWebFrame* frame, const char* uri, GError*… in load_error_test()
/external/webkit/Source/WebKit/android/plugins/
DPluginWidgetAndroid.cpp161 jobject webview = m_core->getWebViewJavaObject(); in setDrawingModel() local
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp883 QDeclarativeWebView* webview = 0; in createWindow() local
/external/webkit/Tools/DumpRenderTree/chromium/
DEventSender.cpp328 WebView* EventSender::webview() in webview() function in EventSender
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
DFrameLoaderClientHaiku.cpp66 void FrameLoaderClientHaiku::setWebView(WebView* webview) in setWebView()
/external/webkit/Source/WebKit/wx/WebKitSupport/
DFrameLoaderClientWx.cpp104 void FrameLoaderClientWx::setWebView(wxWebView *webview) in setWebView()