HomeSort by relevance Sort by last modified time
    Searched refs:override (Results 201 - 225 of 470) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/content/browser/web_contents/
navigation_entry_impl.cc 264 void NavigationEntryImpl::SetIsOverridingUserAgent(bool override) {
265 is_overriding_user_agent_ = override;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
TextRun.h 212 void setDirectionalOverride(bool override) { m_directionalOverride = override; }
251 unsigned m_directionalOverride : 1; // Was this direction set by an override character.
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
BidiResolver.h 116 : m_override(context->override())
421 bool override = embedding.direction() == LeftToRightOverride || embedding.direction() == RightToLeftOverride; local
428 toContext = BidiContext::create(level, direction, override, embedding.source(), toContext.get());
526 void BidiResolver<Iterator, Run>::createBidiRunsForLine(const Iterator& end, VisualDirectionOverride override, bool hardLineBreak)
532 if (override != NoVisualOverride) {
540 m_direction = override == VisualLeftToRightOverride ? LeftToRight : RightToLeft;
543 if (override == VisualRightToLeftOverride)
578 if (context()->override()
    [all...]
  /frameworks/webview/chromium/java/com/android/webview/chromium/
WebViewChromiumFactoryProvider.java 114 @Override
175 PathService.override(PathService.DIR_MODULE, "/system/lib/");
181 PathService.override(DIR_RESOURCE_PAKS_ANDROID,
202 @Override
211 @Override
216 @Override
221 @Override
226 @Override
240 @Override
264 @Override
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PieController.java 119 @Override
155 Log.e(TAG, "Fail to find override value=" + overrideValue);
167 // Scene mode may override other camera settings (ex: flash mode).
173 override(pref, keyvalues); method
177 private void override(IconListPreference pref, final String ... keyvalues) { method in class:PieController
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
photo_import.js 498 /** @override */
522 /** @override */
537 /** @override */
547 /** @override */
557 /** @override */
567 /** @override */
  /external/chromium_org/tools/code_coverage/third_party/
sorttable.js 80 // manually override the type with a sorttable_type attribute
83 if (mtch) { override = mtch[1]; }
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
203 // for example, you can override the cell text with a customkey attribute.
  /external/clang/tools/scan-build/
sorttable.js 80 // manually override the type with a sorttable_type attribute
83 if (mtch) { override = mtch[1]; }
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
203 // for example, you can override the cell text with a customkey attribute.
  /external/qemu/target-i386/
translate.c 84 int override; /* -1 if no override */ member in struct:DisasContext
610 int override; local
612 override = s->override;
615 if (override >= 0) {
616 gen_op_movq_A0_seg(override);
625 if (s->addseg && override < 0)
626 override = R_DS;
627 if (override >= 0)
1973 int mod, rm, code, override, must_add_seg; local
2202 int override, must_add_seg; local
    [all...]
  /frameworks/base/tools/preload/
sorttable.js 80 // manually override the type with a sorttable_type attribute
83 if (mtch) { override = mtch[1]; }
84 if (mtch && typeof sorttable["sort_"+override] == 'function') {
85 headrow[i].sorttable_sortfunction = sorttable["sort_"+override];
203 // for example, you can override the cell text with a customkey attribute.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRStringStream.cs 281 public override string ToString() {
CommonToken.cs 115 /** Override the text for this token. getText() will return this text
198 public override string ToString() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRStringStream.cs 322 public override string ToString()
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
trace-event-listener.rb 10 Subclasses can override the record() method (which defaults to printing to
  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 167 HttpError ReadCacheHeaders(const std::string& id, bool override);
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_adjust.js 22 /** @override */
29 /** @override */
  /external/chromium_org/content/public/browser/
web_contents.h 212 virtual void SetUserAgentOverride(const std::string& override) = 0;
364 // Override the encoding and reload the page by sending down
371 // Remove any user-defined override encoding and reload by sending down
  /external/chromium_org/third_party/icu/source/i18n/unicode/
udatpg.h 307 * an existing pattern, and the override parameter is set, then the previous
318 * @param override When existing values are to be overridden use true,
332 UBool override,
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 169 HttpError ReadCacheHeaders(const std::string& id, bool override);
  /external/clang/test/SemaCXX/
abstract.cpp 292 void x() override {}
  /external/icu4c/i18n/unicode/
udatpg.h 309 * an existing pattern, and the override parameter is set, then the previous
320 * @param override When existing values are to be overridden use true,
334 UBool override,
  /external/markdown/markdown/
inlinepatterns.py 143 Subclasses should override this method.
  /frameworks/compile/mclinker/include/mcld/LD/
ResolveInfo.h 131 void override(const ResolveInfo& pForm);
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /external/chromium_org/android_webview/native/
aw_settings.cc 115 std::string override = base::android::ConvertJavaStringToUTF8(str); local
116 web_contents()->SetUserAgentOverride(override);

Completed in 1087 milliseconds

1 2 3 4 5 6 7 891011>>