OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:webkit
(Results
151 - 175
of
551
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/core/java/android/webkit/
CookieSyncManager.java
17
package android.
webkit
;
MockGeolocation.java
17
package android.
webkit
;
41
// This should only ever be called on the
WebKit
thread.
49
// This should only ever be called on the
WebKit
thread.
54
// This should only ever be called on the
WebKit
thread.
PluginData.java
17
package android.
webkit
;
24
* data itself is meant to be loaded into
webkit
via the
WebIconDatabase.java
17
package android.
webkit
;
WebResourceResponse.java
17
package android.
webkit
;
WebTextView.java
17
package android.
webkit
;
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java
25
import android.
webkit
.CookieSyncManager;
26
import android.
webkit
.WebChromeClient;
27
import android.
webkit
.WebSettings;
28
import android.
webkit
.WebView;
/external/chromium/chrome/browser/
plugin_exceptions_table_model_unittest.cc
15
#include "
webkit
/plugins/npapi/plugin_group.h"
16
#include "
webkit
/plugins/npapi/webplugininfo.h"
87
std::vector<
webkit
::npapi::PluginGroup> plugins;
88
webkit
::npapi::WebPluginInfo foo_plugin;
92
webkit
::npapi::WebPluginInfo::USER_ENABLED_POLICY_UNMANAGED;
93
scoped_ptr<
webkit
::npapi::PluginGroup> foo_group(
94
webkit
::npapi::PluginGroup::FromWebPluginInfo(foo_plugin));
97
webkit
::npapi::WebPluginInfo bar_plugin;
101
webkit
::npapi::WebPluginInfo::USER_ENABLED_POLICY_UNMANAGED;
102
scoped_ptr<
webkit
::npapi::PluginGroup> bar_group
[
all
...]
plugin_data_remover.cc
16
#include "
webkit
/plugins/npapi/plugin_group.h"
17
#include "
webkit
/plugins/npapi/plugin_list.h"
90
const
webkit
::npapi::WebPluginInfo& info) {
171
webkit
::npapi::WebPluginInfo plugin;
173
if (!
webkit
::npapi::PluginList::Singleton()->GetPluginInfo(
178
webkit
::npapi::PluginGroup::CreateVersionFromString(plugin.version));
184
return
webkit
::npapi::IsPluginEnabled(plugin) &&
/cts/tests/tests/webkit/src/android/webkit/cts/
DateSorterTest.java
17
package android.
webkit
.cts;
22
import android.
webkit
.DateSorter;
MimeTypeMapTest.java
17
package android.
webkit
.cts;
21
import android.
webkit
.MimeTypeMap;
GeolocationTest.java
17
package android.
webkit
.cts;
31
import android.
webkit
.CookieManager;
32
import android.
webkit
.CookieSyncManager;
33
import android.
webkit
.GeolocationPermissions;
34
import android.
webkit
.JavascriptInterface;
35
import android.
webkit
.WebChromeClient;
36
import android.
webkit
.WebResourceResponse;
37
import android.
webkit
.WebView;
38
import android.
webkit
.WebViewClient;
39
import android.
webkit
.cts.WebViewOnUiThread.WaitForLoadedClient
[
all
...]
/external/webkit/Source/WebKit/gtk/tests/
testwebhistoryitem.c
22
#include <
webkit
/
webkit
.h>
64
g_test_bug_base("https://bugs.
webkit
.org/");
65
g_test_add("/
webkit
/webhistoryitem/get_data",
68
g_test_add("/
webkit
/webhistoryitem/alternate_title",
testwebplugindatabase.c
24
#include <
webkit
/
webkit
.h>
46
if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "
WebKit
Test PlugIn") &&
47
!g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape plug-in that handles test content for
WebKit
")) {
62
if (!g_strcmp0(webkit_web_plugin_get_name(plugin), "
WebKit
Test PlugIn") &&
63
!g_strcmp0(webkit_web_plugin_get_description(plugin), "Simple Netscape plug-in that handles test content for
WebKit
"))
77
g_test_bug_base("https://bugs.
webkit
.org/");
78
g_test_add_func("/
webkit
/webplugindatabase/getplugins", test_webkit_web_plugin_database_get_plugins);
testwebsettings.c
22
#include <
webkit
/
webkit
.h>
69
g_test_bug_base("https://bugs.
webkit
.org/");
70
g_test_add_func("/
webkit
/websettings/user_agent", test_webkit_web_settings_user_agent);
/external/webkit/Source/WebKit/gtk/webkit/
webkitwebinspector.h
25
#include <
webkit
/webkitdomdefines.h>
26
#include <
webkit
/webkitdefines.h>
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
qt.py
36
import
webkit
namespace
38
from webkitpy.layout_tests.port.
webkit
import WebKitPort
/frameworks/base/core/tests/coretests/src/android/webkit/
WebkitTest.java
17
package android.
webkit
;
23
import android.
webkit
.DateSorter;
/frameworks/base/tests/CoreTests/android/core/
HttpHeaderTest.java
23
import android.
webkit
.CacheManager;
24
import android.
webkit
.CacheManager.CacheResult;
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java
29
import android.
webkit
.HttpAuthHandler;
30
import android.
webkit
.JsPromptResult;
31
import android.
webkit
.JsResult;
32
import android.
webkit
.SslErrorHandler;
33
import android.
webkit
.WebChromeClient;
34
import android.
webkit
.WebView;
35
import android.
webkit
.WebViewClient;
36
import android.
webkit
.WebSettings.LayoutAlgorithm;
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
JavaBridgeTestBase.java
25
import android.
webkit
.WebView;
26
import android.
webkit
.WebViewClient;
/packages/apps/Browser/src/com/android/browser/preferences/
FontSizePreview.java
23
import android.
webkit
.WebSettings;
24
import android.
webkit
.WebView;
InvertedContrastPreview.java
22
import android.
webkit
.WebSettingsClassic;
23
import android.
webkit
.WebViewClassic;
/external/chromium/chrome/common/
chrome_content_client.cc
63
webkit
::npapi::WebPluginMimeType pdf_mime_type(kPDFPluginMimeType,
83
webkit
::npapi::WebPluginMimeType nacl_mime_type(kNaClPluginMimeType,
100
webkit
::npapi::WebPluginMimeType remoting_mime_type(kRemotingPluginMimeType,
152
webkit
::npapi::WebPluginMimeType swf_mime_type(kFlashPluginSwfMimeType,
156
webkit
::npapi::WebPluginMimeType spl_mime_type(kFlashPluginSplMimeType,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWebView.java
5
import android.
webkit
.WebChromeClient;
6
import android.
webkit
.WebSettings;
7
import android.
webkit
.TestWebSettings;
8
import android.
webkit
.WebView;
9
import android.
webkit
.WebViewClient;
188
* @return goBackInvocations the number of times {@code android.
webkit
.WebView#goBack()}
198
* Sets the value to return from {@code android.
webkit
.WebView#canGoBack()}
Completed in 7155 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>