HomeSort by relevance Sort by last modified time
    Searched refs:id (Results 801 - 825 of 14488) sorted by null

<<31323334353637383940>>

  /external/bison/src/
named-ref.h 31 uniqstr id; member in struct:named_ref
38 named_ref *named_ref_new (uniqstr id, location loc);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
X509ObjectIdentifiers.java 8 // base id
10 static final String id = "2.5.4"; field in interface:X509ObjectIdentifiers
12 static final ASN1ObjectIdentifier commonName = new ASN1ObjectIdentifier(id + ".3");
13 static final ASN1ObjectIdentifier countryName = new ASN1ObjectIdentifier(id + ".6");
14 static final ASN1ObjectIdentifier localityName = new ASN1ObjectIdentifier(id + ".7");
15 static final ASN1ObjectIdentifier stateOrProvinceName = new ASN1ObjectIdentifier(id + ".8");
16 static final ASN1ObjectIdentifier organization = new ASN1ObjectIdentifier(id + ".10");
17 static final ASN1ObjectIdentifier organizationalUnitName = new ASN1ObjectIdentifier(id + ".11");
20 static final ASN1ObjectIdentifier id_at_name = new ASN1ObjectIdentifier(id + ".41");
22 // id-SHA1 OBJECT IDENTIFIER ::=
    [all...]
  /external/chromium/chrome/browser/sync/
sync_ui_util_mac.h 19 void UpdateSyncItem(id syncItem, BOOL syncEnabled, Profile* profile);
23 void UpdateSyncItemForStatus(id syncItem, BOOL syncEnabled,
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_window.h 17 - (id)initForScreen:(NSScreen*)screen;
history_menu_cocoa_controller.h 21 - (id)initWithBridge:(HistoryMenuBridge*)bridge;
24 - (IBAction)openHistoryMenuItem:(id)sender;
l10n_util.h 13 NSInteger CompareFrameY(id view1, id view2, void* context);
  /external/chromium/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 22 id<InfoBarContainer> containerController_; // weak, owns us
46 - (id)initWithDelegate:(InfoBarDelegate*)delegate;
50 - (void)ok:(id)sender;
51 - (void)cancel:(id)sender;
55 - (IBAction)dismiss:(id)sender;
84 @property(nonatomic, assign) id<InfoBarContainer> containerController;
102 - (IBAction)ok:(id)sender;
103 - (IBAction)cancel:(id)sender;
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
sad_tab_controller.h 20 - (id)initWithTabContents:(TabContents*)someTabContents
25 - (IBAction)openLearnMoreAboutCrashLink:(id)sender;
  /external/chromium/chrome/browser/ui/cocoa/tabs/
tab_controller_target.h 15 - (void)selectTab:(id)sender;
16 - (void)closeTab:(id)sender;
  /external/chromium_org/base/mac/
objc_property_releaser.h 56 // - (id)init {
112 void Init(id object, Class classy);
120 id object_;
scoped_nsexception_enabler.h 48 typedef id (^BlockReturningId)();
49 BASE_EXPORT id RunBlockIgnoringExceptions(BlockReturningId block);
  /external/chromium_org/cc/layers/
scrollbar_layer_impl.h 21 int id,
39 void set_scroll_layer_id(int id) { scroll_layer_id_ = id; }
51 void set_track_resource_id(ResourceProvider::ResourceId id) {
52 track_resource_id_ = id;
54 void set_thumb_resource_id(ResourceProvider::ResourceId id) {
55 thumb_resource_id_ = id;
70 int id,
  /external/chromium_org/chrome/browser/extensions/
pending_extension_manager.h 51 // Remove extension with id |id| from the set of pending extensions. Returns
53 bool Remove(const std::string& id);
56 // pending extension with id |id|, or NULL if there is no such extension.
57 const PendingExtensionInfo* GetById(const std::string& id) const;
59 // Is |id| in the set of pending extensions?
60 bool IsIdPending(const std::string& id) const;
78 const std::string& id,
85 const std::string& id,
    [all...]
  /external/chromium_org/chrome/browser/history/
page_usage_data.cc 9 PageUsageData::PageUsageData(history::SegmentID id)
10 : id_(id),
  /external/chromium_org/chrome/browser/
resources_util_unittest.cc 14 int id; member in struct:__anon8042
28 EXPECT_EQ(kCases[i].id, ResourcesUtil::GetThemeResourceId(kCases[i].name));
  /external/chromium_org/chrome/browser/sync/test/integration/
extension_settings_helper.h 17 // Calls Set() with |settings| for |profile| and the extension with ID |id|.
20 const std::string& id,
23 // Calls Set() with |settings| for all profiles the extension with ID |id|.
25 const std::string& id, const base::DictionaryValue& settings);
  /external/chromium_org/chrome/browser/ui/cocoa/
drag_util.h 17 GURL GetFileURLFromDropData(id<NSDraggingInfo> info);
22 BOOL IsUnsupportedDropData(Profile* profile, id<NSDraggingInfo> info);
fullscreen_window.h 17 - (id)initForScreen:(NSScreen*)screen;
history_menu_cocoa_controller.h 20 - (id)initWithBridge:(HistoryMenuBridge*)bridge;
23 - (IBAction)openHistoryMenuItem:(id)sender;
  /external/chromium_org/content/browser/indexed_db/
indexed_db_metadata.h 19 int64 id,
24 id(id),
29 int64 id; member in struct:content::IndexedDBIndexMetadata
40 int64 id,
46 int64 id; member in struct:content::IndexedDBObjectStoreMetadata
68 int64 id,
75 int64 id; member in struct:content::IndexedDBDatabaseMetadata
  /external/chromium_org/content/browser/renderer_host/p2p/
socket_host.cc 18 P2PSocketHost::P2PSocketHost(IPC::Sender* message_sender, int id)
20 id_(id),
75 IPC::Sender* message_sender, int id, P2PSocketType type,
79 return new P2PSocketHostUdp(message_sender, id);
83 message_sender, id, P2P_SOCKET_TCP_CLIENT);
87 message_sender, id, P2P_SOCKET_STUN_TCP_CLIENT);
92 return new P2PSocketHostTcp(message_sender, id, type, url_context);
97 return new P2PSocketHostStunTcp(message_sender, id, type, url_context);
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
FileDescriptorInfo.java 15 FileDescriptorInfo(int id, int fd, boolean autoClose) {
16 mId = id;
  /external/chromium_org/content/test/plugin/
plugin_javascript_open_popup.h 20 NPP id, NPNetscapeFuncs *host_functions);
33 NPP id, NPNetscapeFuncs *host_functions);
plugin_new_fails_test.cc 9 NewFailsTest::NewFailsTest(NPP id, NPNetscapeFuncs *host_functions)
10 : PluginTest(id, host_functions) {
  /external/chromium_org/extensions/common/matcher/
string_pattern.cc 10 StringPattern::ID id)
11 : pattern_(pattern), id_(id) {}

Completed in 596 milliseconds

<<31323334353637383940>>