HomeSort by relevance Sort by last modified time
    Searched full:titles (Results 126 - 150 of 573) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium/chrome/browser/
memory_details_mac.cc 216 info.titles = child_info[child].titles;
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
slice_track_test.js 190 // Small titles on big slices are not elided.
207 // Big titles are elided immediately.
  /external/chromium_org/chrome/browser/
memory_details_linux.cc 211 i->titles = child_info[child].titles;
memory_details_mac.cc 228 info.titles = child_info[child].titles;
  /external/chromium_org/chrome/browser/sync/test/integration/
bookmarks_helper.h 167 // whose titles match the string |title|.
173 // |profile| whose titles contain the query string |title|.
  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 80 // encodings by which the URLs and page titles are broken down into words and
111 // is used to break URLs and page titles into words. This function
121 // titles are broken down into words and characters.
249 // which the URLs and page titles are broken down into words and characters.
266 // titles are broken down into words and characters.
311 // titles into words
  /external/proguard/src/proguard/gui/
GUIResources.properties 26 # Panel titles.
81 # Titles and labels corresponding to common ProGuard options.
291 # Titles and labels corresponding to ProGuard keep options.
330 # Further keep titles and labels.
446 # Titles and labels corresponding to optimization options.
513 # File selection titles.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 386 List<String> titles = choices.getTitles(); local
391 assert icons.size() == titles.size();
395 String title = titles.get(i);
436 List<String> titles = choices.getTitles();
440 for (int i = 0; i < titles.size(); i++) {
441 String title = titles.get(i);
  /external/chromium_org/chrome/browser/ui/webui/
about_ui.cc 462 std::vector<base::string16> titles = oom->GetTabTitles(); local
463 if (!titles.empty()) {
465 std::vector<base::string16>::iterator it = titles.begin();
466 for ( ; it != titles.end(); ++it) {
891 ListValue* titles = new ListValue(); local
892 child->Set("titles", titles);
893 for (size_t i = 0; i < info->titles.size(); ++i)
894 titles->Append(new StringValue(info->titles[i]))
    [all...]
  /frameworks/base/docs/html/design/patterns/
navigation-drawer.jd 132 <h4>Titles, icons, and counters</h4>
133 <p> You can structure navigation targets by adding titles. The titles are not interactive,
135 targets, use titles to orient the user within the drawer.</p>
142 Use titles and icons to organize your drawer.
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 188 * Set the alpha value used for non-primary page titles.
200 * Set the color value used as the base color for all displayed page titles.
201 * Alpha will be ignored for non-primary page titles. See {@link #setNonPrimaryAlpha(float)}.
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_button.h 166 // Given a list or |urls| and |titles|, create new bookmark nodes and add
171 - (BOOL)addURLs:(NSArray*)urls withTitles:(NSArray*)titles at:(NSPoint)point;
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor_unittest.mm 261 // TODO(shess): Check the titles, too?
285 // TODO(shess): Check the titles, too?
  /developers/build/prebuilts/gradle/SlidingTabsBasic/SlidingTabsBasicSample/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/build/prebuilts/gradle/SlidingTabsColors/SlidingTabsColorsSample/src/main/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabStrip.java 155 // Vertical separators between the titles
  /external/chromium/chrome/browser/bookmarks/
bookmark_index.h 29 // BookmarkIndex maintains an index of the titles of bookmarks for quick
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline_view.js 130 var titles = selection.map(function(i) { return i.slice.title; });
  /external/chromium/chrome/browser/ui/cocoa/importer/
import_progress_dialog_cocoa.mm 85 // Enable/disable item titles.
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
analyze_slices.js 50 var titles = sliceHits.map(function(i) { return i.slice.title; });
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_index.h 28 // BookmarkIndex maintains an index of the titles of bookmarks for quick
  /external/chromium_org/chrome/browser/chromeos/memory/
oom_priority_manager.cc 222 std::vector<base::string16> titles; local
223 titles.reserve(stats.size());
237 titles.push_back(str);
239 return titles;
oom_priority_manager.h 53 // Returns list of tab titles sorted from most interesting (don't kill)
  /external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.cc 88 // Clear incognito URLs/titles.
  /external/chromium_org/chrome/browser/extensions/api/identity/
gaia_web_auth_flow_unittest.cc 210 // These won't be recognized as interesting titles.

Completed in 9739 milliseconds

1 2 3 4 56 7 8 91011>>