| /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/ |
| menu_tracked_root_view.h | 20 @property(assign, nonatomic) NSMenuItem* menuItem;
|
| /external/chromium_org/third_party/WebKit/Source/web/ |
| WebDOMResourceProgressEvent.cpp | 44 assign(ResourceProgressEvent::create(type, lengthIsComputable, loaded, total, url));
|
| /external/chromium_org/third_party/WebKit/public/platform/ |
| WebIDBKeyRange.h | 43 WebIDBKeyRange(const WebIDBKeyRange& keyRange) { assign(keyRange); } 44 WebIDBKeyRange(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen) { assign(lower, upper, lowerOpen, upperOpen); } 51 BLINK_EXPORT void assign(const WebIDBKeyRange&); 52 BLINK_EXPORT void assign(const WebIDBKey& lower, const WebIDBKey& upper, bool lowerOpen, bool upperOpen);
|
| WebPrivatePtr.h | 72 void assign(const BlinkPtrType& val) function in class:blink::PtrStorageImpl 78 void assign(const PtrStorageImpl& other) function in class:blink::PtrStorageImpl 103 void assign(const RawPtr<T>& val) function in class:blink::PtrStorageImpl 116 void assign(T* ptr) { assign(RawPtr<T>(ptr)); } function in class:blink::PtrStorageImpl 117 template<typename U> void assign(const RawPtr<U>& val) { assign(RawPtr<T>(val)); } function in class:blink::PtrStorageImpl 119 void assign(const PtrStorageImpl& other) { assign(other.get()); } function in class:blink::PtrStorageImpl 136 void assign(const PassRefPtrWillBeRawPtr<T>& val) { PtrStorageImpl<T, GarbageCollectedLifetime>::assign(val.ge (…) function in class:blink::PtrStorageImpl 138 void assign(const PtrStorageImpl& other) { PtrStorageImpl<T, GarbageCollectedLifetime>::assign(other.get()); } function in class:blink::PtrStorageImpl [all...] |
| /external/chromium_org/third_party/WebKit/public/web/ |
| WebGeolocationPosition.h | 41 assign(timestamp, latitude, longitude, accuracy, providesAltitude, altitude, providesAltitudeAccuracy, altitudeAccuracy, providesHeading, heading, providesSpeed, speed); 43 WebGeolocationPosition(const WebGeolocationPosition& other) { assign(other); } 46 BLINK_EXPORT void assign(double timestamp, double latitude, double longitude, double accuracy, bool providesAltitude, double altitude, bool providesAltitudeAccuracy, double altitudeAccuracy, bool providesHeading, double heading, bool providesSpeed, double speed); 47 BLINK_EXPORT void assign(const WebGeolocationPosition&);
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/ |
| RTCICECandidate+Internal.h | 34 @property(nonatomic, assign, readonly) const
|
| RTCVideoTrack+Internal.h | 37 @property(nonatomic, assign, readonly)
|
| /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/ |
| RTCMediaSource.h | 36 @property(nonatomic, assign, readonly) RTCSourceState state;
|
| /external/chromium_org/third_party/mesa/src/src/glsl/ |
| lower_if_to_cond_assign.cpp | 119 ir_assignment *assign = (ir_assignment *)ir; local 121 if (hash_table_find(ht, assign) == NULL) { 122 hash_table_insert(ht, assign, assign); 129 hash_table_find(ht, assign->lhs->variable_referenced()) != NULL; 131 if (!assign->condition) { 133 assign->rhs = 137 assign->rhs); 139 assign->condition = cond_expr->clone(mem_ctx, NULL); 142 assign->condition 174 ir_assignment *assign; local [all...] |
| /external/chromium_org/third_party/mesa/src/src/glsl/tests/lower_jumps/ |
| lower_breaks_3.opt_test | 13 ((assign (x) (var_ref a) (constant float (1.000000))) 15 ((assign (x) (var_ref c) (constant float (1.000000))) break)
|
| lower_breaks_5.opt_test | 13 ((assign (x) (var_ref a) (constant float (1.000000))) 15 ((assign (x) (var_ref c) (constant float (1.000000))) break))))))))
|
| /external/chromium_org/third_party/skia/experimental/FileReaderApp/ |
| FileReaderAppDelegate.h | 14 @property (assign) IBOutlet SkNSWindow *window;
|
| /external/chromium_org/tools/gyp/test/mac/app-bundle/TestApp/ |
| TestAppAppDelegate.h | 11 @property (assign) IBOutlet NSWindow *window;
|
| /external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/ |
| Android.mk | 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/Android.mk 19 test_name := input.output/file.streams/fstreams/filebuf.assign/member_swap 23 test_name := input.output/file.streams/fstreams/filebuf.assign/nonmember_swap 27 test_name := input.output/file.streams/fstreams/filebuf.assign/move_assign
|
| /external/libcxx/test/input.output/file.streams/fstreams/fstream.assign/ |
| Android.mk | 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/fstream.assign/Android.mk 19 test_name := input.output/file.streams/fstreams/fstream.assign/member_swap 23 test_name := input.output/file.streams/fstreams/fstream.assign/nonmember_swap 27 test_name := input.output/file.streams/fstreams/fstream.assign/move_assign
|
| /external/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/ |
| Android.mk | 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/ifstream.assign/Android.mk 19 test_name := input.output/file.streams/fstreams/ifstream.assign/member_swap 23 test_name := input.output/file.streams/fstreams/ifstream.assign/nonmember_swap 27 test_name := input.output/file.streams/fstreams/ifstream.assign/move_assign
|
| /external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/ |
| Android.mk | 17 test_makefile := external/libcxx/test/input.output/file.streams/fstreams/ofstream.assign/Android.mk 19 test_name := input.output/file.streams/fstreams/ofstream.assign/member_swap 23 test_name := input.output/file.streams/fstreams/ofstream.assign/nonmember_swap 27 test_name := input.output/file.streams/fstreams/ofstream.assign/move_assign
|
| /external/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/ |
| Android.mk | 17 test_makefile := external/libcxx/test/input.output/string.streams/istringstream/istringstream.assign/Android.mk 19 test_name := input.output/string.streams/istringstream/istringstream.assign/member_swap 23 test_name := input.output/string.streams/istringstream/istringstream.assign/nonmember_swap 27 test_name := input.output/string.streams/istringstream/istringstream.assign/move
|
| /external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/ |
| Android.mk | 17 test_makefile := external/libcxx/test/input.output/string.streams/ostringstream/ostringstream.assign/Android.mk 19 test_name := input.output/string.streams/ostringstream/ostringstream.assign/member_swap 23 test_name := input.output/string.streams/ostringstream/ostringstream.assign/nonmember_swap 27 test_name := input.output/string.streams/ostringstream/ostringstream.assign/move
|
| /external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/ |
| Android.mk | 17 test_makefile := external/libcxx/test/input.output/string.streams/stringbuf/stringbuf.assign/Android.mk 19 test_name := input.output/string.streams/stringbuf/stringbuf.assign/member_swap 23 test_name := input.output/string.streams/stringbuf/stringbuf.assign/nonmember_swap 27 test_name := input.output/string.streams/stringbuf/stringbuf.assign/move
|
| /external/libcxx/test/re/re.regex/re.regex.assign/ |
| assign_ptr_size_flag.pass.cpp | 14 // basic_regex& assign(const charT* ptr, size_t len, flag_type f); 22 r2.assign("(a([bc]))", 9, std::regex::extended);
|
| /external/libcxx/test/strings/basic.string/string.capacity/ |
| shrink_to_fit.pass.cpp | 39 s.assign(10, 'a'); 43 s.assign(100, 'a'); 53 s.assign(10, 'a'); 57 s.assign(100, 'a');
|
| /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char/ |
| assign3.pass.cpp | 14 // static char_type* assign(char_type* s, size_t n, char_type a); 23 assert(std::char_traits<char>::assign(s2, 3, char(5)) == s2);
|
| /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char16_t/ |
| assign2.pass.cpp | 14 // static void assign(char_type& c1, const char_type& c2); 23 std::char_traits<char16_t>::assign(c, u'a');
|
| /external/libcxx/test/strings/char.traits/char.traits.specializations/char.traits.specializations.char32_t/ |
| assign2.pass.cpp | 14 // static void assign(char_type& c1, const char_type& c2); 23 std::char_traits<char32_t>::assign(c, U'a');
|