Searched refs:selector (Results 201 - 225 of 299) sorted by relevance

1234567891011>>

/external/llvm/test/Scripts/
H A Dcoff-dump.py408 selector = read_value(definitions[0])
409 definitions = definitions[1][selector]
/external/webkit/Source/WebCore/inspector/
H A DInspectorStyleSheet.h169 bool setRuleSelector(const InspectorCSSId&, const String& selector);
170 CSSStyleRule* addRule(const String& selector);
H A DInspectorStyleSheet.cpp670 bool InspectorStyleSheet::setRuleSelector(const InspectorCSSId& id, const String& selector) argument
679 rule->setSelectorText(selector);
685 sheetText.replace(sourceData->selectorListRange.start, sourceData->selectorListRange.end - sourceData->selectorListRange.start, selector);
690 CSSStyleRule* InspectorStyleSheet::addRule(const String& selector) argument
698 m_pageStyleSheet->addRule(selector, "", ec);
709 styleSheetText += selector;
/external/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.mm100 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(appearancePrefsChanged:) name:@"AppleAquaScrollBarVariantChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorDeliverImmediately];
101 [[NSDistributedNotificationCenter defaultCenter] addObserver:self selector:@selector(behaviorPrefsChanged:) name:@"AppleNoRedisplayAppearancePreferenceChanged" object:nil suspensionBehavior:NSNotificationSuspensionBehaviorCoalesce];
H A DCookieJar.mm51 static bool supportsHTTPOnlyCookies = [NSHTTPCookie instancesRespondToSelector:@selector(isHTTPOnly)];
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTreePasteboard.m135 if (newOwner && [newOwner respondsToSelector:@selector(pasteboard:provideDataForType:)])
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebInspectorClient.mm131 @selector(webView:didClearInspectorWindowObject:forFrame:), [frame windowObject], frame);
508 if ([item action] == @selector(toggleDebuggingJavaScript:) && isMenuItem) {
514 } else if ([item action] == @selector(toggleProfilingJavaScript:) && isMenuItem) {
/external/webkit/Source/WebKit2/UIProcess/API/mac/
H A DPageClientImpl.mm222 [undoManager registerUndoWithTarget:m_undoTarget.get() selector:((undoOrRedo == WebPageProxy::Undo) ? @selector(undoEditing:) : @selector(redoEditing:)) object:commandObjC.get()];
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp555 void RenderThemeQt::adjustButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element*) const argument
584 style->font().update(selector->fontSelector());
714 void RenderThemeQt::adjustTextAreaStyle(CSSStyleSelector* selector, RenderStyle* style, Element* element) const argument
716 adjustTextFieldStyle(selector, style, element);
974 void RenderThemeQt::adjustSearchFieldStyle(CSSStyleSelector* selector, RenderStyle* style, argument
988 void RenderThemeQt::adjustSearchFieldCancelButtonStyle(CSSStyleSelector* selector, RenderStyle* style, argument
1040 void RenderThemeQt::adjustSearchFieldDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, argument
1044 RenderTheme::adjustSearchFieldDecorationStyle(selector, style, e);
1054 void RenderThemeQt::adjustSearchFieldResultsDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, argument
1058 RenderTheme::adjustSearchFieldResultsDecorationStyle(selector, styl
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jar ... buffer int indexOf int indexOf int index int index String selector String selector String descriptor String descriptor public java.lang ...
/external/webkit/Source/WebCore/platform/network/mac/
H A DResourceHandleMac.mm264 ASSERT([NSURLConnection instancesRespondToSelector:@selector(_initWithRequest:delegate:usesCache:maxContentLength:startImmediately:connectionProperties:)]);
267 static bool supportsSettingConnectionProperties = [NSURLConnection instancesRespondToSelector:@selector(_initWithRequest:delegate:usesCache:maxContentLength:startImmediately:connectionProperties:)];
437 static bool supportsBufferedData = [NSURLConnection instancesRespondToSelector:@selector(_bufferedData)];
880 LOG(Network, "Handle %p delegate connection:%p didReceiveResponse:%p (HTTP status %d, reported MIMEType '%s')", m_handle, connection, r, [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0, [[r MIMEType] UTF8String]);
887 int statusCode = [r respondsToSelector:@selector(statusCode)] ? [(id)r statusCode] : 0;
1042 [self performSelectorOnMainThread:@selector(_callConnectionWillCacheResponseWithInfo:) withObject:info waitUntilDone:YES modes:modes];
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumSkia.cpp467 void RenderThemeChromiumSkia::adjustMenuListStyle(CSSStyleSelector* selector, RenderStyle* style, WebCore::Element* e) const argument
473 void RenderThemeChromiumSkia::adjustMenuListButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const argument
475 adjustMenuListStyle(selector, style, e);
/external/webkit/Source/WebCore/page/mac/
H A DEventHandlerMac.mm431 Method method = class_getInstanceMethod(objc_getRequiredClass("NSScrollView"), @selector(scrollWheel:));
438 static void selfRetainingNSScrollViewScrollWheel(NSScrollView *self, SEL selector, NSEvent *event)
444 originalNSScrollViewScrollWheel(self, selector, event);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DRFC3280CertPathUtilities.java446 X509CertStoreSelector selector = new X509CertStoreSelector();
450 selector.setSubject(issuerPrincipal);
455 "Subject criteria for certificate selector to find issuer certificate for CRL could not be set.", e);
462 coll = CertPathValidatorUtilities.findCertificates(selector, paramsPKIX.getStores());
463 coll.addAll(CertPathValidatorUtilities.findCertificates(selector, paramsPKIX.getAdditionalStores()));
464 coll.addAll(CertPathValidatorUtilities.findCertificates(selector, paramsPKIX.getCertStores()));
495 selector = new X509CertStoreSelector();
496 selector.setCertificate(signingCert);
498 temp.setTargetCertConstraints(selector);
/external/icu4c/i18n/
H A Dplurfmt.cpp351 const PluralSelector& selector, double number, UErrorCode& ec) {
365 // Then we get the keyword from the selector.
366 // (In other words, we never call the selector if we match against an explicit value,
404 // Compare "other" first and call the selector if this is not "other".
417 keyword=selector.select(number-offset, ec);
350 findSubMessage(const MessagePattern& pattern, int32_t partIndex, const PluralSelector& selector, double number, UErrorCode& ec) argument
/external/qemu/target-i386/
H A Dmachine.c11 qemu_put_be32(f, dt->selector);
19 dt->selector = qemu_get_be32(f);
H A Dhax-interface.h87 uint16_t selector; member in struct:segment_desc_t
H A Dsvm.h166 uint16_t selector; member in struct:vmcb_seg
/external/webkit/Source/WebCore/dom/
H A DElement.cpp94 // This tells us that our pushed style selector is in a bad state,
1283 // The + selector. We need to invalidate the first element following the insertion point. It is the only possible element
1294 // Forward positional selectors include the ~ selector, nth-child, nth-of-type, first-of-type and only-of-type.
1305 // :empty selector.
1760 bool Element::webkitMatchesSelector(const String& selector, ExceptionCode& ec) argument
1762 if (selector.isEmpty()) {
1771 p.parseSelector(selector, document(), selectorList);
1778 // Throw a NAMESPACE_ERR if the selector includes any namespace prefixes.
1785 for (CSSSelector* selector = selectorList.first(); selector; selecto
[all...]
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
H A DHostedNetscapePluginStream.mm163 NSArray *keys = [[headerDict allKeys] sortedArrayUsingSelector:@selector(caseInsensitiveCompare:)];
/external/webkit/Source/WebKit2/WebProcess/mac/
H A DWebProcessMac.mm236 Method methodToPatch = class_getInstanceMethod([NSApplication class], @selector(accessibilityFocusedUIElement));
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h102 __u16 selector; member in struct:kvm_segment
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h102 __u16 selector; member in struct:kvm_segment
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDelegateImplementationCaching.h107 id CallFormDelegate(WebView *self, SEL selector, id object1, id object2, id object3, id object4, id object5);

Completed in 1771 milliseconds

1234567891011>>