OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContentSwitches
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DeviceUtils.java
11
import org.chromium.content.common.
ContentSwitches
;
69
CommandLine.getInstance().appendSwitch(
ContentSwitches
.TABLET_UI);
71
CommandLine.getInstance().appendSwitch(
ContentSwitches
.USE_MOBILE_UA);
HeapStatsLogger.java
15
import org.chromium.content.common.
ContentSwitches
;
33
if (CommandLine.getInstance().hasSwitch(
ContentSwitches
.ENABLE_TEST_INTENTS)) {
ContentViewGestureHandler.java
20
import org.chromium.content.common.
ContentSwitches
;
277
CommandLine.getInstance().hasSwitch(
ContentSwitches
.DISABLE_CLICK_DELAY);
[
all
...]
ContentViewCore.java
72
import org.chromium.content.common.
ContentSwitches
;
[
all
...]
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
ContentSwitches.java
11
public abstract class
ContentSwitches
{
78
private
ContentSwitches
() {}
TraceEvent.java
171
CommandLine.getInstance().hasSwitch(
ContentSwitches
.ENABLE_IDLE_TRACING) ?
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
PhoneNumberDetectionTest.java
10
import org.chromium.content.common.
ContentSwitches
;
35
"--" +
ContentSwitches
.NETWORK_COUNTRY_ISO + "=" + countryIso };
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/accessibility/
AccessibilityInjector.java
28
import org.chromium.content.common.
ContentSwitches
;
114
ContentSwitches
.ACCESSIBILITY_JAVASCRIPT_URL,
400
ContentSwitches
.ACCESSIBILITY_DEBUG_BRAILLE_SERVICE));
/external/chromium_org/content/shell/android/shell_apk/src/org/chromium/content_shell_apk/
ContentShellActivity.java
25
import org.chromium.content.common.
ContentSwitches
;
82
if (CommandLine.getInstance().hasSwitch(
ContentSwitches
.DUMP_RENDER_TREE)) {
Completed in 106 milliseconds