HomeSort by relevance Sort by last modified time
    Searched refs:assign (Results 51 - 75 of 1875) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/exported/
WebCString.cpp 58 void WebCString::assign(const WebCString& other) function in class:blink::WebCString
60 assign(other.m_private.get());
63 void WebCString::assign(const char* data, size_t length) function in class:blink::WebCString
69 assign(buffer.get());
89 assign(s.buffer());
94 assign(s.buffer());
103 void WebCString::assign(WTF::CStringBuffer* p) function in class:blink::WebCString
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
Android.mk 17 test_makefile := external/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/Android.mk
19 test_name := utilities/tuple/tuple.tuple/tuple.assign/convert_copy
23 test_name := utilities/tuple/tuple.tuple/tuple.assign/copy
27 test_name := utilities/tuple/tuple.tuple/tuple.assign/convert_move
31 test_name := utilities/tuple/tuple.tuple/tuple.assign/move
35 test_name := utilities/tuple/tuple.tuple/tuple.assign/const_pair
39 test_name := utilities/tuple/tuple.tuple/tuple.assign/move_pair
  /external/chromium_org/chrome/browser/ui/cocoa/wrench_menu/
wrench_menu_controller.h 103 @property(assign, nonatomic) IBOutlet MenuTrackedRootView* editItem;
104 @property(assign, nonatomic) IBOutlet NSButton* editCut;
105 @property(assign, nonatomic) IBOutlet NSButton* editCopy;
106 @property(assign, nonatomic) IBOutlet NSButton* editPaste;
107 @property(assign, nonatomic) IBOutlet MenuTrackedRootView* zoomItem;
108 @property(assign, nonatomic) IBOutlet NSButton* zoomPlus;
109 @property(assign, nonatomic) IBOutlet NSButton* zoomDisplay;
110 @property(assign, nonatomic) IBOutlet NSButton* zoomMinus;
111 @property(assign, nonatomic) IBOutlet NSButton* zoomFullScreen;
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/
Android.mk 17 test_makefile := external/libcxx/test/numerics/numarray/template.valarray/valarray.assign/Android.mk
19 test_name := numerics/numarray/template.valarray/valarray.assign/indirect_array_assign
23 test_name := numerics/numarray/template.valarray/valarray.assign/mask_array_assign
27 test_name := numerics/numarray/template.valarray/valarray.assign/initializer_list_assign
31 test_name := numerics/numarray/template.valarray/valarray.assign/move_assign
35 test_name := numerics/numarray/template.valarray/valarray.assign/gslice_array_assign
39 test_name := numerics/numarray/template.valarray/valarray.assign/copy_assign
43 test_name := numerics/numarray/template.valarray/valarray.assign/value_assign
47 test_name := numerics/numarray/template.valarray/valarray.assign/slice_array_assign
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRStringStreamState.h 54 @property (assign) NSUInteger index;
55 @property (assign) NSUInteger line;
56 @property (assign) NSUInteger charPositionInLine;
  /external/chromium_org/third_party/WebKit/public/platform/
WebContentDecryptionModuleResult.h 36 assign(o);
46 assign(o);
66 BLINK_PLATFORM_EXPORT void assign(const WebContentDecryptionModuleResult&);
WebMediaDeviceInfo.h 47 WebMediaDeviceInfo(const WebMediaDeviceInfo& other) { assign(other); }
52 assign(other);
56 BLINK_PLATFORM_EXPORT void assign(const WebMediaDeviceInfo&);
WebMediaStreamTrackSourcesRequest.h 50 WebMediaStreamTrackSourcesRequest(const WebMediaStreamTrackSourcesRequest& other) { assign(other); }
55 assign(other);
59 BLINK_PLATFORM_EXPORT void assign(const WebMediaStreamTrackSourcesRequest&);
WebPermissionCallbacks.h 24 WebPermissionCallbacks(const WebPermissionCallbacks& c) { assign(c); }
27 assign(c);
32 BLINK_PLATFORM_EXPORT void assign(const WebPermissionCallbacks&);
WebRTCSessionDescription.h 58 WebRTCSessionDescription(const WebRTCSessionDescription& other) { assign(other); }
63 assign(other);
67 BLINK_PLATFORM_EXPORT void assign(const WebRTCSessionDescription&);
WebRTCSessionDescriptionRequest.h 54 WebRTCSessionDescriptionRequest(const WebRTCSessionDescriptionRequest& other) { assign(other); }
59 assign(other);
63 BLINK_PLATFORM_EXPORT void assign(const WebRTCSessionDescriptionRequest&);
WebRTCStatsRequest.h 72 WebRTCStatsRequest(const WebRTCStatsRequest& other) { assign(other); }
77 assign(other);
81 BLINK_PLATFORM_EXPORT void assign(const WebRTCStatsRequest&);
WebRTCStatsResponse.h 40 WebRTCStatsResponse(const WebRTCStatsResponse& other) { assign(other); }
46 assign(other);
50 BLINK_PLATFORM_EXPORT void assign(const WebRTCStatsResponse&);
WebRTCVoidRequest.h 53 WebRTCVoidRequest(const WebRTCVoidRequest& other) { assign(other); }
58 assign(other);
62 BLINK_PLATFORM_EXPORT void assign(const WebRTCVoidRequest&);
WebSpeechSynthesisVoice.h 42 WebSpeechSynthesisVoice(const WebSpeechSynthesisVoice& other) { assign(other); }
47 assign(other);
51 BLINK_PLATFORM_EXPORT void assign(const WebSpeechSynthesisVoice&);
WebStorageQuotaCallbacks.h 52 WebStorageQuotaCallbacks(const WebStorageQuotaCallbacks& c) { assign(c); }
55 assign(c);
60 BLINK_PLATFORM_EXPORT void assign(const WebStorageQuotaCallbacks&);
  /external/chromium_org/third_party/WebKit/public/web/
WebDOMMediaStreamTrack.h 52 WebDOMMediaStreamTrack(const WebDOMMediaStreamTrack& b) { assign(b); }
57 assign(b);
66 BLINK_EXPORT void assign(const WebDOMMediaStreamTrack&);
WebDocumentType.h 52 WebNode::assign(e);
55 void assign(const WebDocumentType& e) { WebNode::assign(e); } function in class:blink::WebDocumentType
WebLabelElement.h 51 WebElement::assign(element);
55 void assign(const WebLabelElement& element) { WebElement::assign(element); } function in class:blink::WebLabelElement
WebNodeList.h 52 WebNodeList(const WebNodeList& n) { assign(n); }
55 assign(n);
60 BLINK_EXPORT void assign(const WebNodeList&);
WebOptionElement.h 51 WebElement::assign(element);
54 void assign(const WebOptionElement& element) { WebElement::assign(element); } function in class:blink::WebOptionElement
WebPluginDocument.h 51 WebNode::assign(e);
54 void assign(const WebPluginDocument& d) { WebNode::assign(d); } function in class:blink::WebPluginDocument
WebSelectElement.h 52 WebFormControlElement::assign(element);
55 void assign(const WebSelectElement& element) { WebFormControlElement::assign(element); } function in class:blink::WebSelectElement
WebUserGestureToken.h 48 WebUserGestureToken(const WebUserGestureToken& other) { assign(other); }
51 assign(other);
67 BLINK_EXPORT void assign(const WebUserGestureToken&);
  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_view.h 22 @property(assign, nonatomic) CGFloat dividerOpacity;

Completed in 787 milliseconds

1 23 4 5 6 7 8 91011>>