Home
last modified time | relevance | path

Searched refs:wraps (Results 1 – 25 of 48) sorted by relevance

12

/external/webkit/Tools/Scripts/webkitpy/thirdparty/
Dmock.py100 name=None, parent=None, wraps=None): argument
110 self._wraps = wraps
179 wraps = None
181 wraps = getattr(self._wraps, name)
182 self._children[name] = Mock(parent=self, name=name, wraps=wraps)
/external/chromium/chrome/browser/ui/cocoa/
Dtracking_area.mm9 // NSTrackingArea does not retain its |owner| so CrTrackingArea wraps the real
/external/markdown/docs/
Dusing_as_module.txt67 wraps the above method.
/external/skia/src/gpu/gl/
DGrGpuGL.cpp2028 const GrGLenum* wraps = GrGLTexture::WrapMode2GLWrap(); in flushGLStateCommon() local
2029 newTexParams.fWrapS = wraps[sampler.getWrapX()]; in flushGLStateCommon()
2030 newTexParams.fWrapT = wraps[sampler.getWrapY()]; in flushGLStateCommon()
/external/qemu/distrib/sdl-1.2.15/
DREADME.MacOSX26 should compile your application the same way. A script which wraps
/external/chromium/base/
Dmessage_pump_mac.mm618 // when it cleans up the pool that wraps frame #7. When an autorelease pool is
/external/valgrind/main/docs/internals/
Dxml-output-protocol4.txt395 wraps up extra tagged info along with the line of text that would be
/external/llvm/docs/
DGetElementPtr.rst445 value") if the GEP overflows (i.e. wraps around the end of the address space).
DCommandLine.rst1590 we seem to accept reasonable file sizes. This wraps up the "custom parser"
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt424 of a code block are interpreted literally. Markdown wraps a code block
/external/markdown/tests/markdown-test/
Dmarkdown-syntax.txt461 of a code block are interpreted literally. Markdown wraps a code block
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Syntax.text461 of a code block are interpreted literally. Markdown wraps a code block
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Syntax.text461 of a code block are interpreted literally. Markdown wraps a code block
/external/clang/test/Analysis/
Dmisc-ps.m394 // implicitly converted to an integer that wraps a location. Previosly we would
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt461 of a code block are interpreted literally. Markdown wraps a code block
/external/webkit/Source/WebKit/
DChangeLog1144 * CMakeListsEfl.txt: add new file that wraps the WindowFeatures struct
2068 …Add support for WebSerializedJSValue to WebKit. This object wraps the SerializedScriptValue funct…
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js1711 wraps: function(el, where){ method
Dconcat-jquery-mootools-prototype.js6087 wraps: function(el, where){ method
/external/webkit/Source/WebKit2/
DChangeLog2950 Added an class that wraps NSAttributedString. As far as I can tell, one can't pass a CF
4844 have prevented us from creating a DIB that wraps a SharedMemory object (which I noticed
8876 Create a WebData that wraps the CFData, then pass it along to
11880 Add the API object, which wraps to WebKeyValueStorageManagerProxy:
12600 Add the API object, which wraps to WebApplicationCacheManagerProxy:
/external/e2fsprogs/
Daclocal.m42742 # exists, then the other make wraps the GNU make.
/external/srtp/doc/
Drfc3711.txt697 counter, ROC, to zero. Each time the RTP sequence number, SEQ, wraps
/external/iproute2/doc/
Dip-cref.tex499 on the interface. This number wraps when the maximal length of the data type
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-168551 Added a new class, LocalizedString, that wraps a CFStringRef and a
16045 WebKitScrollBar wraps the WebCore's PlatformScrollbar. This allows the app to
17799 New class which wraps a NavigationAction in a property bag.
18495 WebEditorUndoCommand implements IWebUndoCommand and wraps an
/external/webkit/Source/WebCore/
DChangeLog-2007-10-141107 …presents a single remote or local font. If it represents a remote font than it wraps a CachedFont.
8553 AutodrainedPool wraps an NSAutoreleasePool and tracks a "cycle" count. This allows clients
25502 Creating a Clipboard that wraps the system clipboard
30453 New function which fetches the plugin NPObject and wraps it in an instance.
39662 tiger no longer wraps
44334 Native popup with size="1" wraps options
56024 …REGRESSION (r12073): Text wraps in the middle of a word instead of wrapping at the space before th…
58944 (r12065-r12082): Navigation graphic wraps to the next line on
60138 Test: fast/block/basic/white-space-pre-wraps.html
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-16897 * MacroAssemblerCodePtr - this wraps a pointer into JIT generated code.
898 * FunctionPtr - this wraps a pointer to a C/C++ function in JSC.
899 * ReturnAddressPtr - this wraps a return address resulting from a 'call' instruction.
1926 a bit of a mess. We have a class JITCode which wraps the pointer to a block of

12