HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 101 - 125 of 2398) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_profile_observer.h 24 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/content_settings/
mock_settings_observer.h 23 const content::NotificationDetails& details);
  /external/chromium_org/chrome/browser/extensions/
chrome_notification_observer.h 29 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/google/
google_search_counter.cc 57 const content::NotificationDetails& details) {
59 content::Details<content::LoadCommittedDetails>(details).ptr();
97 const content::NotificationDetails& details) {
100 ProcessCommittedEntry(source, details);
  /external/chromium_org/chrome/browser/notifications/
notification_system_observer.h 24 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tab_helper.h 22 const content::LoadFromMemoryCacheDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/glue/
extensions_activity_monitor.h 28 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/sync/sessions2/
session_data_type_controller2.h 26 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/tab_contents/
navigation_metrics_recorder.h 23 const content::LoadCommittedDetails& details,
render_view_context_menu_browsertest_util.h 23 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/pdf/
open_pdf_in_reader_prompt_delegate.h 25 const content::LoadCommittedDetails& details) const = 0;
  /external/chromium_org/chrome/browser/ui/tabs/
pinned_tab_service.h 27 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/
uma_browsing_activity_observer.h 27 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/infobars/
translate_message_infobar.cc 38 const ViewHierarchyChangedDetails& details) {
39 if (details.is_add && (details.child == this) && (label_ == NULL)) {
53 TranslateInfoBarBase::ViewHierarchyChanged(details);
  /external/chromium_org/chrome/browser/ui/views/
load_complete_listener.h 35 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/
theme_handler.h 35 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/content/browser/
theme_helper_mac.h 35 const NotificationDetails& details) OVERRIDE;
  /external/chromium_org/content/public/browser/
notification_service.h 33 // Details is a reference to an object containing additional data about
38 const NotificationDetails& details) = 0;
58 // Returns a NotificationDetails object that represents a lack of details
60 static Details<void> NoDetails() { return Details<void>(NULL); }
  /external/chromium_org/content/public/test/
test_notification_tracker.cc 15 details(NotificationService::NoDetails()) {
22 details(d) {
79 const NotificationDetails& details) {
80 events_.push_back(Event(type, source, details));
  /external/chromium_org/sync/js/
js_event_details.h 19 // around event details to different threads.
25 // Takes over the data in |details|, leaving |details| empty.
26 explicit JsEventDetails(base::DictionaryValue* details);
  /external/chromium_org/webkit/browser/database/
databases_table.h 38 DatabaseDetails* details);
39 bool InsertDatabaseDetails(const DatabaseDetails& details);
40 bool UpdateDatabaseDetails(const DatabaseDetails& details);
46 std::vector<DatabaseDetails>* details);
  /external/chromium_org/ash/wm/gestures/
system_pinch_handler.cc 50 if (event.details().touch_points() > kSystemGesturePoints)
72 pinch_factor_ *= event.details().scale();
85 if (event.details().swipe_left() || event.details().swipe_right()) {
90 event.details().swipe_left() ? internal::SnapSizer::LEFT_EDGE :
92 } else if (event.details().swipe_up()) {
95 } else if (event.details().swipe_down()) {
two_finger_drag_handler.cc 90 event.details().touch_points() == 1) {
99 event.details().touch_points() == 2) {
110 event.details().bounding_box().CenterPoint(),
122 return event.details().touch_points() == 2 &&
137 if (event.details().touch_points() > 2) {
155 if (event.details().swipe_up()) {
158 } else if (event.details().swipe_down() && window_state->CanMinimize()) {
166 event.details().swipe_left() ? internal::SnapSizer::LEFT_EDGE :
174 any_window_resizer->Drag(event.details().bounding_box().CenterPoint(),
185 if (event.details().touch_points() == 2)
    [all...]
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogListItemHelperTest.java 172 PhoneCallDetails details = new PhoneCallDetails("", Calls.PRESENTATION_UNKNOWN, "", local
176 mHelper.getCallDescriptionStringID(details));
184 PhoneCallDetails details = new PhoneCallDetails("", Calls.PRESENTATION_UNKNOWN, "", local
188 mHelper.getCallDescriptionStringID(details));
196 PhoneCallDetails details = new PhoneCallDetails("", Calls.PRESENTATION_UNKNOWN, "", local
200 mHelper.getCallDescriptionStringID(details));
208 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
213 mHelper.getCallDescriptionStringID(details));
221 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
226 mHelper.getCallDescriptionStringID(details));
234 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
248 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
262 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
275 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
289 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
303 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
317 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
331 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
350 PhoneCallDetails details = new PhoneCallDetails(TEST_NUMBER, Calls.PRESENTATION_ALLOWED, local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
media_galleries_private_event_router.cc 66 GalleryChangeDetails details; local
67 details.gallery_id = gallery_id;
69 args->Append(details.ToValue().release());
103 DeviceAttachmentDetails details; local
104 details.device_name = UTF16ToUTF8(pref_info.GetGalleryDisplayName());
105 details.device_id = GetTransientIdForDeviceId(info.device_id());
108 args->Append(details.ToValue().release());
122 DeviceDetachmentDetails details;
123 details.device_id = GetTransientIdForDeviceId(info.device_id());
126 args->Append(details.ToValue().release())
    [all...]

Completed in 738 milliseconds

1 2 3 45 6 7 8 91011>>