Searched refs:GetRoot (Results 1 - 25 of 96) sorted by relevance

1234

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_viewerPreferences.cpp16 CPDF_Dictionary *pDict = m_pDoc->GetRoot();
25 CPDF_Dictionary *pDict = m_pDoc->GetRoot();
H A Ddoc_metadata.cpp59 CPDF_Dictionary *pRoot = pDoc->GetRoot();
145 CXML_Element* CPDF_Metadata::GetRoot() const function in class:CPDF_Metadata
/external/chromium_org/chrome/browser/browsing_data/
H A Dcookies_tree_model_unittest.cc173 EXPECT_EQ(59, cookies_model->GetRoot()->GetTotalNodeCount());
293 cookies_model->GetRoot());
448 EXPECT_EQ(1, cookies_model->GetRoot()->GetTotalNodeCount());
449 EXPECT_EQ(0, cookies_model->GetRoot()->child_count());
492 DeleteStoredObjects(cookies_model->GetRoot()->GetChild(18));
511 EXPECT_EQ(57, cookies_model->GetRoot()->GetTotalNodeCount());
513 DeleteStoredObjects(cookies_model->GetRoot()->GetChild(17));
532 EXPECT_EQ(54, cookies_model->GetRoot()->GetTotalNodeCount());
534 DeleteStoredObjects(cookies_model->GetRoot()->GetChild(16));
552 EXPECT_EQ(51, cookies_model->GetRoot()
[all...]
H A Dcookies_tree_model.cc999 CookieTreeNode* root = GetRoot();
1009 if (cookie_node == GetRoot())
1019 CookieTreeNode* root = GetRoot();
1067 ScopedBatchUpdateNotifier notifier(this, GetRoot());
1072 ScopedBatchUpdateNotifier notifier(this, GetRoot());
1077 ScopedBatchUpdateNotifier notifier(this, GetRoot());
1082 ScopedBatchUpdateNotifier notifier(this, GetRoot());
1088 ScopedBatchUpdateNotifier notifier(this, GetRoot());
1093 ScopedBatchUpdateNotifier notifier(this, GetRoot());
1098 ScopedBatchUpdateNotifier notifier(this, GetRoot());
[all...]
/external/chromium_org/mojo/services/view_manager/
H A Dserver_view.h47 const ServerView* GetRoot() const;
48 ServerView* GetRoot() { function in class:mojo::service::ServerView
50 const_cast<const ServerView*>(this)->GetRoot());
/external/chromium_org/ui/views/examples/
H A Dtree_view_example.cc34 model_.GetRoot()->Add(colors_node, 0);
40 model_.GetRoot()->Add(sheep_node, 0);
84 selected_node = model_.GetRoot();
92 tree_view_->GetSelectedNode() != model_.GetRoot();
102 DCHECK_NE(model_.GetRoot(), selected_node);
115 remove_->SetEnabled(node != model_.GetRoot());
/external/chromium_org/ui/accessibility/
H A Dax_serializable_tree.cc23 virtual AXNode* GetRoot() const OVERRIDE {
24 return tree_->GetRoot();
H A Dax_tree_source.h28 virtual AXNodeSource GetRoot() const = 0;
H A Dax_generated_tree_unittest.cc44 TreeToStringHelper(tree.GetRoot(), &result);
128 serializer.SerializeChanges(tree0.GetRoot(), &update0);
H A Dax_tree.h77 virtual AXNode* GetRoot() const;
/external/chromium_org/chrome/browser/ui/ash/accessibility/
H A Dax_tree_source_ash_unittest.cc74 ASSERT_TRUE(ax_tree.GetRoot());
77 ASSERT_EQ(1, ax_tree.GetRoot()->GetID());
102 ASSERT_EQ(ax_tree.GetRoot(), test_root);
111 ax_serializer.SerializeChanges(ax_tree.GetRoot(), &out_update);
114 ASSERT_EQ(GetSize(ax_tree.GetRoot()), out_update.nodes.size());
H A Dax_tree_source_ash.h34 virtual views::AXAuraObjWrapper* GetRoot() const OVERRIDE;
H A Dautomation_manager_ash.cc30 SendEvent(context, current_tree_->GetRoot(), ui::AX_EVENT_LOAD_COMPLETE);
/external/chromium_org/tools/grit/grit/node/
H A Dstructure.py93 if hasattr(self.GetRoot(), 'defines'):
94 self.gatherer.SetDefines(self.GetRoot().defines)
114 if hasattr(self.GetRoot(), 'defines'):
115 skel.SetDefines(self.GetRoot().defines)
201 id_map = rc_header.GetIds(self.GetRoot())
256 attrs = self.GetRoot().attrs
267 return self.GetRoot().GetSubstituter().Substitute(text)
289 if ((not lang or lang == self.GetRoot().GetSourceLanguage()) and
H A Dinclude.py63 return os.path.relpath(self.attrs['file'], self.GetRoot().GetBaseDir())
80 id_map = rc_header.GetIds(self.GetRoot())
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dcookies_view_handler.cc146 args.Append(parent == tree_model->GetRoot() ?
165 args.Append(parent == tree_model->GetRoot() ?
183 SendChildren(model->GetRoot());
240 cookies_tree_model_->GetRoot(), node_path);
253 cookies_tree_model_->GetRoot(), node_path);
264 args.Append(parent == cookies_tree_model_->GetRoot() ?
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view_unittest.cc159 BookmarkEditorView::EditorNode* editor_root = editor_tree_model()->GetRoot();
191 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
210 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
226 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
244 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
261 editor_tree_model()->GetRoot()->GetChild(0)->GetChild(1);
300 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
365 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(0));
394 ApplyEdits(editor_tree_model()->GetRoot()->GetChild(1));
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager_win.cc123 if (focus_ != tree_->GetRoot())
124 NotifyAccessibilityEvent(ui::AX_EVENT_FOCUS, GetRoot());
152 node == GetRoot() &&
161 if (event_type == ui::AX_EVENT_FOCUS && node == GetRoot())
183 node = GetRoot();
H A Dbrowser_accessibility_manager.cc106 SetFocus(tree_->GetRoot(), false);
119 BrowserAccessibility* BrowserAccessibilityManager::GetRoot() { function in class:content::BrowserAccessibilityManager
120 return GetFromAXNode(tree_->GetRoot());
174 SetFocus(tree_->GetRoot(), false);
337 if (node != tree_->GetRoot())
338 SetFocus(tree_->GetRoot(), false);
372 serializer.SerializeChanges(tree_->GetRoot(), &update);
H A Dcross_platform_accessibility_browsertest.cc145 const ui::AXNode* root = tree.GetRoot();
216 const ui::AXNode* root = tree.GetRoot();
248 const ui::AXNode* root = tree.GetRoot();
278 const ui::AXNode* root = tree.GetRoot();
327 const ui::AXNode* root = tree.GetRoot();
349 const ui::AXNode* root = tree.GetRoot();
400 const ui::AXNode* root = tree.GetRoot();
428 const ui::AXNode* root = tree.GetRoot();
491 const ui::AXNode* root = tree.GetRoot();
/external/chromium_org/content/renderer/accessibility/
H A Dblink_ax_tree_source.h33 virtual blink::WebAXObject GetRoot() const OVERRIDE;
/external/chromium_org/tools/grit/grit/format/
H A Drc.py372 if hasattr(item.GetRoot(), 'GetSubstituter'):
373 substituter = item.GetRoot().GetSubstituter()
396 if item.ExpandVariables() and hasattr(item.GetRoot(), 'GetSubstituter'):
397 substituter = item.GetRoot().GetSubstituter()
/external/chromium_org/ui/base/models/
H A Dtree_model.h62 virtual TreeModelNode* GetRoot() = 0;
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc42 static_cast<TestNode*>(model_.GetRoot())->SetTitle(ASCIIToUTF16("root"));
43 Add(model_.GetRoot(), 0, "a");
44 Add(Add(model_.GetRoot(), 1, "b"), 0, "b1");
45 Add(model_.GetRoot(), 2, "c");
104 return GetNodeByTitleImpl(model_.GetRoot(), ASCIIToUTF16(title));
216 Add(model_.GetRoot(), 2, "B");
394 tree_.ExpandAll(model_.GetRoot());
/external/chromium_org/content/test/
H A Daccessibility_browser_test_utils.cc95 const ui::AXNodeData& root = GetAXTree().GetRoot()->data();

Completed in 539 milliseconds

1234