Searched defs:title (Results 1 - 25 of 934) sorted by relevance

1234567891011>>

/external/chromium/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Dcontent_script.js8 "title": document.title,
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
H A Dcontent_script.js6 "title": document.title,
/external/chromium_org/chrome/test/functional/perf/endure_graphs/
H A Dconfig.js7 title: 'Chrome Endure Tests',
/external/chromium_org/printing/backend/
H A Dprint_backend_unittest.cc11 std::string Simplify(const char* title) { argument
12 return UTF16ToUTF8(PrintBackend::SimplifyDocumentTitle(ASCIIToUTF16(title)));
/external/icu4c/samples/layout/
H A DGDIGUISupport.cpp18 void GDIGUISupport::postErrorMessage(const char *message, const char *title) argument
20 MessageBoxA(NULL, message, title, MB_ICONERROR);
H A DGnomeGUISupport.cpp22 void GnomeGUISupport::postErrorMessage(const char *message, const char *title) argument
28 s = g_strconcat(title, ":\n", message, NULL);
33 fprintf(stderr, "%s: %s\n", title, message);
/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
H A DSDL_syswm.cc30 void QT_SetWMCaption(_THIS, const char *title, const char *icon) argument
32 SDL_Win->setCaption(title);
/external/chromium/chrome/browser/history/
H A Dmultipart_uitest.cc35 std::wstring title; local
36 EXPECT_TRUE(tab_proxy->GetTabTitle(&title));
37 EXPECT_EQ(L"page 9", title);
H A Dhistory_publisher.cc30 const string16& title,
36 title.c_str(),
28 PublishPageContent(const base::Time& time, const GURL& url, const string16& title, const string16& contents) const argument
/external/chromium_org/chrome/browser/extensions/api/i18n/
H A Di18n_apitest.cc49 string16 title; local
50 ui_test_utils::GetCurrentTabTitle(browser(), &title); local
51 EXPECT_EQ(std::string("FIRSTMESSAGE"), UTF16ToUTF8(title));
66 ui_test_utils::GetCurrentTabTitle(browser(), &title); local
67 EXPECT_EQ(std::string("SECONDMESSAGE"), UTF16ToUTF8(title));
/external/chromium_org/chrome/browser/ui/
H A Dscreen_capture_notification_ui_stub.cc22 const string16& title) {
21 Create( const string16& title) argument
/external/chromium_org/ui/base/models/
H A Dtree_model.cc12 const base::string16& title) {
11 SetTitle(TreeModelNode* node, const base::string16& title) argument
/external/chromium_org/webkit/renderer/
H A Dclipboard_utils.cc15 const WebKit::WebString& title) {
20 markup.append(net::EscapeForHTML(UTF16ToUTF8(title)));
26 const WebKit::WebString& title) {
30 if (!title.isEmpty()) {
32 markup.append(net::EscapeForHTML(UTF16ToUTF8(title)));
14 URLToMarkup(const WebKit::WebURL& url, const WebKit::WebString& title) argument
25 URLToImageMarkup(const WebKit::WebURL& url, const WebKit::WebString& title) argument
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/
H A DSDL_nxwm.c33 void NX_SetCaption (_THIS, const char * title, const char * icon) argument
41 GrSetWindowTitle (SDL_Window, title) ;
/external/bison/lib/
H A Dbitsetv-print.c30 bitsetv_matrix_dump (FILE * out, const char *title, bitsetv bset) argument
36 fprintf (out, "%s BEGIN\n", title);
69 /* End title. */
70 fprintf (out, "%s END\n\n", title);
/external/chromium/chrome/browser/chromeos/panels/
H A Dpanel_scroller_header.h20 void set_title(const string16& title) { title_ = title; } argument
/external/chromium/chrome/browser/
H A Derrorpage_uitest.cc16 bool WaitForTitleMatching(const std::wstring& title) { argument
18 if (GetActiveTabTitle() == title)
22 EXPECT_EQ(title, GetActiveTabTitle());
/external/chromium/chrome/browser/ui/webui/options/
H A Doptions_ui_uitest.cc29 std::wstring title; local
30 ASSERT_TRUE(tab->GetTabTitle(&title));
32 // The only guarantee we can make about the title of a settings tab is that
34 ASSERT_FALSE(WideToUTF16Hack(title).find(expected_title) == string16::npos);
/external/chromium_org/chrome/browser/ui/android/
H A Dsimple_message_box_android.cc12 const string16& title,
11 ShowMessageBox(gfx::NativeWindow parent, const string16& title, const string16& message, MessageBoxType type) argument
/external/chromium_org/content/test/
H A Dcontent_browser_test_test.cc32 string16 title = title_watcher.WaitAndGetTitle(); local
33 EXPECT_EQ(expected_title, title);
/external/chromium_org/printing/
H A Dprint_settings_initializer.cc37 string16 title; local
39 if (!job_settings.GetString(kSettingHeaderFooterTitle, &title) ||
45 print_settings->title = title;
/external/chromium/chrome/browser/custom_handlers/
H A Dprotocol_handler.h14 // A single tuple of (protocol, url, title) that indicates how URLs of the
21 const string16& title);
33 string16 title() const { return title_; } function in class:ProtocolHandler
40 const string16& title);
/external/chromium/chrome/browser/extensions/
H A Dextension_bookmarks_unittest.cc63 std::string title; local
64 digg->GetString(keys::kTitleKey, &title);
65 ASSERT_EQ("Digg", title);
78 std::string title; local
79 inner_folder->GetString(keys::kTitleKey, &title);
80 ASSERT_EQ("inner folder 1", title);
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dapp_modal_dialog.h23 AppModalDialog(TabContents* tab_contents, const std::wstring& title);
39 // Dialog window title.
40 std::wstring title() const { return title_; } function in class:AppModalDialog
/external/chromium/chrome/browser/ui/webui/
H A Dprint_preview_ui_uitest.cc27 std::wstring title; local
28 ASSERT_TRUE(tab->GetTabTitle(&title));
31 ASSERT_EQ(expected_title, WideToUTF16Hack(title));

Completed in 583 milliseconds

1234567891011>>