/external/chromium_org/content/renderer/pepper/ |
ppb_var_deprecated_impl.cc | 223 NPIdentifier* identifiers = NULL; 226 &identifiers, &count)) { 237 (*properties)[i] = NPIdentifierToPPVar(identifiers[i]); 239 free(identifiers);
|
/external/chromium_org/third_party/jinja2/ |
meta.py | 29 """Remember all undeclared identifiers.""" 30 self.undeclared_identifiers.update(frame.identifiers.undeclared)
|
/external/chromium_org/chrome/browser/ui/autofill/ |
autofill_popup_controller_unittest.cc | 90 using AutofillPopupControllerImpl::identifiers; 352 EXPECT_EQ(ids, autofill_popup_controller_->identifiers()); 368 EXPECT_EQ(ids, autofill_popup_controller_->identifiers()); 381 EXPECT_EQ(ids, autofill_popup_controller_->identifiers()); 395 EXPECT_EQ(ids, autofill_popup_controller_->identifiers()); 408 EXPECT_EQ(ids, autofill_popup_controller_->identifiers()); 419 EXPECT_EQ(ids, autofill_popup_controller_->identifiers());
|
autofill_popup_controller_impl.h | 58 const std::vector<int>& identifiers); 110 virtual const std::vector<int>& identifiers() const OVERRIDE;
|
/external/chromium/chrome/browser/extensions/ |
key_identifier_conversion_views.cc | 25 const char* identifiers[kNumIdentifierTypes]; member in struct:__anon1878::KeyIdentifier 309 if (key.identifiers[j][0] != '\0') { 312 IdentifierPair(key.identifiers[j], event));
|
/external/chromium_org/chrome/browser/autofill/ |
autofill_driver_impl_browsertest.cc | 47 const std::vector<int>& identifiers,
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
npruntime.cpp | 174 // We never release identifiers, so this dictionary will grow. 188 void _NPN_GetStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) 191 ASSERT(identifiers); 193 if (names && identifiers) { 195 identifiers[i] = _NPN_GetStringIdentifier(names[i]); 219 // We never release identifiers, so this dictionary will grow.
|
V8NPObject.cpp | 368 NPIdentifier* identifiers; local 369 if (npObject->_class->enumerate(npObject, &identifiers, &count)) { 372 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
|
/external/chromium_org/tools/ |
ipc_messages_log.py | 6 """"Processes a log file and resolves IPC message identifiers. 43 Determines the message type identifiers by reading.
|
/external/chromium_org/v8/test/webkit/ |
keywords-and-reserved_words.js | 66 // Not keywords - these are all just identifiers. 73 // These are identifiers that we used to treat as keywords!
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebBindings.cpp | 97 void WebBindings::getStringIdentifiers(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers) 99 _NPN_GetStringIdentifiers(names, nameCount, identifiers);
|
/external/chromium_org/chrome/browser/extensions/api/declarative/ |
rules_registry.h | 278 // Removes all |identifiers| of |extension_id| from |used_rule_identifiers_|. 280 const std::vector<std::string>& identifiers);
|
/external/chromium_org/third_party/npapi/bindings/ |
npruntime.h | 218 identified with NPIdentifiers. These identifiers may be reflected 229 NPIdentifier *identifiers);
|
npfunctions.h | 96 typedef void (*NPN_GetStringIdentifiersProcPtr)(const NPUTF8** names, int32_t nameCount, NPIdentifier* identifiers);
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
npruntime.h | 246 identified with NPIdentifiers. These identifiers may be reflected 255 NPIdentifier *identifiers);
|
npupp.h | 341 NPIdentifier* identifiers);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar | |
/external/chromium_org/third_party/npapi/npspy/common/ |
npn_gate.cpp | 630 void NPN_GetStringIdentifiers(const NPUTF8 **names, int32_t count, NPIdentifier *identifiers) 635 NPNFuncs.getstringidentifiers(names, count, identifiers);
|
/external/chromium_org/chrome/browser/ui/gtk/autofill/ |
autofill_popup_view_gtk.cc | 148 if (controller_->identifiers()[i] == WebAutofillClient::MenuItemIDSeparator)
|
/external/chromium_org/chrome/browser/ui/views/autofill/ |
autofill_popup_view_views.cc | 81 if (controller_->identifiers()[i] ==
|
/external/chromium_org/third_party/WebKit/Source/testing/plugin/ |
PluginObject.cpp | 645 NPIdentifier* identifiers; local 646 if (browser->enumerate(obj->npp, NPVARIANT_TO_OBJECT(args[0]), &identifiers, &count)) { 651 NPUTF8* string = browser->utf8fromidentifier(identifiers[i]); 664 browser->memfree(identifiers); [all...] |
/external/chromium_org/chrome/renderer/resources/extensions/ |
event.js | 418 // Takes a list of JSON datatype identifiers and returns a schema fragment 434 // identifiers that are allowed to occur in the conditions attribute of each 435 // rule. Likewise, |actions| is an array of JSON type identifiers that are
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_external_delegate_unittest.cc | 64 const std::vector<int>& identifiers,
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
keyboard_overlay.js | 635 * Initializes the global map for remapping identifiers of modifier keys based
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
display_manager.js | 27 /* Accelerator identifiers. Must be kept in sync with webui_login_view.cc. */
|