HomeSort by relevance Sort by last modified time
    Searched refs:Wrap (Results 1 - 25 of 60) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/
TestInterfacePython2.idl 36 Custom=VisitDOMWrapper|Wrap, // Conflict with [GenerateVisitDOMWrapper] and [Custom=ToV8], respectively
  /external/chromium_org/third_party/WebKit/Source/core/html/
ImageData.idl 30 Custom=Wrap,
HTMLCollection.idl 22 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CanvasRenderingContext.idl 27 Custom=Wrap,
ArrayBufferView.idl 27 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
Algorithm.idl 32 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
MIDIInput.idl 33 Custom=Wrap,
MIDIOutput.idl 33 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/core/timing/
PerformanceEntry.idl 33 Custom=Wrap,
  /external/llvm/unittests/Support/
ConstantRangeTest.cpp 24 static ConstantRange Wrap;
31 ConstantRange ConstantRangeTest::Wrap(APInt(16, 0xaaa), APInt(16, 0xa));
73 EXPECT_FALSE(Wrap.isFullSet());
74 EXPECT_FALSE(Wrap.isEmptySet());
75 EXPECT_TRUE(Wrap.isWrappedSet());
76 EXPECT_TRUE(Wrap.contains(APInt(16, 0x0)));
77 EXPECT_TRUE(Wrap.contains(APInt(16, 0x9)));
78 EXPECT_FALSE(Wrap.contains(APInt(16, 0xa)));
79 EXPECT_FALSE(Wrap.contains(APInt(16, 0xaa9)));
80 EXPECT_TRUE(Wrap.contains(APInt(16, 0xaaa)))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSValue.idl 22 Custom=Wrap,
StyleSheet.idl 23 Custom=Wrap,
CSSRule.idl 23 Custom=Wrap,
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/src/
validating_util.h 15 // An object to wrap data with a checksum and a timestamp. These fields are used
30 // std::string wrapped = ValidatingUtil::Wrap(data, time(NULL));
41 static std::string Wrap(const std::string& data, time_t timestamp);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Text.idl 22 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGElement.idl 24 Custom=Wrap,
SVGPathSeg.idl 28 Custom=Wrap,
  /external/chromium_org/remoting/base/
dispatch_win.h 52 // Wrap() routines pack the input parameters into VARIANTARG structures so
55 HRESULT Wrap(const VARIANT& param) {
60 HRESULT Wrap(VARIANT* const & param) {
181 // Wrap the parameters into an array of VARIANT structures.
183 hr = disp_args[1 - 1].Wrap(p1);
234 // Wrap the parameters into an array of VARIANT structures.
236 hr = disp_args[2 - 1].Wrap(p1);
239 hr = disp_args[2 - 2].Wrap(p2);
292 // Wrap the parameters into an array of VARIANT structures.
294 hr = disp_args[3 - 1].Wrap(p1)
    [all...]
  /external/chromium_org/mojo/public/bindings/lib/
bindings_internal.h 68 static const T Wrap(const typename T::Data* data) {
69 return T(typename T::Wrap(), const_cast<typename T::Data*>(data));
77 inline const typename Data::Wrapper Wrap(const Data* data) {
78 return WrapperHelper<typename Data::Wrapper>::Wrap(data);
array.h 80 return internal::Wrap(data);
91 struct Wrap {};
92 Array(Wrap, const Data* data) : data_(data) {}
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
EntrySync.idl 32 Custom=Wrap,
Entry.idl 32 Custom=Wrap,
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioNode.idl 27 Custom=Wrap,
  /external/chromium/testing/
generate_gmock_mutant.py 307 def Wrap(s, width, subsequent_offset=4):
371 # Wrap sometimes very long 1st and 3rd line at 80th column.
372 lines[0] = Wrap(lines[0], 80, 10)
373 lines[2] = Wrap(lines[2], 80, 4)
  /external/chromium_org/testing/
generate_gmock_mutant.py 308 def Wrap(s, width, subsequent_offset=4):
372 # Wrap sometimes very long 1st and 3rd line at 80th column.
373 lines[0] = Wrap(lines[0], 80, 10)
374 lines[2] = Wrap(lines[2], 80, 4)

Completed in 2928 milliseconds

1 2 3