HomeSort by relevance Sort by last modified time
    Searched defs:Visible (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/cc/scheduler/
scheduler_state_machine_unittest.cc 38 bool Visible() const { return visible_; }
390 // When not in BeginFrame, or in BeginFrame but not visible,
401 bool visible = j; local
402 if (!visible) {
711 // Begin the frame while visible.
728 // Become visible again.
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
Caret.h 45 enum CaretVisibility { Visible, Hidden };
61 bool caretIsVisible() const { return m_caretVisibility == Visible; }
  /frameworks/base/core/java/android/text/method/
PasswordTransformationMethod.java 108 sp.setSpan(new Visible(sp, this), start, start + count,
133 Visible[] old = sp.getSpans(0, sp.length(), Visible.class);
161 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
163 for (int a = 0; a < visible.length; a++) {
164 if (sp.getSpanStart(visible[a].mTransformer) >= 0) {
165 st = sp.getSpanStart(visible[a]);
166 en = sp.getSpanEnd(visible[a])
202 Visible[] visible = sp.getSpans(0, sp.length(), Visible.class); local
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 306 // Compiler builtins are always visible, regardless of where they end
434 // wherever the object, function, or enumerator name is visible.
436 // even if they're not visible. (ref?)
688 // name lookup. Instead, any conversion function templates visible in the
    [all...]

Completed in 127 milliseconds