/external/v8/src/ |
v8natives.js | 472 // Is accessor descriptor. 591 // This is an accessor. 816 // Steps 9b & 12 - replacing an existing accessor property with a data 839 // Step 4b - defining a new accessor property. 840 // Steps 9c & 12 - replacing an existing data property with an accessor 842 // Step 12 - updating an existing accessor property with an accessor [all...] |
elements.cc | 62 // First argument in list is the accessor class, the second argument is the 63 // accessor ElementsKind, and the third is the backing store class. Use the 1257 ElementsAccessor* accessor = ElementsAccessor::ForArray(arguments); local 1282 ElementsAccessor* accessor = ElementsAccessor::ForArray(arguments); local [all...] |
/external/chromium_org/v8/src/ |
v8natives.js | 61 // Helper function to install a getter-only accessor property. 70 // Helper function to install a getter/setter accessor property. 480 // Is accessor descriptor. 599 // This is an accessor. 831 // Steps 9b & 12 - replacing an existing accessor property with a data 854 // Step 4b - defining a new accessor property. 855 // Steps 9c & 12 - replacing an existing data property with an accessor 857 // Step 12 - updating an existing accessor property with an accessor [all...] |
/external/clang/include/clang/Basic/ |
Diagnostic.h | [all...] |
/art/compiler/utils/arm/ |
constants_arm.h | 32 // Defines constants and accessor classes to assemble, disassemble and 266 // The naming of these accessor corresponds to figure A3-1.
|
/external/chromium_org/chrome/browser/profiles/ |
profile.h | 210 // TODO(yoz): remove this accessor (bug 104095). 213 // Accessor. The instance is created upon first access.
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
peerconnectioninterface.h | 168 // Accessor methods to active local streams. 172 // Accessor methods to remote streams.
|
/external/chromium_org/third_party/skia/src/animator/ |
SkScriptRuntime.cpp | 44 // if [ , handle array literal or accessor, continue 74 case SkScriptEngine2::kArrayIndex: // array accessor
|
/external/chromium_org/ui/base/clipboard/ |
clipboard.h | 109 // 2. An accessor to retrieve the wrapped descriptor. 112 // Note that in some cases, the accessor for the wrapped descriptor may be
|
/external/kernel-headers/original/linux/ |
wait.h | 414 * is the part of the hashtable's accessor API that waits on a bit. 436 * is the part of the hashtable's accessor API that waits on a bit
|
/external/skia/src/animator/ |
SkScriptRuntime.cpp | 44 // if [ , handle array literal or accessor, continue 74 case SkScriptEngine2::kArrayIndex: // array accessor
|
/external/chromium/base/memory/ |
weak_ptr.h | 121 // constructor by avoiding the need for a public accessor for ref_. A
|
/external/chromium/base/ |
shared_memory.h | 104 // is accessed via the memory() accessor.
|
/external/chromium/base/synchronization/ |
condition_variable.h | 128 // Accessor method.
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_edit_view_mac.mm | 100 // Returns a lazily initialized property bag accessor for saving our 101 // state in a TabContents. When constructed |accessor| generates a 105 static PropertyAccessor<AutocompleteEditViewMacState> accessor; 106 return &accessor; [all...] |
/external/chromium_org/chrome/browser/net/spdyproxy/ |
data_reduction_proxy_settings.h | 172 // Accessor for unit tests.
|
/external/chromium_org/chrome/browser/notifications/ |
balloon_collection_impl.h | 76 // base_ is embedded, so this is a simple accessor for the number of
|
/external/chromium_org/chrome/browser/ui/views/frame/ |
browser_view.h | 159 // Accessor for the TabStrip. 162 // Accessor for the Toolbar. 175 // Accessor for the InfobarContainer. 178 // Accessor for the FullscreenExitBubbleViews.
|
/external/chromium_org/content/browser/renderer_host/media/ |
web_contents_audio_input_stream.cc | 47 // Accessor to underlying VirtualAudioInputStream.
|
/external/chromium_org/net/websockets/ |
websocket_stream.h | 158 // WebSocketStream implements. The primary purpose of this accessor is to make
|
/external/chromium_org/ppapi/cpp/ |
module.cc | 5 // Note that the single accessor, Module::Get(), is not actually implemented
|
/external/chromium_org/skia/ext/ |
bitmap_platform_device_cairo.h | 53 // accessor for getting the surface.
|
/external/chromium_org/v8/test/mjsunit/ |
strict-mode.js | 104 // Property accessor parameter named 'eval'. 107 // Property accessor parameter named 'arguments'. [all...] |
/external/clang/lib/Basic/ |
SourceLocation.cpp | 10 // This file defines accessor methods for the FullSourceLoc class.
|
/external/javassist/src/main/javassist/compiler/ |
AccessorMaker.java | 89 * @param accDesc the descriptor of the accessor method. The first
|