HomeSort by relevance Sort by last modified time
    Searched defs:title (Results 26 - 50 of 909) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_ui_browsertest.cc 44 base::string16 title = web_contents->GetTitle(); local
45 EXPECT_EQ(l10n_util::GetStringUTF16(IDS_USER_MANAGER_SCREEN_TITLE), title); local
  /external/chromium_org/chrome/browser/web_applications/
web_app_unittest.cc 35 const base::string16 title = ASCIIToUTF16("TEST_TITLE"); local
39 web_app_info.title = title;
49 EXPECT_EQ(title, info.title);
  /external/chromium_org/chrome/common/custom_handlers/
protocol_handler.h 13 // A single tuple of (protocol, url, title) that indicates how URLs of the
20 const base::string16& title);
51 const base::string16& title() const { return title_; } function in class:ProtocolHandler
69 const base::string16& title);
  /external/chromium_org/chrome/common/extensions/api/file_handlers/
file_handlers_parser.h 22 std::string title; member in struct:extensions::FileHandlerInfo
  /external/chromium_org/chrome/common/extensions/api/url_handlers/
url_handlers_parser.h 25 // Handler title to display in all relevant UI.
26 std::string title; member in struct:extensions::UrlHandlerInfo
  /external/chromium_org/chrome/common/importer/
imported_bookmark_entry.h 24 base::string16 title; member in struct:ImportedBookmarkEntry
importer_url_row.h 21 base::string16 title; member in struct:ImporterURLRow
  /external/chromium_org/content/public/common/
show_desktop_notification_params.h 24 base::string16 title; member in struct:content::ShowDesktopNotificationHostMsgParams
  /external/chromium_org/third_party/WebKit/Source/web/
WebDOMActivityLogger.cpp 55 String title; variable
58 title = document->title();
60 m_domActivityLogger->log(WebString(apiName), argc, argv, WebString(extraInfo), WebURL(url), WebString(title));
  /external/chromium_org/ui/base/dragdrop/
gtk_dnd_util_unittest.cc 17 const std::string kTitle = "title";
30 base::string16 title; local
31 ASSERT_EQ(true, ui::ExtractNamedURL(&data, &url, &title));
32 EXPECT_EQ(UTF8ToUTF16(kTitle), title); local
37 const std::string kTitle = "title";
50 base::string16 title; local
51 EXPECT_FALSE(ui::ExtractNamedURL(&data, &url, &title));
56 base::string16 title; local
61 EXPECT_FALSE(ui::ExtractNamedURL(&data, &url, &title));
67 EXPECT_FALSE(ui::ExtractNamedURL(&data, &url, &title));
    [all...]
  /external/libexif/libexif/fuji/
mnote-fuji-tag.c 32 const char *title; member in struct:__anon20354
88 if (table[i].tag == t) return (_(table[i].title));
  /external/libexif/libexif/olympus/
mnote-olympus-tag.c 32 const char *title; member in struct:__anon20357
213 if (table[i].tag == t) return (_(table[i].title));
  /external/libexif/libexif/pentax/
mnote-pentax-tag.c 31 const char *title; member in struct:__anon20362
158 if (table[i].tag == t) return (_(table[i].title));
  /external/srec/tools/grxmlcompile/
grph.h 29 title= new char [count+1];
30 strcpy (title, name);
40 delete [] title;
70 char *title; member in class:Graph
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksAdapterItem.java 22 public CharSequence title; field in class:BrowserBookmarksAdapterItem
  /development/samples/Home/src/com/example/android/home/
ApplicationInfo.java 24 * Represents a launchable application. An application is made of a name (or title), an intent
31 CharSequence title; field in class:ApplicationInfo
71 return title.equals(that.title) &&
79 result = (title != null ? title.hashCode() : 0);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssItem.java 24 public String title; field in class:RssItem
29 public RssItem(String url, String title){
31 this.title = title;
35 return title;
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
MainActivity.java 33 * This class describes an individual sample (the sample title, and the activity class that
37 private CharSequence title; field in class:MainActivity.Sample
42 this.title = getResources().getString(titleResId);
47 return title.toString();
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NoteEdit.java 38 mTitleText = (EditText) findViewById(R.id.title);
46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); local
50 if (title != null) {
51 mTitleText.setText(title);
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NoteEdit.java 38 mTitleText = (EditText) findViewById(R.id.title);
46 String title = extras.getString(NotesDbAdapter.KEY_TITLE); local
50 if (title != null) {
51 mTitleText.setText(title);
  /external/chromium/chrome/browser/automation/
testing_automation_provider_gtk.cc 97 const gchar* title = gtk_window_get_title(window); local
98 text->assign(UTF8ToUTF16(title));
  /external/chromium/chrome/browser/bookmarks/
bookmark_folder_editor_controller.cc 42 string16 title = is_new_ ? local
52 UTF16ToWideHack(title),
bookmark_node_data.h 54 // Title of the entry, used for both urls and folders.
55 string16 title; member in struct:BookmarkNodeData::Element
89 // Creates a single-bookmark DragData from url/title pair.
90 bool ReadFromTuple(const GURL& url, const string16& title);
107 // the URL and title are written to the clipboard in a format other apps can
  /external/chromium/chrome/browser/extensions/
extension_browser_actions_api.cc 60 std::string title; local
61 EXTENSION_FUNCTION_VALIDATE(details_->GetString("title", &title));
62 browser_action_->SetTitle(tab_id_, title);
  /external/chromium/chrome/browser/history/
history_publisher.h 40 const string16& title,
50 const char16* title; member in struct:history::HistoryPublisher::PageData

Completed in 843 milliseconds

12 3 4 5 6 7 8 91011>>