Home
last modified time | relevance | path

Searched refs:details_ (Results 1 – 25 of 93) sorted by relevance

1234

/external/chromium_org/ash/wm/
Ddefault_window_resizer.cc34 gfx::Rect bounds(CalculateBoundsForDrag(details_, location)); in Drag()
35 if (bounds != details_.window->bounds()) { in Drag()
36 if (!did_move_or_resize_ && !details_.restore_bounds.IsEmpty()) in Drag()
37 wm::GetWindowState(details_.window)->ClearRestoreBounds(); in Drag()
39 details_.window->SetBounds(bounds); in Drag()
50 details_.window->SetBounds(details_.initial_bounds_in_parent); in RevertDrag()
52 if (!details_.restore_bounds.IsEmpty()) in RevertDrag()
53 wm::GetWindowState(details_.window)->SetRestoreBoundsInScreen( in RevertDrag()
54 details_.restore_bounds); in RevertDrag()
58 return details_.window; in GetTarget()
[all …]
Ddrag_window_resizer.cc89 details_.initial_opacity); in Drag()
115 GetTarget()->layer()->SetOpacity(details_.initial_opacity); in CompleteDrag()
139 GetTarget()->layer()->SetOpacity(details_.initial_opacity); in RevertDrag()
147 return details_.initial_location_in_parent; in GetInitialLocation()
153 details_(details), in DragWindowResizer()
174 if (details_.window_component != HTCAPTION || !ShouldAllowMouseWarp()) in UpdateDragWindow()
214 return (details_.window_component == HTCAPTION) && in ShouldAllowMouseWarp()
227 if (details_.window_component != HTCAPTION || in GetTrayUserItemAtPoint()
236 details_.window->GetRootWindow())->GetSystemTray(); in GetTrayUserItemAtPoint()
267 GetTarget()->SetBounds(details_.initial_bounds_in_parent); in TryDraggingToNewUser()
[all …]
Ddefault_window_resizer.h28 bool is_resizable() const { return details_.is_resizable; } in is_resizable()
31 return !(details_.bounds_change & kBoundsChange_Repositions); in changed_size()
33 aura::Window* target_window() const { return details_.window; } in target_window()
45 const Details details_; variable
/external/chromium_org/v8/src/
Dproperty.h58 PropertyDetails GetDetails() { return details_; } in GetDetails()
64 void SetSortedKeyIndex(int index) { details_ = details_.set_pointer(index); } in SetSortedKeyIndex()
69 PropertyDetails details_; variable
72 Descriptor() : details_(Smi::FromInt(0)) {} in Descriptor()
77 details_ = details; in Init()
83 details_(details) { } in Descriptor()
93 details_(attributes, type, representation, field_index) { } in key_()
189 details_(NONE, NONEXISTENT, Representation::None()) { in LookupResult()
203 details_ = details; in DescriptorResult()
211 return value->FitsRepresentation(details_.representation()); in CanHoldValue()
[all …]
Dmirror-debugger.js1178 this.details_ = details[1];
1233 return %DebugPropertyAttributesFromDetails(this.details_);
1238 return %DebugPropertyTypeFromDetails(this.details_);
1243 return %DebugPropertyIndexFromDetails(this.details_);
1374 this.details_ = %GetFrameDetails(break_id, index);
1380 return this.details_[kFrameDetailsFrameIdIndex];
1386 return this.details_[kFrameDetailsReceiverIndex];
1392 return this.details_[kFrameDetailsFunctionIndex];
1398 return this.details_[kFrameDetailsConstructCallIndex];
1404 return this.details_[kFrameDetailsAtReturnIndex];
[all …]
/external/v8/src/
Dproperty.h60 PropertyDetails GetDetails() { return details_; } in GetDetails()
68 details_ = PropertyDetails(details_.attributes(), details_.type(), index); in SetEnumerationIndex()
76 PropertyDetails details_; variable
79 Descriptor() : details_(Smi::FromInt(0)) {} in Descriptor()
84 details_ = details; in Init()
90 details_(details) { } in Descriptor()
99 details_(attributes, type, index) { } in key_()
201 details_(NONE, NORMAL) { in LookupResult()
213 details_ = details; in DescriptorResult()
220 details_ = PropertyDetails(details); in DescriptorResult()
[all …]
Dmirror-debugger.js1112 this.details_ = details[1];
1167 return %DebugPropertyAttributesFromDetails(this.details_);
1172 return %DebugPropertyTypeFromDetails(this.details_);
1177 return %DebugPropertyIndexFromDetails(this.details_);
1281 this.details_ = %GetFrameDetails(break_id, index);
1287 return this.details_[kFrameDetailsFrameIdIndex];
1293 return this.details_[kFrameDetailsReceiverIndex];
1299 return this.details_[kFrameDetailsFunctionIndex];
1305 return this.details_[kFrameDetailsConstructCallIndex];
1311 return this.details_[kFrameDetailsAtReturnIndex];
[all …]
/external/chromium/chrome/browser/bookmarks/
Dbookmark_storage.cc56 details_(details) { in LoadTask()
71 codec.Decode(details_->bb_node(), details_->other_folder_node(), in Run()
73 details_->set_max_id(std::max(max_node_id, details_->max_id())); in Run()
74 details_->set_computed_checksum(codec.computed_checksum()); in Run()
75 details_->set_stored_checksum(codec.stored_checksum()); in Run()
76 details_->set_ids_reassigned(codec.ids_reassigned()); in Run()
81 AddBookmarksToIndex(details_->bb_node()); in Run()
82 AddBookmarksToIndex(details_->other_folder_node()); in Run()
100 details_->index()->Add(node); in AddBookmarksToIndex()
109 BookmarkLoadDetails* details_; member in BookmarkStorage::LoadTask
[all …]
/external/chromium/chrome/browser/extensions/
Dextension_browser_actions_api.cc24 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details_)); in RunImpl()
25 EXTENSION_FUNCTION_VALIDATE(details_ != NULL); in RunImpl()
27 if (details_->HasKey("tabId")) in RunImpl()
28 EXTENSION_FUNCTION_VALIDATE(details_->GetInteger("tabId", &tab_id_)); in RunImpl()
49 EXTENSION_FUNCTION_VALIDATE(details_->GetBinary("imageData", &binary)); in RunBrowserAction()
61 EXTENSION_FUNCTION_VALIDATE(details_->GetString("title", &title)); in RunBrowserAction()
68 EXTENSION_FUNCTION_VALIDATE(details_->GetString("popup", &popup_string)); in RunBrowserAction()
80 EXTENSION_FUNCTION_VALIDATE(details_->GetString("text", &badge_text)); in RunBrowserAction()
87 EXTENSION_FUNCTION_VALIDATE(details_->GetList("color", &list)); in RunBrowserAction()
Dextension_cookies_helpers.cc134 : details_(details) { in MatchFilter()
135 DCHECK(details_); in MatchFilter()
148 if (!details_->HasKey(key)) in MatchesString()
151 return (details_->GetString(key, &filter_value) && in MatchesString()
156 if (!details_->HasKey(key)) in MatchesBoolean()
159 return (details_->GetBoolean(key, &filter_value) && in MatchesBoolean()
164 if (!details_->HasKey(keys::kDomainKey)) in MatchesDomain()
168 if (!details_->GetString(keys::kDomainKey, &filter_value)) in MatchesDomain()
/external/chromium_org/chrome/browser/extensions/api/cookies/
Dcookies_helpers.cc160 : details_(details) { in MatchFilter()
161 DCHECK(details_); in MatchFilter()
166 if (details_->name.get() && *details_->name != cookie.Name()) in MatchesCookie()
172 if (details_->path.get() && *details_->path != cookie.Path()) in MatchesCookie()
175 if (details_->secure.get() && *details_->secure != cookie.IsSecure()) in MatchesCookie()
178 if (details_->session.get() && *details_->session != !cookie.IsPersistent()) in MatchesCookie()
185 if (!details_->domain.get()) in MatchesDomain()
189 if (net::cookie_util::DomainIsHostOnly(*details_->domain)) in MatchesDomain()
190 details_->domain->insert(0, "."); in MatchesDomain()
199 sub_domain.length() >= details_->domain->length();) { in MatchesDomain()
[all …]
/external/chromium_org/chrome/browser/extensions/api/
Dexecute_code_function.cc33 if (!success || !details_->file) { in DidLoadFile()
123 details_->all_frames.get() && *details_->all_frames ? in Execute()
129 switch (details_->run_at) { in Execute()
166 if (!details_->code.get() && !details_->file.get()) { in RunImpl()
170 if (details_->code.get() && details_->file.get()) { in RunImpl()
178 if (details_->code.get()) in RunImpl()
179 return Execute(*details_->code); in RunImpl()
181 if (!details_->file.get()) in RunImpl()
183 resource_ = GetExtension()->GetResource(*details_->file); in RunImpl()
/external/chromium_org/content/browser/resources/media/
Dcache_entry.js22 this.details_ = document.createElement('details');
23 this.details_.className = 'cache-entry';
24 this.details_.open = false;
48 this.details_.appendChild(summary);
54 this.details_.appendChild(this.writeCanvas);
60 this.details_.appendChild(this.readCanvas);
65 this.details_.appendChild(this.detailTable_);
185 this.details_.id = this.key;
235 result.appendChild(this.details_);
/external/chromium_org/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view.cc74 details_(details), in BookmarkEditorView()
101 if (details_.GetNodeType() != BookmarkNode::FOLDER) in IsDialogButtonEnabled()
120 return l10n_util::GetStringUTF16(details_.GetWindowTitleId()); in GetWindowTitle()
125 if (details_.GetNodeType() != BookmarkNode::FOLDER) { in Accept()
270 if (details_.type == EditDetails::EXISTING_NODE) { in Init()
271 title = details_.existing_node->GetTitle(); in Init()
272 url = details_.existing_node->url(); in Init()
273 } else if (details_.type == EditDetails::NEW_FOLDER) { in Init()
275 } else if (details_.type == EditDetails::NEW_URL) { in Init()
276 url = details_.url; in Init()
[all …]
/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc377 } else if ((details_.bounds_change & kBoundsChange_Resizes) && in Drag()
378 details_.source == aura::client::WINDOW_MOVE_SOURCE_TOUCH) { in Drag()
384 gfx::Rect bounds = CalculateBoundsForDrag(details_, location_in_parent); in Drag()
390 if (!details_.restore_bounds.IsEmpty()) in Drag()
436 if (!did_move_or_resize_ || details_.window_component != HTCAPTION) in CompleteDrag()
452 window()->parent(), details_.initial_bounds_in_parent); in CompleteDrag()
454 details_.restore_bounds.IsEmpty() ? in CompleteDrag()
456 details_.restore_bounds); in CompleteDrag()
476 window()->SetBounds(details_.initial_bounds_in_parent); in RevertDrag()
477 if (!details_.restore_bounds.IsEmpty()) { in RevertDrag()
[all …]
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
Dbookmark_editor_gtk.cc269 details_(details), in BookmarkEditorGtk()
289 l10n_util::GetStringUTF8(details_.GetWindowTitleId()).c_str(), in Init()
345 if (details_.type == EditDetails::EXISTING_NODE) { in Init()
346 title = UTF16ToUTF8(details_.existing_node->GetTitle()); in Init()
347 url = details_.existing_node->url(); in Init()
348 } else if (details_.type == EditDetails::NEW_FOLDER) { in Init()
350 } else if (details_.type == EditDetails::NEW_URL) { in Init()
351 url = details_.url; in Init()
352 title = UTF16ToUTF8(details_.title); in Init()
360 if (details_.GetNodeType() != BookmarkNode::FOLDER) { in Init()
[all …]
/external/chromium/chrome/browser/net/gaia/
Dtoken_service_unittest.h31 return details_; in details()
39 TokenService::TokenAvailableDetails details_; variable
48 return details_; in details()
56 TokenService::TokenRequestFailedDetails details_; variable
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_editor_gtk.cc207 details_(details), in BookmarkEditorGtk()
279 if (details_.type == EditDetails::EXISTING_NODE) { in Init()
280 title = UTF16ToUTF8(details_.existing_node->GetTitle()); in Init()
281 } else if (details_.type == EditDetails::NEW_FOLDER) { in Init()
290 if (details_.type != EditDetails::NEW_FOLDER) { in Init()
293 if (details_.type == EditDetails::EXISTING_NODE) in Init()
294 url_spec = details_.existing_node->GetURL().spec(); in Init()
319 if (details_.type == EditDetails::EXISTING_NODE) in Init()
320 selected_id = details_.existing_node->parent()->id(); in Init()
404 if ((details_.type == EditDetails::EXISTING_NODE && in BookmarkNodeRemoved()
[all …]
/external/chromium_org/ash/wm/dock/
Ddocked_window_resizer.cc77 gfx::Rect bounds(CalculateBoundsForDrag(details_, location)); in Drag()
101 details_.source == aura::client::WINDOW_MOVE_SOURCE_MOUSE ? in Drag()
142 return details_.initial_location_in_parent; in GetInitialLocation()
147 : details_(details), in DockedWindowResizer()
157 DCHECK(details_.is_resizable); in DockedWindowResizer()
202 (details_.bounds_change & WindowResizer::kBoundsChange_Resizes)) { in StartedDragging()
241 (details_.bounds_change & WindowResizer::kBoundsChange_Resizes) != 0; in FinishedDragging()
266 details_.source == aura::client::WINDOW_MOVE_SOURCE_MOUSE ? in FinishedDragging()
275 details_.source == aura::client::WINDOW_MOVE_SOURCE_MOUSE ? in FinishedDragging()
/external/chromium_org/ui/oak/
Doak_window.cc38 details_.reset(); in ~OakWindow()
133 details_.reset(new views::TableView(details_model_.get(), in Init()
137 details_->set_owned_by_client(); in Init()
138 details_container_ = details_->CreateParentIfNecessary(); in Init()
139 details_->SetModel(details_model_.get()); in Init()
/external/chromium/chrome/browser/ui/views/bookmarks/
Dbookmark_editor_view.cc74 details_(details), in BookmarkEditorView()
92 if (details_.type == EditDetails::NEW_FOLDER) in IsDialogButtonEnabled()
272 if (details_.type == EditDetails::EXISTING_NODE) in Init()
273 title = details_.existing_node->GetTitle(); in Init()
274 else if (details_.type == EditDetails::NEW_FOLDER) in Init()
285 if (details_.type == EditDetails::EXISTING_NODE) { in Init()
292 url_text = net::FormatUrl(details_.existing_node->GetURL(), languages, in Init()
352 if (details_.type != EditDetails::NEW_FOLDER) { in Init()
390 if ((details_.type == EditDetails::EXISTING_NODE && in BookmarkNodeRemoved()
391 details_.existing_node->HasAncestor(node)) || in BookmarkNodeRemoved()
[all …]
/external/chromium_org/ash/wm/panels/
Dpanel_window_resizer.cc91 gfx::Rect bounds(CalculateBoundsForDrag(details_, location)); in Drag()
102 !(details_.bounds_change & WindowResizer::kBoundsChange_Resizes)) { in Drag()
124 return details_.initial_location_in_parent; in GetInitialLocation()
129 : details_(details), in PanelWindowResizer()
137 DCHECK(details_.is_resizable); in PanelWindowResizer()
211 if (details_.bounds_change & WindowResizer::kBoundsChange_Resizes) in FinishDragging()
/external/chromium_org/chrome/browser/extensions/api/extension_action/
Dextension_action_api.cc494 : details_(NULL), in ExtensionActionFunction()
567 details_ = static_cast<base::DictionaryValue*>(first_arg); in ExtractDataFromArguments()
570 if (details_->Get("tabId", &tab_id_value)) { in ExtractDataFromArguments()
699 EXTENSION_FUNCTION_VALIDATE(details_); in RunExtensionAction()
705 if (details_->GetDictionary("imageData", &canvas_set)) { in RunExtensionAction()
722 } else if (details_->GetInteger("iconIndex", &icon_index)) { in RunExtensionAction()
733 EXTENSION_FUNCTION_VALIDATE(details_); in RunExtensionAction()
735 EXTENSION_FUNCTION_VALIDATE(details_->GetString("title", &title)); in RunExtensionAction()
742 EXTENSION_FUNCTION_VALIDATE(details_); in RunExtensionAction()
744 EXTENSION_FUNCTION_VALIDATE(details_->GetString("popup", &popup_string)); in RunExtensionAction()
[all …]
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_details_container.mm39 [details_ addObject:sectionContainer];
43 details_.reset([[NSMutableArray alloc] init]);
59 for (AutofillSectionContainer* container in details_.get())
67 for (AutofillSectionContainer* container in details_.get()) {
78 [details_ reverseObjectEnumerator]) {
90 for (AutofillSectionContainer* details in details_.get()) {
98 for (AutofillSectionContainer* details in details_.get())
104 for (AutofillSectionContainer* details in details_.get()) {
236 for (AutofillSectionContainer* details in details_.get()) {
/external/chromium_org/sync/js/
Djs_event_details.cc14 : details_(details) {} in JsEventDetails()
19 return details_.Get(); in Get()

1234