/development/samples/XmlAdapters/ |
_index.html | 20 titles. The images are downloaded from the URL found in the feed using the
|
/external/chromium_org/chrome/browser/history/ |
history_tab_helper.h | 61 // prevents some weirdness because some AJAXy apps use titles for status
|
/external/chromium_org/components/autofill/core/browser/ |
credit_card_field.h | 41 // than for ordinary names, and because cardholder names never have titles,
|
/frameworks/support/v7/appcompat/res/values-sw600dp/ |
dimens.xml | 26 <!-- Text size for action bar titles -->
|
/frameworks/support/v7/appcompat/res/values-w600dp/ |
dimens.xml | 27 <!-- Text size for action bar titles -->
|
/frameworks/support/v7/appcompat/res/values-xlarge/ |
dimens.xml | 28 <!-- Text size for action bar titles -->
|
/external/chromium/chrome/browser/ |
memory_details.h | 43 // A collection of titles used, i.e. for a tab it'll show all the page titles. 44 std::vector<string16> titles; member in struct:ProcessMemoryInformation
|
memory_details.cc | 99 info.titles.push_back(WideToUTF16Hack(iter->name())); 121 // Check if it's a renderer, if so get the list of page titles in it and 179 process.titles.push_back(title); 183 process.titles.push_back(UTF8ToUTF16(url.spec())); 211 process.titles.push_back(title);
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_view.mm | 164 NSArray* titles = nil; 165 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES]; 168 withTitles:titles
|
bookmark_bar_view.mm | 201 NSArray* titles = nil; 202 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES]; 205 withTitles:titles
|
bookmark_bubble_controller_unittest.mm | 166 NSArray* titles = 168 EXPECT_TRUE([titles containsObject:@"one"]); 169 EXPECT_TRUE([titles containsObject:@"two"]); 170 EXPECT_TRUE([titles containsObject:@"three"]); 171 EXPECT_TRUE([titles containsObject:@"sub"]); 172 EXPECT_FALSE([titles containsObject:@"title1"]); 173 EXPECT_FALSE([titles containsObject:@"title2"]);
|
/external/chromium/chrome/browser/ui/cocoa/ |
hung_renderer_controller.mm | 141 scoped_nsobject<NSMutableArray> titles([[NSMutableArray alloc] init]); 149 [titles addObject:base::SysUTF16ToNSString(title)]; 153 hungTitles_.reset([titles copy]);
|
hung_renderer_controller.h | 41 // Backing data for |tableView_|. Titles of each TabContents that
|
/external/chromium_org/chrome/browser/ |
memory_details.h | 64 // A collection of titles used, i.e. for a tab it'll show all the page titles. 65 std::vector<base::string16> titles; member in struct:ProcessMemoryInformation
|
memory_details.cc | 153 if (!iter1->titles.empty()) { 156 iter1->titles.begin(); 157 iter2 != iter1->titles.end(); ++iter2) { 158 if (iter2 != iter1->titles.begin()) 193 info.titles.push_back(iter.GetData().name); 216 // Check if it's a renderer, if so get the list of page titles in it and 285 process.titles.push_back(title); 299 process.titles.push_back(UTF8ToUTF16(url.spec())); 306 process.titles.push_back(UTF8ToUTF16(url.spec())); 320 process.titles.push_back(title) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_folder_view.mm | 131 NSArray* titles = nil; 132 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES]; 135 withTitles:titles
|
bookmark_bar_controller_unittest.mm | 757 // Short titles increase the chances of this test succeeding if the view is [all...] |
bookmark_bar_view.mm | 201 NSArray* titles = nil; 202 [pboard getURLs:&urls andTitles:&titles convertingFilenames:YES]; 205 withTitles:titles
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
hung_renderer_controller.mm | 178 base::scoped_nsobject<NSMutableArray> titles([[NSMutableArray alloc] init]); 185 [titles addObject:base::SysUTF16ToNSString(title)]; 189 hungTitles_.reset([titles copy]);
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_drop_target.mm | 214 NSArray* titles = nil; 215 [pboard getURLs:&urls andTitles:&titles convertingFilenames:convertFilenames]; 216 DCHECK_EQ([urls count], [titles count]); 228 if (title && [titles count]) 229 *title = base::SysNSStringToUTF16([titles objectAtIndex:0]);
|
/external/chromium/chrome/browser/sync/glue/ |
typed_url_model_associator.cc | 55 TypedUrlTitleVector titles; local 101 titles.push_back(std::pair<GURL, string16>(new_url.url(), 181 return WriteToHistoryBackend(&titles, &new_urls, &updated_urls, 284 const TypedUrlTitleVector* titles, 289 if (titles) { 290 for (TypedUrlTitleVector::const_iterator title = titles->begin(); 291 title != titles->end(); ++title) {
|
/packages/apps/Settings/res/values/ |
arrays.xml | 692 <!-- Titles for the list of long press timeout options. --> 709 <!-- Titles for captioning typeface preference. [CHAR LIMIT=35] --> 727 <!-- Titles for captioning font size preference. [CHAR LIMIT=35] --> 745 <!-- Titles for captioning character edge type preference. [CHAR LIMIT=35] --> 759 <!-- Titles for captioning color preference. --> 839 <!-- Titles for captioning opacity preference. [CHAR LIMIT=35] --> 855 <!-- Titles for captioning text style preset preference. [CHAR LIMIT=35] --> 873 <!-- Titles for runtime selection preference. [CHAR LIMIT=35] --> 894 <!-- Titles for HDCP checking preference. [CHAR LIMIT=35] -- [all...] |
/external/antlr/antlr-3.4/tool/ |
README.txt | 30 http://www.pragmaticprogrammer.com/titles/tpantlr/index.html 34 http://pragprog.com/titles/tpdsl/language-implementation-patterns 81 http://www.pragprog.com/titles/tpdsl/source_code
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
recent_tabs_builder_test_helper.cc | 226 std::vector<base::string16> titles; local 228 titles.push_back(tabs[i].title); 229 return titles;
|
/external/chromium/chrome/browser/autocomplete/ |
history_contents_provider.h | 21 // . BookmarkModel: provides results for matches in the titles of bookmarks.
|