HomeSort by relevance Sort by last modified time
    Searched full:visited (Results 476 - 500 of 781) sorted by null

<<11121314151617181920>>

  /external/webkit/Source/WebCore/page/
PageGroup.cpp 269 // Use Chromium's built-in visited link database.
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 109 friend class AnimationBase; // Used by CSS animations. We can't allow them to animate based off visited colors.
114 friend class CSSComputedStyleDeclaration; // Ignores visited styles, so needs to be able to see unvisited info.
115 friend class PropertyWrapperMaybeInvalidColor; // Used by CSS animations. We can't allow them to animate based off visited colors.
116 friend class RenderSVGResource; // FIXME: Needs to alter the visited state by hand. Should clean the SVG code up and move it into RenderStyle perhaps.
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebKitClient.h 110 // Returns the hash for the given canonicalized URL for use in visited
  /external/webkit/Source/WebKit/mac/History/
WebHistoryItem.mm 422 core(_private)->visited(title, [NSDate timeIntervalSinceReferenceDate], increaseVisitCount ? IncreaseVisitCount : DoNotIncreaseVisitCount);
  /external/webkit/Source/WebKit/win/
WebHistoryItem.cpp 487 m_historyItem->visited(title, CFAbsoluteTimeGetCurrent(), increaseVisitCount ? IncreaseVisitCount : DoNotIncreaseVisitCount);
  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 327 /* Oh, we've already visited here. */
  /frameworks/av/services/audioflinger/
NBAIO.h 51 // too large, then this decision should be re-visited.
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 355 /** Obtains a list of all visited history items, used for link coloring
  /frameworks/base/docs/html/guide/webapps/
webview.jd 297 history of visited web
  /frameworks/base/docs/html/training/design-navigation/
descendant-lateral.jd 171 <p>In the next lesson, we discuss mechanisms for allowing users to navigate up our information hierarchy and back, to previously visited screens.</p
  /frameworks/base/tests/CoreTests/android/core/
HeapTest.java 289 /* We've visited all of the enqueued references.
  /frameworks/base/tools/layoutlib/create/
README.txt 121 Finally fields are also visited and changed from protected/private to public.
  /packages/apps/Browser/
AndroidManifest.xml 245 <!-- For custom home pages (like most visited) -->
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Detector.java 85 * visitor will be called from the top and all node types visited.
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.css 255 #jd-header .crumb a:visited {
413 .absent a:visited,
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 1005 * Indicates a block has been visited by an iterator method.
1007 * @param v {@code non-null;} block visited
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 1005 * Indicates a block has been visited by an iterator method.
1007 * @param v {@code non-null;} block visited
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.css 256 #jd-header .crumb a:visited {
413 .absent a:visited,
  /external/javassist/src/main/javassist/bytecode/stackmap/
Tracer.java 135 * Invoked when the visited instruction is jsr.
148 * Invoked when the visited instruction is ret or wide ret.
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 171 /// visited.
576 /// be converted into a thunk. In either case, it should never be visited
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 147 # If we have already visited this item, we are done.
151 # Otherwise, mark the component info as visited and traverse.
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 38 * of each tile visited with the ray and searches for points of intersection.
359 // tile to be visited.
    [all...]
  /external/skia/include/core/
SkPath.h 664 segments have been visited, return kDone_Verb.
712 segments have been visited, return kDone_Verb.
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compose.h 664 // where vi = # of states visited, di = maximum out-degree, and mi the
665 // maximum multiplicity of the states visited for the ith
    [all...]
  /external/webkit/Source/WebKit/gtk/po/
ar.po 233 msgid "Last visited Time"
237 msgid "The time at which the history item was last visited"

Completed in 1006 milliseconds

<<11121314151617181920>>