HomeSort by relevance Sort by last modified time
    Searched refs:parent (Results 226 - 250 of 5112) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cc/layers/
heads_up_display_unittest.cc 58 EXPECT_EQ(root_layer1_.get(), layer_tree_host()->hud_layer()->parent());
63 EXPECT_EQ(0, layer_tree_host()->hud_layer()->parent());
68 EXPECT_EQ(root_layer1_.get(), layer_tree_host()->hud_layer()->parent());
73 EXPECT_EQ(0, layer_tree_host()->hud_layer()->parent());
78 EXPECT_EQ(root_layer2_.get(), layer_tree_host()->hud_layer()->parent());
83 EXPECT_EQ(root_layer1_.get(), layer_tree_host()->hud_layer()->parent());
  /external/chromium_org/chrome/browser/ui/gtk/importer/
import_lock_dialog_gtk.cc 23 void ShowImportLockDialog(gfx::NativeWindow parent,
25 ImportLockDialogGtk::Show(parent, callback);
32 void ImportLockDialogGtk::Show(GtkWindow* parent,
34 new ImportLockDialogGtk(parent, callback);
38 GtkWindow* parent,
43 parent,
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SplitTextNodeCommand.cpp 55 ContainerNode* parent = m_text2->parentNode(); local
56 if (!parent || !parent->rendererIsEditable())
90 ContainerNode* parent = m_text2->parentNode();
91 if (!parent || !parent->rendererIsEditable())
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.cpp 76 // Since we've moved to a new parent, we may now be able to load.
80 HTMLMediaElement* parent = mediaElement(); local
81 if (insertionPoint == parent)
82 parent->didAddTrack(this);
160 // 3. If the text track's track element does not have a media element as a parent, abort these steps.
181 // 8. If the track element's parent is a media element then let CORS mode be the state of the parent media
193 HTMLMediaElement* parent = mediaElement(); local
194 if (!parent)
250 if (HTMLMediaElement* parent = mediaElement()
309 Element* parent = parentElement(); local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
CounterDirectives.h 61 void inheritReset(CounterDirectives& parent)
63 m_resetValue = parent.m_resetValue;
64 m_isResetSet = parent.m_isResetSet;
79 void inheritIncrement(CounterDirectives& parent)
81 m_incrementValue = parent.m_incrementValue;
82 m_isIncrementSet = parent.m_isIncrementSet;
  /external/iproute2/testsuite/tests/
dsmark.t 17 class change dev $DEV parent 10:0 classid 10:12 \
21 class change dev $DEV parent 10:0 classid 10:13 \
28 class list dev $DEV parent 10:0
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AMultipleCommand.java 49 if(e.parent() != null)
51 e.parent().removeChild(e);
54 e.parent(this);
88 newChild.parent(this);
89 oldChild.parent(null);
94 oldChild.parent(null);
ASequenceExpression.java 49 if(e.parent() != null)
51 e.parent().removeChild(e);
54 e.parent(this);
88 newChild.parent(this);
89 oldChild.parent(null);
94 oldChild.parent(null);
  /frameworks/base/core/java/android/app/
ApplicationLoaders.java 30 public ClassLoader getClassLoader(String zip, String libPath, ClassLoader parent)
33 * This is the parent we use if they pass "null" in. In theory
41 if (parent == null) {
42 parent = baseParent;
50 if (parent == baseParent) {
58 new PathClassLoader(zip, libPath, parent);
66 PathClassLoader pathClassloader = new PathClassLoader(zip, parent);
  /frameworks/support/v4/java/android/support/v4/view/
ViewParentCompat.java 34 ViewParent parent, View child, AccessibilityEvent event);
40 ViewParent parent, View child, AccessibilityEvent event) {
55 ViewParent parent, View child, AccessibilityEvent event) {
56 return ViewParentCompatICS.requestSendAccessibilityEvent(parent, child, event);
78 * Called by a child to request from its parent to send an {@link AccessibilityEvent}.
80 * to its parent to send the event. The parent can optionally add a record for itself.
83 * event with a record for its state and requests from its parent to perform
84 * the sending. The parent can optionally add a record for itself before
85 * dispatching the request to its parent. A parent can also choose not t
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 44 ASSERT(!parent());
60 while (top->parent())
61 top = top->parent();
69 if (const Widget* parentWidget = parent()) {
78 if (const Widget* parentWidget = parent()) {
87 if (const Widget* parentWidget = parent()) {
96 if (const Widget* parentWidget = parent()) {
105 if (const Widget* parentWidget = parent()) {
114 if (const Widget* parentWidget = parent()) {
123 if (const Widget* parentWidget = parent()) {
    [all...]
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_utils.cc 31 const BookmarkNode* parent,
37 cloned_node = model->AddURL(parent, index_to_add_at, element.title,
41 cloned_node = model->AddURLWithCreationTime(parent, index_to_add_at,
46 cloned_node = model->AddFolder(parent, index_to_add_at, element.title);
100 const BookmarkNode* parent,
103 if (!parent->is_folder() || !model) {
108 CloneBookmarkNodeImpl(model, elements[i], parent, index_to_add_at + i,
123 int index = nodes[i]->parent()->GetIndexOf(nodes[i]);
125 model->Remove(nodes[i]->parent(), index);
131 const BookmarkNode* parent,
159 const BookmarkNode* parent = iterator.Next(); local
291 const BookmarkNode* parent = node->parent(); local
305 const BookmarkNode* parent = model->GetParentForNewNodes(); local
    [all...]
  /external/chromium_org/tools/grit/grit/format/policy_templates/writers/
admx_writer.py 51 def _AddPolicyNamespaces(self, parent, prefix, namespace):
53 passed parent element. The namespace of the generated ADMX document is
59 parent: The parent node to which all generated elements are added.
64 policy_namespaces_elem = self.AddElement(parent, 'policyNamespaces')
76 def _AddCategory(self, parent, name, display_name,
78 '''Adds an ADMX category element to the passed parent node. The following
84 Each parent node can have only one category with a given name. Adding the
89 parent: The parent node to which all generated elements are added
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
inttree.c 78 it->nil->parent = it->nil;
84 it->root->parent = it->nil;
108 /* makes the parent of x be to the left of x, x the parent of */
109 /* its parent before the rotation and fixes other pointers */
122 * the parent pointer of nil. This can be a problem if a
124 * and expects the nil sentinel's parent pointer to be unchanged
126 * calls LeftRotate it expects the parent pointer of nil to be
134 y->left->parent=x; /* used to use sentinel here */
137 y->parent=x->parent;
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/prefs/
OldNodeChangeEventTest.java 29 AbstractPreferences parent = (AbstractPreferences) Preferences local
32 AbstractPreferences pref = (AbstractPreferences) parent.node("mock");
77 AbstractPreferences parent = (AbstractPreferences) Preferences local
80 AbstractPreferences pref = (AbstractPreferences) parent.node("mock");
84 Preferences parent = e.getParent();
85 if (parent == null) {
88 if (parent.name() == "mock") {
96 Preferences parent = e.getParent();
97 if (parent == null) {
100 if (parent.name() == "mock")
    [all...]
  /external/chromium_org/ui/views/widget/
window_reorderer_unittest.cc 20 Widget* CreateControlWidget(aura::Window* parent, const gfx::Rect& bounds) {
23 params.parent = parent;
37 // first) of |parent|. The format of the string is "name1 name2 name3 ...".
38 std::string ChildWindowNamesAsString(const aura::Window& parent) {
41 for (Windows::const_iterator it = parent.children().begin();
42 it != parent.children().end(); ++it) {
55 scoped_ptr<Widget> parent(CreateControlWidget(root_window(),
57 parent->Show();
58 aura::Window* parent_window = parent->GetNativeWindow()
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
TreeNode.h 45 // * There is no branch-leaf difference. Every node can be a parent of other node.
63 NodeType* parent() const { return m_parent; } function in class:WTF::TreeNode
73 ASSERT(!newChild->parent());
77 ASSERT(!refChild || this == refChild->parent());
97 ASSERT(!child->parent());
119 ASSERT(child->parent() == this);
155 for (typename TreeNode<T>::NodeType* parent = current->parent(); parent; parent = parent->parent())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
InsertionPoint.h 104 Node* parent = node.parentNode(); local
105 if (!parent)
107 if (parent->isShadowRoot() && !toShadowRoot(parent)->isYoungest())
109 if (isActiveInsertionPoint(*parent))
111 if (parent->isElementNode())
112 return toElement(parent)->shadow();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderNamedFlowFragment.cpp 77 if (parent() && parent()->needsLayout())
85 ASSERT(parent());
87 RenderStyle* styleToUse = parent()->style();
102 ASSERT(parent());
104 RenderStyle* styleToUse = parent()->style();
105 return styleToUse->logicalMaxHeight().isUndefined() ? RenderFlowThread::maxLogicalHeight() : toRenderBlock(parent())->computeReplacedLogicalHeightUsing(styleToUse->logicalMaxHeight());
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
SingleFieldBuilder.java 65 // Parent to send changes to.
66 private GeneratedMessage.BuilderParent parent; field in class:SingleFieldBuilder
85 GeneratedMessage.BuilderParent parent,
91 this.parent = parent;
96 // Null out parent so we stop sending it invalidations.
97 parent = null;
221 * and any parent should be notified of its invalidation.
229 if (isClean && parent != null) {
230 parent.markDirty()
    [all...]
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
144 $TC filter add $EGDEV parent 1:0 protocol ip prio 1 \
146 $TC filter add $EGDEV parent 1:0 protocol ip prio 1
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowListActivity.java 46 public void onItemClick(AdapterView<?> parent, View view, int position, long id) {
51 handler.invoke(realActivity, parent, view, position, id);
67 private ListView findListView(View parent) {
68 if (parent instanceof ListView) {
69 return (ListView) parent;
70 } else if (parent instanceof ViewGroup) {
71 ViewGroup viewGroup = (ViewGroup) parent;
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineAlignmentCenterGravityTest.java 57 final View parent = (View) mButton1.getParent(); local
58 ViewAsserts.assertTopAligned(mButton1, parent);
59 ViewAsserts.assertTopAligned(mButton2, parent);
60 ViewAsserts.assertTopAligned(mButton3, parent);
61 ViewAsserts.assertBottomAligned(mButton1, parent);
62 ViewAsserts.assertBottomAligned(mButton2, parent);
63 ViewAsserts.assertBottomAligned(mButton3, parent);
  /frameworks/base/sax/java/android/sax/
Children.java 30 Element getOrCreate(Element parent, String uri, String localName) {
37 current = new Child(parent, uri, localName, parent.depth + 1, hash);
56 current = new Child(parent, uri, localName, parent.depth + 1, hash);
91 Child(Element parent, String uri, String localName, int depth,
93 super(parent, uri, localName, depth);
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Entity.java 38 private Entity parent = null; field in class:Entity
41 * Gets the parent entity of this entity.
44 * @return the parent or <code>null</code>.
47 return parent;
51 * Sets the parent entity of this entity.
53 * @param parent the parent entity or <code>null</code> if
56 public void setParent(Entity parent) {
57 this.parent = parent;
107 ContentTypeField parent = getParent() != null local
    [all...]

Completed in 2851 milliseconds

1 2 3 4 5 6 7 8 91011>>