OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ContentSettings
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/content/browser/android/
content_settings.h
15
class
ContentSettings
: public WebContentsObserver {
17
ContentSettings
(JNIEnv* env, jobject obj,
26
virtual ~
ContentSettings
();
content_settings.cc
17
ContentSettings
::
ContentSettings
(JNIEnv* env,
24
ContentSettings
::~
ContentSettings
() {
34
bool
ContentSettings
::RegisterContentSettings(JNIEnv* env) {
38
bool
ContentSettings
::GetJavaScriptEnabled(JNIEnv* env, jobject obj) {
45
void
ContentSettings
::WebContentsDestroyed(WebContents* web_contents) {
53
ContentSettings
* content_settings =
54
new
ContentSettings
(env, obj, web_contents);
/external/chromium/chrome/common/
content_settings.h
27
struct
ContentSettings
{
28
ContentSettings
() {
33
explicit
ContentSettings
(ContentSetting default_setting) {
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
ContentSettings.java
12
* Manages settings state for a ContentView. A
ContentSettings
instance is obtained
16
public class
ContentSettings
{
18
private static final String TAG = "
ContentSettings
";
30
ContentSettings
(ContentViewCore contentViewCore, long nativeContentView) {
58
// Initialize the
ContentSettings
native side.
/external/chromium/chrome/browser/resources/options/
options.js
13
var
ContentSettings
= options.
ContentSettings
;
15
options.
contentSettings
.ContentSettingsExceptionsArea;
98
OptionsPage.registerSubPage(
ContentSettings
.getInstance(),
102
ContentSettings
.getInstance());
104
ContentSettings
.getInstance(),
/external/chromium_org/chrome/browser/resources/options/
options.js
14
options.
contentSettings
.ContentSettingsExceptionsArea;
15
var
ContentSettings
= options.
ContentSettings
;
107
OptionsPage.registerOverlay(
ContentSettings
.getInstance(),
111
ContentSettings
.getInstance());
113
ContentSettings
.getInstance(),
128
ContentSettings
.getInstance(),
153
ContentSettings
.getInstance(),
Completed in 297 milliseconds