Searched defs:root (Results 226 - 250 of 1181) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFrameOwnerElement.h107 explicit SubframeLoadingDisabler(Node& root) argument
108 : m_root(root)
H A DHTMLKeygenElement.cpp59 void HTMLKeygenElement::didAddUserAgentShadowRoot(ShadowRoot& root) argument
77 root.appendChild(select);
115 ShadowRoot* root = userAgentShadowRoot(); local
116 return root ? toHTMLSelectElement(root->firstChild()) : 0;
/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DInlinePainter.cpp47 RootInlineBox& root = curr->root(); local
48 LayoutUnit top = std::max<LayoutUnit>(root.lineTop(), curr->logicalTop());
49 LayoutUnit bottom = std::min<LayoutUnit>(root.lineBottom(), curr->logicalBottom());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DLayoutState.cpp102 LayoutState::LayoutState(RenderObject& root) argument
107 , m_next(root.view()->layoutState())
109 , m_renderer(root)
112 ASSERT(!m_next || root.isTableSection());
114 if (root.isRenderView())
117 root.view()->pushLayoutState(*this);
119 RenderObject* container = root.container();
H A DRenderLayerClipper.h62 ClipRectsContext(const RenderLayer* root, ClipRectsCacheSlot slot, OverlayScrollbarSizeRelevancy relevancy = IgnoreOverlayScrollbarSize, const LayoutSize& accumulation = LayoutSize()) argument
63 : rootLayer(root)
124 // cachedClipRects looks buggy: It doesn't check whether context.rootLayer and entry.root match.
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWidget.cpp57 Widget* Widget::root() const function in class:blink::Widget
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DintermOut.cpp519 void TIntermediate::outputTree(TIntermNode *root) argument
521 if (root == NULL)
526 root->traverse(&it);
/external/chromium_org/third_party/bintrees/bintrees/
H A Davltree.py74 def jsw_single(root, direction):
76 save = root[other_side]
77 root[other_side] = save[direction]
78 save[direction] = root
79 rlh = height(root.left)
80 rrh = height(root.right)
82 root.balance = max(rlh, rrh) + 1
83 save.balance = max(slh, root.balance) + 1
87 def jsw_double(root, direction):
89 root[other_sid
142 def root(self): member in class:AVLTree
[all...]
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcfrtst.c134 void addFrenchCollTest(TestNode** root) argument
136 addTest(root, &TestSecondary, "tscoll/cfrtst/TestSecondary");
137 addTest(root, &TestTertiary, "tscoll/cfrtst/TestTertiary");
138 addTest(root, &TestExtra, "tscoll/cfrtst/TestExtra");
139 addTest(root, &TestGetSortKey, "tscoll/cfrtst/TestGetSortKey");
H A Dcg7coll.c126 void addRuleBasedCollTest(TestNode** root) argument
128 addTest(root, &TestG7Locales, "tscoll/cg7coll/TestG7Locales");
129 addTest(root, &TestDemo1, "tscoll/cg7coll/TestDemo1");
130 addTest(root, &TestDemo2, "tscoll/cg7coll/TestDemo2");
131 addTest(root, &TestDemo3, "tscoll/cg7coll/TestDemo3");
132 addTest(root, &TestDemo4, "tscoll/cg7coll/TestDemo4");
H A Dcstrtest.c26 void addCStringTest(TestNode** root);
31 void addCStringTest(TestNode** root) { argument
32 addTest(root, &TestAPI, "tsutil/cstrtest/TestAPI");
33 addTest(root, &TestInvariant, "tsutil/cstrtest/TestInvariant");
34 addTest(root, &TestCompareInvEbcdicAsAscii, "tsutil/cstrtest/TestCompareInvEbcdicAsAscii");
H A Dhpmufn.c32 void addHeapMutexTest(TestNode **root);
36 addHeapMutexTest(TestNode** root) argument
38 addTest(root, &TestHeapFunctions, "hpmufn/TestHeapFunctions" );
/external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-xlib/
H A Dgraw_xlib.c54 Window root; local
66 root = RootWindow( graw.display, scrnum );
108 attr.colormap = XCreateColormap( graw.display, root, visinfo->visual, AllocNone);
113 win = XCreateWindow( graw.display, root, x, y, width, height,
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_surface.c50 Window root; local
54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
/external/chromium_org/third_party/skia/src/views/
H A DSkViewInflate.cpp61 SkView* SkViewInflate::inflate(const SkDOM& dom, const SkDOM::Node* node, SkView* root) argument
65 if (root == NULL)
67 root = this->createView(dom, node);
68 if (root == NULL)
74 this->rInflate(dom, node, root);
97 root->postInflate(fIDs);
98 return root;
101 SkView* SkViewInflate::inflate(const char xml[], size_t len, SkView* root) argument
106 return node ? this->inflate(dom, node, root) : NULL;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dvp8_partition_aggregator_unittest.cc5 * that can be found in the LICENSE file in the root of the source
8 * be found in the AUTHORS file in the root of the source tree.
34 PartitionTreeNode* root = local
36 EXPECT_TRUE(root->CreateChildren(kMaxSize));
37 ASSERT_TRUE(NULL != root->left_child());
38 ASSERT_TRUE(NULL != root->right_child());
39 EXPECT_EQ(3, root->left_child()->this_size());
40 EXPECT_EQ(2, root->right_child()->this_size());
41 EXPECT_EQ(11, root->right_child()->Cost(kPenalty));
42 EXPECT_FALSE(root
52 PartitionTreeNode* root = local
83 PartitionTreeNode* root = local
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.h34 /* A sentinel is used for root and for nil. These sentinels are
35 * created when ITTreeCreate is called. root->left should always
36 * point to the node which is the root of the tree. nil points to a
39 * that the root and nil nodes do not require special cases in the code
41 IntervalTreeNode *root; member in struct:IntervalTree
/external/chromium_org/third_party/zlib/
H A Dinftrees.c28 requested root table index bits, and on return it is the actual root
43 unsigned root; /* number of index bits for root table */ local
51 unsigned low; /* low bits for current root entry */
52 unsigned mask; /* mask for low root bits */
112 /* bound code lengths, force root to be within code lengths */
113 root = *bits;
116 if (root > max) root
[all...]
/external/chromium_org/ui/accessibility/
H A Dax_tree_unittest.cc62 AXNodeData root; local
63 root.id = 1;
64 root.role = AX_ROLE_ROOT_WEB_AREA;
65 root.state = (1 << AX_STATE_FOCUSABLE) | (1 << AX_STATE_FOCUSED);
66 root.location = gfx::Rect(0, 0, 800, 600);
67 root.child_ids.push_back(2);
68 root.child_ids.push_back(3);
83 initial_state.nodes.push_back(root);
99 EXPECT_EQ(root.id, root_node->id());
100 EXPECT_EQ(root
158 AXNodeData root; local
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_targeter.cc30 ui::EventTarget* WindowTargeter::FindTargetForEvent(ui::EventTarget* root, argument
32 Window* window = static_cast<Window*>(root);
35 static_cast<Window*>(EventTargeter::FindTargetForEvent(root, event));
37 // |window| is the root window, but |target| is not a descendent of
45 // the root's coordinate space, and then to the host's coordinate space by
90 ui::EventTarget* root,
92 Window* window = static_cast<Window*>(root);
100 return EventTargeter::FindTargetForLocatedEvent(root, event);
154 // If the initial touch is outside the root window, target the root
89 FindTargetForLocatedEvent( ui::EventTarget* root, ui::LocatedEvent* event) argument
[all...]
H A Dwindow_targeter_unittest.cc25 ui::EventTarget* root,
45 Window* root = window->GetRootWindow(); local
47 CHECK(root->layer());
49 if (!window->layer()->GetTargetTransformRelativeTo(root->layer(), &transform))
94 ui::EventTarget* root = root_window(); local
95 ui::EventTargeter* targeter = root->GetEventTargeter();
101 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse));
111 EXPECT_EQ(window.get(), targeter->FindTargetForEvent(root, &mouse));
117 EXPECT_EQ(child, targeter->FindTargetForEvent(root, &mouse));
/external/chromium_org/ui/gfx/geometry/
H A Dr_tree_base.h58 // parent is 1, etc. Note that in an R*-Tree, all branches from the root
63 // recursively on our parent so that ultimately all nodes up to the root
86 // A weak pointer to our parent Node in the RTree. The root node will have a
124 // this Node as its sole child. Valid to call only on root Nodes, meaning
291 const Node* root() const { return root_.get(); } function in class:gfx::RTreeBase
297 // A pointer to the root node in the RTree.
/external/chromium_org/ui/views/bubble/
H A Dbubble_window_targeter_unittest.cc88 ui::EventTarget* root = bubble_widget()->GetNativeWindow()->GetRootWindow(); local
89 ui::EventTargeter* targeter = root->GetEventTargeter();
97 EXPECT_EQ(bubble_window, targeter->FindTargetForEvent(root, &move1));
103 EXPECT_EQ(bubble_window, targeter->FindTargetForEvent(root, &move1));
112 EXPECT_NE(bubble_window, targeter->FindTargetForEvent(root, &move1));
/external/chromium_org/ui/views/focus/
H A Dfocus_search.cc12 FocusSearch::FocusSearch(View* root, bool cycle, bool accessibility_mode) argument
13 : root_(root),
46 // The starting view should be a direct or indirect child of the root.
124 bool FocusSearch::Contains(View* root, const View* v) { argument
125 return root->Contains(v);
/external/chromium_org/ui/views/
H A Dview_targeter.cc26 View* ViewTargeter::TargetForRect(View* root, const gfx::Rect& rect) const { argument
27 return delegate_->TargetForRect(root, rect);
30 ui::EventTarget* ViewTargeter::FindTargetForEvent(ui::EventTarget* root, argument
32 View* view = static_cast<View*>(root);
45 root->ConvertEventToTarget(gesture_target, gesture);
84 View* ViewTargeter::FindTargetForKeyEvent(View* root, const ui::KeyEvent& key) { argument
85 if (root->GetFocusManager())
86 return root->GetFocusManager()->GetFocusedView();
90 View* ViewTargeter::FindTargetForScrollEvent(View* root, argument
93 return root
96 FindTargetForGestureEvent(View* root, const ui::GestureEvent& gesture) argument
[all...]

Completed in 5719 milliseconds

1234567891011>>