HomeSort by relevance Sort by last modified time
    Searched refs:details (Results 126 - 150 of 1690) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/bindings/ocaml/all_backends/
llvm_all_backends.mli 6 * License. See LICENSE.TXT for details.
  /development/samples/SupportLeanbackDemos/src/com/example/android/leanback/
DetailsActivity.java 29 setContentView(R.layout.details);
  /external/chromium_org/chrome/browser/chromeos/kiosk_mode/
kiosk_mode_idle_logout.h 34 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 38 const content::NotificationDetails& details) OVERRIDE;
41 const history::URLVisitedDetails* details);
44 const history::URLsDeletedDetails* details);
68 virtual void OnListenerAdded(const EventListenerInfo& details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/processes/
processes_api.h 56 const content::NotificationDetails& details) OVERRIDE;
69 content::RenderProcessHost::RendererClosedDetails* details);
115 virtual void OnListenerAdded(const EventListenerInfo& details) OVERRIDE;
116 virtual void OnListenerRemoved(const EventListenerInfo& details) OVERRIDE;
176 // details corresponding to the process IDs supplied as input.
  /external/chromium_org/chrome/browser/extensions/api/web_request/
chrome_extension_web_request_event_router_delegate.h 29 scoped_ptr<base::DictionaryValue> details) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/
state_store_notification_observer.cc 28 const content::NotificationDetails& details) {
  /external/chromium_org/chrome/browser/feedback/
feedback_profile_observer.h 37 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/google/
did_run_updater_win.cc 31 const content::NotificationDetails& details) {
  /external/chromium_org/chrome/browser/infobars/
simple_alert_infobar_delegate.h 35 const NavigationDetails& details) const OVERRIDE;
  /external/chromium_org/chrome/browser/metrics/
omnibox_metrics_provider.h 34 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/notifications/
fullscreen_notification_blocker.h 33 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/policy/cloud/
user_cloud_policy_invalidator.h 43 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item_browser.h 35 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/panels/
test_panel_notification_observer.cc 35 const content::NotificationDetails& details) {
test_panel_notification_observer.h 33 const content::NotificationDetails& details) OVERRIDE;
  /external/chromium_org/chrome/renderer/resources/extensions/
page_action_custom_bindings.js 15 apiFunctions.setHandleRequest('setIcon', function(details, callback) {
16 setIcon(details, function(args) {
  /external/chromium_org/chrome/service/cloud_print/
job_status_updater.cc 58 PrintJobDetails details; local
60 &details)) {
61 if (details != last_job_details_) {
62 last_job_details_ = details;
  /external/chromium_org/content/browser/
theme_helper_mac.h 41 const NotificationDetails& details) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSummaryElement.cpp 12 * Library General Public License for more details.
71 if (HTMLDetailsElement* details = detailsElement())
72 return details->findMainSummary() == this;
97 if (HTMLDetailsElement* details = detailsElement())
98 details->toggleOpen();
  /external/chromium_org/third_party/WebKit/Source/web/
WebTextCheckingResult.cpp 51 result.details.append(detail);
  /external/oprofile/pp/
opreport_options.h 31 extern bool details;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/fov/
CtsTestHelper.java 50 String details = "PhotoSphere FOV test result:\n"; local
53 details += "Camera:" + res.cameraId + ", Resolution:" + res.width + 'x' + res.height
58 return details;
  /external/chromium_org/ash/wm/gestures/
overview_gesture_handler.cc 84 event.details().touch_points() == 1) {
96 !event.details().swipe_down() ||
97 event.details().touch_points() != 3) {
  /external/chromium_org/chrome/browser/content_settings/
permission_queue_controller_unittest.cc 60 const content::NotificationDetails& details) OVERRIDE;
77 const content::NotificationDetails& details) {
80 PermissionQueueController::Observe(type, source, details);

Completed in 653 milliseconds

1 2 3 4 56 7 8 91011>>