/external/chromium_org/chrome/renderer/resources/extensions/ |
web_request_internal_custom_bindings.js | 5 // Custom binding for the webRequestInternal API.
|
web_view.js | 169 // We create BrowserPlugin as a custom element in order to observe changes 918 // Registers browser plugin <object> custom element. 942 // TODO(dominicc): Remove this line once Custom Elements renames 955 // TODO(dominicc): Remove these lines once Custom Elements renames 962 // Registers <webview> custom element. 1032 // TODO(dominicc): Remove these lines once Custom Elements renames
|
binding.js | 22 // modify their behaviour (such as a custom way to handle requests to the 23 // API, a custom callback, etc). 133 logging.CHECK(jsModuleName, 'Custom type ' + type.id + 167 // Registers a custom event type for the API identified by |namespace|. 198 // Generates the bindings from |this.schema_| and integrates any custom 296 'To implement custom disambiguation logic, add ' +
|
/external/chromium_org/v8/test/mjsunit/ |
array-slice.js | 92 // Custom conversion:
|
array-splice.js | 205 // Custom conversion:
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
LegalizeVectorOps.cpp | 23 // or operations that happen to take a vector which are custom-lowered; 172 case TargetLowering::Custom: 277 case TargetLowering::Custom: {
|
LegalizeTypes.cpp | [all...] |
LegalizeDAG.cpp | 734 case TargetLowering::Custom: { [all...] |
LegalizeIntegerTypes.cpp | 39 // See if the target wants to custom expand this node. 358 // and SINT conversions are Custom, there is no way to tell which is [all...] |
/external/v8/test/mjsunit/ |
array-slice.js | 92 // Custom conversion:
|
array-splice.js | 205 // Custom conversion:
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_name.h | 44 ((Custom, SkTEndian_SwapBE16(4))) 50 SK_OT_USHORT custom; member in union:SkOTTableName::Record::EncodingID
|
/external/skia/src/sfnt/ |
SkOTTable_name.h | 44 ((Custom, SkTEndian_SwapBE16(4))) 50 SK_OT_USHORT custom; member in union:SkOTTableName::Record::EncodingID
|
/external/skia/tools/skpdiff/ |
diff_viewer.js | 11 // Custom directive for comparing (3-way) images
|
/frameworks/base/docs/html/training/ |
training_toc.cs | 343 "How to print photos, HTML documents, and custom documents from your app." 355 <li><a href="<?cs var:toroot ?>training/printing/custom-docs.html"> 356 Custom Documents [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
token.rb | 440 <tt>TokenScheme#register_name(value, name_string)</tt> specifies a custom 476 == Custom Token Classes and Relationship with Tokens
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/ |
file_table.js | 13 * Custom column model for advanced auto-resizing. 160 * Custom splitter that resizes column with retaining the sum of all the column
|
/external/chromium_org/third_party/WebKit/Source/web/ |
AssertMatchingEnums.cpp | 370 COMPILE_ASSERT_MATCHING_ENUM(WebCursorInfo::TypeCustom, Cursor::Custom); [all...] |