Searched defs:title (Results 51 - 75 of 521) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/bindings/v8/
H A DScriptProfile.cpp47 String ScriptProfile::title() const function in class:WebCore::ScriptProfile
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8HistoryCustom.cpp52 String title = toWebCoreStringWithNullOrUndefinedCheck(args[1]); local
64 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectPush, ec);
76 String title = toWebCoreStringWithNullOrUndefinedCheck(args[1]); local
88 history->stateObjectAdded(historyState.release(), title, url, History::StateObjectReplace, ec);
/external/webkit/Source/WebCore/notifications/
H A DNotificationCenter.h64 PassRefPtr<Notification> createNotification(const String& iconURI, const String& title, const String& body, ExceptionCode& ec) argument
70 NotificationContents contents(iconURI.isEmpty() ? KURL() : scriptExecutionContext()->completeURL(iconURI), title, body);
H A DNotificationContents.h41 NotificationContents(const KURL& iconUrl, const String& title, const String& body) argument
43 , m_title(title)
47 String title() const { return m_title; } function in class:WebCore::NotificationContents
/external/webkit/Source/WebCore/platform/win/
H A DContextMenuWin.cpp97 LPCWSTR title = 0; local
106 title = menuItem.dwTypeData;
117 ::InsertMenuW(menu, i, flags, newItem, title);
119 // ContextMenuItem::nativeMenuItem doesn't set the title of the MENUITEMINFO to make the
121 String itemTitle = item.title();
/external/webkit/Source/WebCore/wml/
H A DWMLFieldSetElement.cpp55 String title = parseValueSubstitutingVariableReferences(getAttribute(HTMLNames::titleAttr)); local
56 if (title.isEmpty())
67 // Create text node holding the 'title' attribute value
68 m_insertedLegendElement->appendChild(document()->createTextNode(title), ec);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebframeprivate.h46 gchar* title; member in struct:_WebKitWebFramePrivate
/external/webkit/Source/WebKit2/Shared/
H A DWebContextMenuItem.cpp39 PassRefPtr<WebContextMenuItem> WebContextMenuItem::create(const String& title, bool enabled, ImmutableArray* submenuItems) argument
52 return adoptRef(new WebContextMenuItem(WebContextMenuItemData(WebCore::ContextMenuItemTagNoAction, title, enabled, submenu))).leakRef();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebHistoryClient.cpp62 void WebHistoryClient::didUpdateHistoryTitle(WebContext* context, WebPageProxy* page, const String& title, const String& url, WebFrameProxy* frame) argument
67 m_client.didUpdateHistoryTitle(toAPI(context), toAPI(page), toAPI(title.impl()), toURLRef(url.impl()), toAPI(frame), m_client.clientInfo);
H A DWebNavigationData.h46 String title() const { return m_store.title; } function in class:WebKit::WebNavigationData
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebContextMenuProxyWin.cpp52 String title = itemData.title(); local
53 ::AppendMenu(menu, flags, itemData.action(), title.charactersWithNullTermination());
64 String title = itemData.title(); local
65 ::AppendMenu(menu, MF_POPUP, reinterpret_cast<UINT>(subMenu), title.charactersWithNullTermination());
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.h52 const String& title() const { return m_item->title(); } function in class:WebKit::InjectedBundleBackForwardListItem
/external/chromium/chrome/browser/bookmarks/
H A Dbookmark_folder_editor_controller.cc42 string16 title = is_new_ ? local
52 UTF16ToWideHack(title),
/external/chromium/chrome/browser/chromeos/notifications/
H A Dsystem_notification.cc28 const string16& title)
32 title_(title),
41 const string16& title)
45 title_(title),
25 SystemNotification(Profile* profile, NotificationDelegate* delegate, int icon_resource_id, const string16& title) argument
38 SystemNotification(Profile* profile, const std::string& id, int icon_resource_id, const string16& title) argument
/external/chromium/chrome/browser/
H A Dcontent_setting_bubble_model_unittest.cc33 EXPECT_TRUE(bubble_content.title.empty());
57 EXPECT_FALSE(bubble_content.title.empty());
75 EXPECT_FALSE(bubble_content.title.empty());
93 EXPECT_FALSE(bubble_content.title.empty());
195 std::string title = local
197 ASSERT_NE(std::string::npos, title.find(file_url));
H A Dmedia_uitest.cc51 const std::wstring& title = GetActiveTabTitle(); local
52 if (title == kPlaying || title == kFailed ||
53 StartsWith(title, kError, true))
/external/chromium/chrome/browser/diagnostics/
H A Ddiagnostics_test.cc12 DiagnosticTest::DiagnosticTest(const string16& title) argument
13 : title_(title), result_(DiagnosticsModel::TEST_NOT_RUN) {
/external/chromium/chrome/browser/history/
H A Dtext_database.h37 // The title is returned because the title in the text database and the URL
38 // database may differ. This happens because we capture the title when the
40 string16 title; member in struct:history::TextDatabase::Match
45 // Identifies any found matches in the title of the document. These are not
107 const std::string& title,
/external/chromium/chrome/browser/status_icons/
H A Dstatus_tray_unittest.cc18 virtual void DisplayBalloon(const string16& title, argument
/external/chromium/chrome/browser/ui/app_modal_dialogs/
H A Dmessage_box_handler.cc71 std::wstring title = GetTitle(profile, is_alert, frame_url); local
73 delegate, title, dialog_flags, message_text, default_prompt_text,
/external/chromium/chrome/browser/ui/gtk/status_icons/
H A Dstatus_icon_gtk.cc46 void StatusIconGtk::DisplayBalloon(const string16& title, argument
/external/chromium/chrome/browser/ui/
H A Dshell_dialogs.cc41 const string16& title,
75 SelectFileImpl(type, title, default_path, file_types, file_type_index,
40 SelectFile(Type type, const string16& title, const FilePath& default_path, const FileTypeInfo* file_types, int file_type_index, const FilePath::StringType& default_extension, TabContents* source_contents, gfx::NativeWindow owning_window, void* params) argument
H A Dshell_dialogs_unittest.cc34 const string16 title=string16(); local
38 title,
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h43 string16 title; member in struct:TabRendererData
/external/chromium/chrome/common/extensions/
H A Dfile_browser_handler.h36 // default title
37 const std::string& title() const { return title_; } function in class:FileBrowserHandler
38 void set_title(const std::string& title) { title_ = title; } argument

Completed in 1372 milliseconds

1234567891011>>