/external/chromium_org/chrome/browser/ui/cocoa/omnibox/ |
omnibox_view_mac.h | 94 // Helper for LocationBarViewMac. Optionally selects all in |field_|. 108 AutocompleteTextField* field() const { return field_; } 111 // Called when the user hits backspace in |field_|. Checks whether 125 // Returns true if |field_| is first-responder in the window. Used 146 // Pass the current content of |field_| to SetText(), maintaining 166 AutocompleteTextField* field_; // owned by tab controller member in class:OmniboxViewMac
|
omnibox_popup_view_mac.mm | 72 field_(field), 120 const CGFloat matrix_width = NSWidth([field_ bounds]); 395 [BrowserWindowController browserWindowControllerForView:field_]; 439 [field_ convertPoint:[field_ bounds].origin toView:nil]; 482 [[field_ window] addChildWindow:popup_ ordered:NSWindowAbove];
|
omnibox_popup_view_mac.h | 106 NSTextField* field_; // owned by tab controller member in class:OmniboxPopupViewMac
|
/external/chromium_org/net/cert/ |
x509_util_mac.cc | 154 field_(NULL) { 161 field_(field) { 171 if (cl_handle_ && oid_ && field_) 172 CSSM_CL_FreeFieldValue(cl_handle_, oid_, field_); 175 field_ = field;
|
x509_util_mac.h | 72 CSSM_DATA_PTR field() const { return field_; } 80 if (!field_ || field_->Length < sizeof(T)) 82 return reinterpret_cast<const T*>(field_->Data); 92 CSSM_DATA_PTR field_; member in class:net::x509_util::CSSMFieldValue
|
/art/runtime/ |
object_utils.h | 254 FieldHelper() : class_linker_(NULL), dex_cache_(NULL), dex_file_(NULL), field_(NULL) {} 255 explicit FieldHelper(const mirror::ArtField* f) : class_linker_(NULL), dex_cache_(NULL), dex_file_(NULL), field_(f) {} 257 : class_linker_(l), dex_cache_(NULL), dex_file_(NULL), field_(f) {} 268 field_ = new_f; 271 uint32_t field_index = field_->GetDexFieldIndex(); 272 if (!field_->GetDeclaringClass()->IsProxyClass()) { 276 DCHECK(field_->IsStatic()); 282 uint32_t field_index = field_->GetDexFieldIndex(); 283 if (!field_->GetDeclaringClass()->IsProxyClass()) { 288 type = GetClassLinker()->ResolveType(field_id.type_idx_, field_); 368 const mirror::ArtField* field_; member in class:art::FieldHelper [all...] |
/external/chromium/chrome/browser/autofill/ |
name_field.h | 38 AutofillField* field_; member in class:FullNameField
|
name_field.cc | 25 bool ok = Add(field_type_map, field_, AutofillType(NAME_FULL)); 49 : field_(field) {
|
form_field.cc | 93 bool ok = Add(field_type_map, field_, AutofillType(EMAIL_ADDRESS)); 115 explicit EmailField(AutofillField *field) : field_(field) {} 117 AutofillField* field_; member in class:EmailField
|
/system/core/sh/ |
mknodes.sh | 57 eval field_${struct}_$field=\"\$*\" 82 eval line=\"\$field_${struct}_$field\" 158 eval line=\"\$field_${struct}_$field\" 193 eval line=\"\$field_${struct}_$field\"
|
/external/chromium_org/components/autofill/core/browser/ |
name_field.cc | 31 const AutofillField* field_; member in class:autofill::__anon7391::FullNameField 96 return AddClassification(field_, NAME_FULL, map); 100 : field_(field) {
|
/external/chromium/testing/gmock/test/ |
gmock_link_test.h | 235 FieldHelper(int a_field) : field_(a_field) {} 236 int field() const { return field_; } 237 int field_; // NOLINT -- need external access to field_ to test member in class:FieldHelper 607 Matcher<const FieldHelper&> m = Field(&FieldHelper::field_, Eq(0)); 610 Matcher<const FieldHelper*> m2 = Field(&FieldHelper::field_, Eq(0));
|
/external/chromium/chrome/browser/ui/cocoa/ |
styled_text_field_cell_unittest.mm | 16 // Width of the field so that we don't have to ask |field_| for it all
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
styled_text_field_cell_unittest.mm | 16 // Width of the field so that we don't have to ask |field_| for it all
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_view_mac.mm | 289 field_(field), 355 NSRect popupFrame = NSInsetRect([field_ bounds], 0.0, kFieldVisualInset); 356 popupFrame = [field_ convertRect:popupFrame toView:nil]; 357 popupFrame.origin = [[field_ window] convertBaseToScreen:popupFrame.origin]; 413 [[field_ window] addChildWindow:popup_ ordered:NSWindowAbove]; 461 const NSRect fieldRectBase = [field_ convertRect:[field_ bounds] toView:nil]; 558 browser::ShowInstantConfirmDialogIfNecessary([field_ window],
|
autocomplete_popup_view_mac.h | 141 NSTextField* field_; // owned by tab controller member in class:AutocompletePopupViewMac
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 146 AutocompleteTextField* GetAutocompleteTextField() { return field_; } 181 AutocompleteTextField* field_; // owned by tab controller member in class:LocationBarViewMac
|
autocomplete_text_field_cell_unittest.mm | 31 // Width of the field so that we don't have to ask |field_| for it all
|
/external/chromium_org/chrome/browser/resources/print_preview/data/ticket_items/ |
ticket_item.js | 41 this.field_ = field || null; 144 this.appState_.persistField(this.field_, value);
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_cell_unittest.mm | 25 // Width of the field so that we don't have to ask |field_| for it all
|
/external/chromium_org/chrome/browser/ui/cocoa/find_bar/ |
find_bar_text_field_cell_unittest.mm | 25 // Width of the field so that we don't have to ask |field_| for it all
|
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/ |
location_bar_view_mac.h | 148 AutocompleteTextField* GetAutocompleteTextField() { return field_; } 204 AutocompleteTextField* field_; // owned by tab controller member in class:LocationBarViewMac
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
repeated_field.h | 1420 RepeatedField<T>* field_; member in class:google::protobuf::internal::RepeatedFieldBackInsertIterator 1451 RepeatedPtrField<T>* field_; member in class:google::protobuf::internal::RepeatedPtrFieldBackInsertIterator 1480 RepeatedPtrField<T>* field_; member in class:google::protobuf::internal::AllocatedRepeatedPtrFieldBackInsertIterator [all...] |
/external/protobuf/src/google/protobuf/ |
repeated_field.h | 1155 RepeatedField<T>* const field_; member in class:google::protobuf::internal::RepeatedFieldBackInsertIterator 1186 RepeatedPtrField<T>* const field_; member in class:google::protobuf::internal::RepeatedPtrFieldBackInsertIterator 1215 RepeatedPtrField<T>* const field_; member in class:google::protobuf::internal::AllocatedRepeatedPtrFieldBackInsertIterator [all...] |
/external/chromium_org/media/cast/rtcp/ |
rtcp_utility.h | 353 RtcpField field_; member in class:media::cast::RtcpParser
|