Searched defs:details (Results 1 - 25 of 669) sorted by relevance

1234567891011>>

/external/chromium_org/sync/js/
H A Djs_event_details_unittest.cc16 JsEventDetails details; local
17 EXPECT_TRUE(details.Get().empty());
18 EXPECT_EQ("{}", details.ToString());
28 JsEventDetails details(&dict);
30 // |details| should take over |dict|'s data.
32 EXPECT_TRUE(details.Get().Equals(dict_copy.get()));
H A Djs_event_details.cc13 JsEventDetails::JsEventDetails(base::DictionaryValue* details) argument
14 : details_(details) {}
/external/chromium_org/extensions/common/permissions/
H A Dpermission_message.cc21 const base::string16& details)
24 details_(details) {
18 PermissionMessage( PermissionMessage::ID id, const base::string16& message, const base::string16& details) argument
/external/chromium_org/chrome/browser/ui/webui/
H A Dsync_internals_browsertest.js35 * Checks aboutInfo's details section for the specified field.
37 * @param {string} key The name of the key to search for in details.
39 * @return {boolean} whether the field was found in the details.
43 var details = chrome.sync.aboutInfo.details;
44 if (!details)
46 for (var i = 0; i < details.length; ++i) {
47 if (!details[i].data)
49 for (var j = 0; j < details[i].data.length; ++j) {
50 var obj = details[
[all...]
/external/chromium_org/chrome/browser/content_settings/
H A Dmock_settings_observer.cc24 const content::NotificationDetails& details) {
28 content::Details<ContentSettingsDetails>(details).ptr();
21 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/extensions/api/media_galleries_private/
H A Dmedia_galleries_private_event_router.cc43 GalleryChangeDetails details; local
44 details.gallery_id = gallery_id;
46 args->Append(details.ToValue().release());
/external/chromium_org/chrome/browser/notifications/
H A Dnotification_system_observer.cc32 const content::NotificationDetails& details) {
38 content::Details<extensions::UnloadedExtensionInfo>(details).ptr();
29 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/policy/cloud/
H A Duser_cloud_policy_invalidator.cc48 const content::NotificationDetails& details) {
45 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Drender_view_context_menu_browsertest_util.cc27 const content::NotificationDetails& details) {
24 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_manager_browsertest.cc50 LanguageDetectionDetails details; local
52 source.map_key(), &details));
53 EXPECT_EQ("fr", details.adopted_language);
/external/chromium_org/chrome/browser/ui/panels/
H A Dtest_panel_notification_observer.cc35 const content::NotificationDetails& details) {
32 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/tabs/
H A Dpinned_tab_service.cc46 const content::NotificationDetails& details) {
44 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/ui/views/
H A Dload_complete_listener.cc32 const content::NotificationDetails& details) {
29 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/ui/events/
H A Devent_processor.cc22 EventDispatchDetails details = DispatchEvent(target, event); local
23 if (details.dispatcher_destroyed ||
24 details.target_destroyed ||
26 return details;
/external/chromium_org/ash/shelf/
H A Dshelf_util.cc36 const ShelfItemDetails& details) {
38 ShelfItemDetails* item_details = new ShelfItemDetails(details);
35 SetShelfItemDetailsForWindow(aura::Window* window, const ShelfItemDetails& details) argument
/external/chromium_org/ash/sticky_keys/
H A Dsticky_keys_overlay_unittest.cc44 ui::EventDispatchDetails details = Shell::GetPrimaryRootWindow()-> local
46 CHECK(!details.dispatcher_destroyed);
/external/chromium_org/ash/wm/
H A Dwindow_resizer.h69 const DragDetails& details() const { return *window_state_->drag_details(); } function in class:ash::WindowResizer
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_aurawin.cc64 const content::NotificationDetails& details) {
61 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/input_method/
H A Dbrowser_state_monitor.cc45 const content::NotificationDetails& details) {
73 const bool is_screen_locked = *content::Details<bool>(details).ptr();
42 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/kiosk_mode/
H A Dkiosk_mode_idle_logout.cc64 const content::NotificationDetails& details) {
61 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_button_observer.cc66 const content::NotificationDetails& details) {
76 bool locked = *content::Details<bool>(details).ptr();
64 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_windows_api.cc79 void TabsWindowsAPI::OnListenerAdded(const EventListenerInfo& details) { argument
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_notification_observer.cc69 const content::NotificationDetails& details) {
67 Observe(int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dextension_test_message_listener.cc74 const content::NotificationDetails& details) {
87 const std::string& message = *content::Details<std::string>(details).ptr();
71 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument
H A Dexternal_policy_loader.cc48 const content::NotificationDetails& details) {
45 Observe( int type, const content::NotificationSource& source, const content::NotificationDetails& details) argument

Completed in 670 milliseconds

1234567891011>>