HomeSort by relevance Sort by last modified time
    Searched full:details_ (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/chromium_org/ash/wm/
default_window_resizer.cc 34 gfx::Rect bounds(CalculateBoundsForDrag(details_, location));
35 if (bounds != details_.window->bounds()) {
36 if (!did_move_or_resize_ && !details_.restore_bounds.IsEmpty())
37 wm::GetWindowState(details_.window)->ClearRestoreBounds();
39 details_.window->SetBounds(bounds);
50 details_.window->SetBounds(details_.initial_bounds_in_parent);
52 if (!details_.restore_bounds.IsEmpty())
53 wm::GetWindowState(details_.window)->SetRestoreBoundsInScreen(
54 details_.restore_bounds)
    [all...]
default_window_resizer.h 28 bool is_resizable() const { return details_.is_resizable; }
31 return !(details_.bounds_change & kBoundsChange_Repositions);
33 aura::Window* target_window() const { return details_.window; }
45 const Details details_; member in class:ash::DefaultWindowResizer
drag_window_resizer.cc 89 details_.initial_opacity);
115 GetTarget()->layer()->SetOpacity(details_.initial_opacity);
139 GetTarget()->layer()->SetOpacity(details_.initial_opacity);
147 return details_.initial_location_in_parent;
153 details_(details),
174 if (details_.window_component != HTCAPTION || !ShouldAllowMouseWarp())
214 return (details_.window_component == HTCAPTION) &&
227 if (details_.window_component != HTCAPTION ||
236 details_.window->GetRootWindow())->GetSystemTray();
267 GetTarget()->SetBounds(details_.initial_bounds_in_parent)
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_browser_actions_api.cc 24 EXTENSION_FUNCTION_VALIDATE(args_->GetDictionary(0, &details_));
25 EXTENSION_FUNCTION_VALIDATE(details_ != NULL);
27 if (details_->HasKey("tabId"))
28 EXTENSION_FUNCTION_VALIDATE(details_->GetInteger("tabId", &tab_id_));
49 EXTENSION_FUNCTION_VALIDATE(details_->GetBinary("imageData", &binary));
61 EXTENSION_FUNCTION_VALIDATE(details_->GetString("title", &title));
68 EXTENSION_FUNCTION_VALIDATE(details_->GetString("popup", &popup_string));
80 EXTENSION_FUNCTION_VALIDATE(details_->GetString("text", &badge_text));
87 EXTENSION_FUNCTION_VALIDATE(details_->GetList("color", &list));
extension_browser_actions_api.h 19 : details_(NULL),
28 DictionaryValue* details_; member in class:BrowserActionFunction
extension_cookies_helpers.cc 134 : details_(details) {
135 DCHECK(details_);
148 if (!details_->HasKey(key))
151 return (details_->GetString(key, &filter_value) &&
156 if (!details_->HasKey(key))
159 return (details_->GetBoolean(key, &filter_value) &&
164 if (!details_->HasKey(keys::kDomainKey))
168 if (!details_->GetString(keys::kDomainKey, &filter_value))
  /external/chromium_org/v8/src/
property.h 58 PropertyDetails GetDetails() { return details_; }
64 void SetSortedKeyIndex(int index) { details_ = details_.set_pointer(index); }
69 PropertyDetails details_; member in class:v8::internal::BASE_EMBEDDED
72 Descriptor() : details_(Smi::FromInt(0)) {}
77 details_ = details;
83 details_(details) { }
93 details_(attributes, type, representation, field_index) { }
189 details_(NONE, NONEXISTENT, Representation::None()) {
203 details_ = details
491 PropertyDetails details_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium_org/sync/js/
js_event_details.cc 14 : details_(details) {}
19 return details_.Get();
js_event_details.h 41 ImmutableDictionaryValue details_; member in class:syncer::JsEventDetails
  /external/v8/src/
property.h 60 PropertyDetails GetDetails() { return details_; }
68 details_ = PropertyDetails(details_.attributes(), details_.type(), index);
76 PropertyDetails details_; member in class:v8::internal::BASE_EMBEDDED
79 Descriptor() : details_(Smi::FromInt(0)) {}
84 details_ = details;
90 details_(details) { }
99 details_(attributes, type, index) { }
201 details_(NONE, NORMAL)
403 PropertyDetails details_; member in class:v8::internal::BASE_EMBEDDED
    [all...]
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 56 details_(details) {
71 codec.Decode(details_->bb_node(), details_->other_folder_node(),
73 details_->set_max_id(std::max(max_node_id, details_->max_id()));
74 details_->set_computed_checksum(codec.computed_checksum());
75 details_->set_stored_checksum(codec.stored_checksum());
76 details_->set_ids_reassigned(codec.ids_reassigned());
81 AddBookmarksToIndex(details_->bb_node());
82 AddBookmarksToIndex(details_->other_folder_node())
109 BookmarkLoadDetails* details_; member in class:BookmarkStorage::LoadTask
    [all...]
  /external/chromium/chrome/browser/net/gaia/
token_service_unittest.h 31 return details_;
39 TokenService::TokenAvailableDetails details_; member in class:TokenAvailableTracker
48 return details_;
56 TokenService::TokenRequestFailedDetails details_; member in class:TokenFailedTracker
  /external/chromium/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 24 details_.reset([[CocoaCookieDetails createFromCookieTreeNode:(treeNode_)]
33 return [details_.get() type];
70 return details_;
cookie_tree_node.h 14 scoped_nsobject<CocoaCookieDetails> details_; variable
  /external/chromium_org/chrome/browser/extensions/api/
execute_code_function.cc 33 if (!success || !details_->file) {
123 details_->all_frames.get() && *details_->all_frames ?
129 switch (details_->run_at) {
166 if (!details_->code.get() && !details_->file.get()) {
170 if (details_->code.get() && details_->file.get()) {
178 if (details_->code.get())
179 return Execute(*details_->code)
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/content_settings/
cookie_tree_node.mm 24 details_.reset([[CocoaCookieDetails createFromCookieTreeNode:(treeNode_)]
33 return [details_.get() type];
70 return details_;
cookie_tree_node.h 14 base::scoped_nsobject<CocoaCookieDetails> details_; variable
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 160 : details_(details) {
161 DCHECK(details_);
166 if (details_->name.get() && *details_->name != cookie.Name())
172 if (details_->path.get() && *details_->path != cookie.Path())
175 if (details_->secure.get() && *details_->secure != cookie.IsSecure())
178 if (details_->session.get() && *details_->session != !cookie.IsPersistent()
    [all...]
  /external/chromium_org/extensions/common/permissions/
permission_message.cc 22 details_(details) {
  /external/chromium_org/content/browser/resources/media/
cache_entry.js 22 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_);
109 * Clear all recorded ranges from this CacheEntry and redraw this.details_.
175 * Update this.details_ to contain everything we currently know about
185 this.details_.id = this.key
    [all...]
  /external/chromium_org/ui/oak/
oak_window.cc 38 details_.reset();
133 details_.reset(new views::TableView(details_model_.get(),
137 details_->set_owned_by_client();
138 details_container_ = details_->CreateParentIfNecessary();
139 details_->SetModel(details_model_.get());
  /external/chromium_org/chrome/browser/ui/cocoa/autofill/
autofill_details_container.mm 39 [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/ash/wm/workspace/
workspace_window_resizer.cc 377 } else if ((details_.bounds_change & kBoundsChange_Resizes) &&
378 details_.source == aura::client::WINDOW_MOVE_SOURCE_TOUCH) {
384 gfx::Rect bounds = CalculateBoundsForDrag(details_, location_in_parent);
390 if (!details_.restore_bounds.IsEmpty())
436 if (!did_move_or_resize_ || details_.window_component != HTCAPTION)
452 window()->parent(), details_.initial_bounds_in_parent);
454 details_.restore_bounds.IsEmpty() ?
456 details_.restore_bounds);
476 window()->SetBounds(details_.initial_bounds_in_parent);
477 if (!details_.restore_bounds.IsEmpty())
    [all...]
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 207 details_(details),
279 if (details_.type == EditDetails::EXISTING_NODE) {
280 title = UTF16ToUTF8(details_.existing_node->GetTitle());
281 } else if (details_.type == EditDetails::NEW_FOLDER) {
290 if (details_.type != EditDetails::NEW_FOLDER) {
293 if (details_.type == EditDetails::EXISTING_NODE)
294 url_spec = details_.existing_node->GetURL().spec();
319 if (details_.type == EditDetails::EXISTING_NODE)
320 selected_id = details_.existing_node->parent()->id();
404 if ((details_.type == EditDetails::EXISTING_NODE &
    [all...]
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_editor_view.cc 74 details_(details),
92 if (details_.type == EditDetails::NEW_FOLDER)
272 if (details_.type == EditDetails::EXISTING_NODE)
273 title = details_.existing_node->GetTitle();
274 else if (details_.type == EditDetails::NEW_FOLDER)
285 if (details_.type == EditDetails::EXISTING_NODE) {
292 url_text = net::FormatUrl(details_.existing_node->GetURL(), languages,
352 if (details_.type != EditDetails::NEW_FOLDER) {
390 if ((details_.type == EditDetails::EXISTING_NODE &&
391 details_.existing_node->HasAncestor(node)) |
    [all...]

Completed in 2700 milliseconds

1 2 3 4 5