OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ancestor
(Results
226 - 250
of
382
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp
319
//
ancestor
. See HTML5 4.10.10 'The datalist element.'
/external/webkit/Source/WebCore/html/shadow/
TextControlInnerElements.cpp
116
// A TextControlInnerTextElement can be its own shadow
ancestor
if its been detached, but kept alive by an EditCommand.
/external/webkit/Source/WebCore/platform/
ScrollView.h
239
// Called when our frame rect changes (or the rect/scroll position of an
ancestor
changes).
/external/webkit/Source/WebCore/platform/graphics/
GraphicsLayer.h
203
// Returns true if the layer has the given layer as an
ancestor
(excluding self).
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
main.js
165
// Roll up tests by
ancestor
directories
/external/zlib/src/contrib/delphi/
ZLib.pas
44
// Abstract
ancestor
class
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h
208
VALUE the common
ancestor
with this binding_level's namespace. */
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h
208
VALUE the common
ancestor
with this binding_level's namespace. */
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h
208
VALUE the common
ancestor
with this binding_level's namespace. */
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h
208
VALUE the common
ancestor
with this binding_level's namespace. */
/external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemLiteralResult.java
157
* A text node is preserved if an
ancestor
element of the text node
159
* no closer
ancestor
element has xml:space with a value of default.
[
all
...]
/external/chromium/chrome/browser/resources/options/
options_page.js
874
// (e.g., if an
ancestor
is made visible after a child).
969
* Checks whether this page is an
ancestor
of the given page in terms of
/external/chromium/chrome/browser/resources/touch_ntp/
newtab.js
481
* Search an elements
ancestor
chain for the nearest element that is a member
485
* @return {Element} The first
ancestor
of the specified class or null.
/external/chromium/net/base/
dnssec_chain_verifier.cc
86
This replaces the target domain with a new domain. The new domain is the target of the CNAME with _ssl prepended. The verifier is now in the zone that is the greatest common
ancestor
of the old and new target domains. (For example, when switching from _ssl.www.example.com to _ssl.www.example2.com, the verifier is now in com.)
684
// and unwind the chain to the closest common
ancestor
.
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
statetracker.py
686
"""Returns true if the current token has an object literal
ancestor
.
689
True if the current token has an object literal
ancestor
.
/external/clang/lib/Sema/
JumpDiagnostics.cpp
537
/// DCA(A,B) is the deepest common
ancestor
of A and B.
709
// Walk out the scope chain until we reach the common
ancestor
.
/external/webkit/Source/WebCore/editing/
Editor.cpp
945
// and find the background color of the common
ancestor
.
[
all
...]
/external/protobuf/java/src/test/java/com/google/protobuf/
TestUtil.java
3710
File
ancestor
= new File(".");
local
[
all
...]
/external/webkit/Source/WebCore/loader/
FrameLoader.cpp
838
for (Frame*
ancestor
= m_frame;
ancestor
;
ancestor
=
ancestor
->tree()->parent()) {
839
if (!
ancestor
->loader()->m_isComplete)
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderObject.cpp
[
all
...]
/external/libxml2/
xmlschemas.c
[
all
...]
/external/webkit/Source/WebCore/page/
FrameView.cpp
[
all
...]
/frameworks/base/core/java/com/android/internal/util/
StateMachine.java
847
* common
ancestor
state of the enter/exit states. Then
[
all
...]
/external/chromium/net/tools/flip_server/
epoll_server.h
427
// WaitForEventsAndExecuteCallbacks is not an
ancestor
of the caller's
429
// However, when WaitForEventsAndExecuteCallbacks -is- an
ancestor
, then
[
all
...]
/external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h
524
/// at least one
ancestor
matched.
[
all
...]
Completed in 1924 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>