Searched refs:GetTitle (Results 1 - 25 of 288) sorted by last modified time

1234567891011>>

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h123 CFX_WideString GetTitle();
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp48 CFX_WideString CPDF_Bookmark::GetTitle() function in class:CPDF_Bookmark
/external/pdfium/fpdfsdk/src/
H A Dfpdfdoc.cpp16 CFX_WideString this_title = This.GetTitle();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/include/
H A Dv8-profiler.h80 Handle<String> GetTitle() const;
313 Handle<String> GetTitle() const;
/external/chromium_org/v8/src/
H A Dapi.cc7100 Handle<String> CpuProfile::GetTitle() const { function in class:v8::CpuProfile
7299 Handle<String> HeapSnapshot::GetTitle() const { function in class:v8::HeapSnapshot
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DScriptProfile.cpp49 return toCoreString(m_profile->GetTitle());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptHeapSnapshot.cpp51 return toCoreString(m_snapshot->GetTitle());
H A DScriptProfiler.cpp85 String profileTitle = toCoreString(profile->GetTitle());
/external/chromium_org/ui/base/models/
H A Dtree_model.h27 virtual const base::string16& GetTitle() const = 0;
H A Dtree_node_model.h157 virtual const base::string16& GetTitle() const OVERRIDE { return title_; }
H A Dtree_node_model_unittest.cc289 EXPECT_EQ(title, root->GetTitle());
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view.cc165 editor_->SetText(selected_node_->model_node()->GetTitle());
414 state->name = selected_node_->model_node()->GetTitle();
529 return GetNodeForRow(row)->GetTitle();
697 gfx::Canvas::SizeStringInt(node->model_node()->GetTitle(), font_list_,
811 canvas->DrawStringRect(node->model_node()->GetTitle(), font_list_,
H A Dtree_view_unittest.cc93 return model_node ? base::UTF16ToASCII(model_node->GetTitle())
99 return model_node ? base::UTF16ToASCII(model_node->GetTitle())
126 if (node->GetTitle() == title)
138 std::string result = base::UTF16ToASCII(node->model_node()->GetTitle());
/external/chromium_org/ui/views/examples/
H A Dtree_view_example.cc85 NodeType* new_node = new NodeType(selected_node->GetTitle(), 1);
107 selected_node->GetTitle() + ASCIIToUTF16("new"));
/external/chromium_org/sync/api/
H A Dsync_change.cc42 return (!sync_data_.GetTitle().empty());
H A Dsync_change_unittest.cc55 EXPECT_EQ(title, e.sync_data().GetTitle());
75 EXPECT_EQ(title, e.sync_data().GetTitle());
H A Dsync_data.cc144 const std::string& SyncData::GetTitle() const { function in class:syncer::SyncData
166 sync_data_local.GetTag() + ", title: " + GetTitle() +
H A Dsync_data.h93 const std::string& GetTitle() const;
H A Dsync_data_unittest.cc68 EXPECT_EQ(kNonUniqueTitle, data.GetTitle());
85 EXPECT_EQ(kNonUniqueTitle, data.GetTitle());
100 EXPECT_EQ(kNonUniqueTitle, data.GetTitle());
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc72 !GetTitle().empty()) { // Last check ensures this isn't a new node.
74 std::string title = GetTitle();
124 GetTitle().empty() || // For the empty node case
158 std::string BaseNode::GetTitle() const { function in class:syncer::BaseNode
H A Dsync_manager_impl_unittest.cc416 EXPECT_EQ(wnode.GetTitle(), test_title);
431 EXPECT_EQ(node.GetTitle(), test_title);
447 EXPECT_NE(wnode.GetTitle(), test_title); // Title should be cleared
458 EXPECT_EQ(node.GetTitle(), test_title);
528 EXPECT_EQ("foo", bookmark_node.GetTitle());
536 EXPECT_EQ(kEncryptedString, pref_node.GetTitle());
1660 EXPECT_EQ(title, node.GetTitle());
1667 // We should de-canonicalize the title in GetTitle(), but the title in the
1669 EXPECT_EQ(raw_title2, node2.GetTitle());
1701 EXPECT_EQ(title, node.GetTitle());
[all...]
/external/chromium_org/sync/internal_api/public/
H A Dbase_node.h108 std::string GetTitle() const;
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc504 base::string16 AppWindow::GetTitle() const { function in class:extensions::AppWindow
509 // WebContents::GetTitle() will return the page's URL if there's no <title>
514 web_contents()->GetController().GetActiveEntry()->GetTitle().empty()) {
517 title = web_contents()->GetTitle();

Completed in 392 milliseconds

1234567891011>>