/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
WebHostedNetscapePluginView.mm | 292 [notificationCenter addObserver:self selector:@selector(windowFrameDidChange:) 294 [notificationCenter addObserver:self selector:@selector(windowFrameDidChange:)
|
/external/webkit/Source/WebKit/mac/Plugins/ |
WebPluginDatabase.mm | 388 ASSERT([view respondsToSelector:@selector(stop)]); 389 [view performSelector:@selector(stop)]; 394 ASSERT([[view superview] respondsToSelector:@selector(_destroyAllWebPlugins)]); 396 [[view superview] performSelector:@selector(_destroyAllWebPlugins)];
|
/external/webkit/Source/WebKit2/PluginProcess/mac/ |
PluginProcessShim.mm | 140 Method runModalForWindowMethod = class_getInstanceMethod(objc_getClass("NSApplication"), @selector(runModalForWindow:));
|
/external/webkit/Tools/WebKitLauncher/ |
WebKitLauncherURLProtocol.m | 110 [updater performSelectorOnMainThread:@selector(checkForUpdates:) withObject:self waitUntilDone:NO];
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/ |
XMPPathParser.java | 67 * The value portion in the array selector forms is a string quoted by ''' 253 // Could be "[last()]" or one of the selector forms. Find the ']' or '='. 284 "Invalid quote in array selector", XMPError.BADXPATH); 305 throw new XMPException("No terminating quote for array selector",
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jquery/ |
jquery-1.4.2.min.js | 17 e(a[0],b):w}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function na(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function oa(a){var b,d=[],f=[],e=arguments,j,i,o,k,n,r;i=c.data(this,"events");if(!(a.liveFired===this||!i||!i.live||a.button&&a.type==="click")){a.liveFired=this;var u=i.live.slice(0);for(k=0;k<u.length;k++){i=u[k];i.origType.replace(O,"")===a.type?f.push(i.selector):u.splice(k--,1)}j=c(a.target).closest(f,a.currentTarget);n=0;for(r= 18 j.length;n<r;n++)for(k=0;k<u.length;k++){i=u[k];if(j[n].selector===i.selector){o=j[n].elem;f=null;if(i.preType==="mouseenter"||i.preType==="mouseleave")f=c(a.relatedTarget).closest(i.selector)[0];if(!f||f!==o)d.push({elem:o,handleObj:i})}}n=0;for(r=d.length;n<r;n++){j=d[n];a.currentTarget=j.elem;a.data=j.handleObj.data;a.handleObj=j.handleObj;if(j.handleObj.origHandler.apply(j.elem,e)===false){b=false;break}}return b}}function pa(a,b){return"live."+(a&&a!=="*"?a+".":"")+b.replace(/\./g,"`").replace(/ /g, 21 Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=[],L,$=Object.prototype.toString,aa=Object.prototype.hasOwnProperty,ba=Array.prototype.push,R=Array.prototype.slice,ya=Array.prototype.indexOf;c.fn=c.prototype={init:function(a,b){var d,f;if(!a)return this;if(a.nodeType){this.context=this[0]=a;this.length=1;return this}if(a==="body"&&!b){this.context=s;this[0]=s.body;this.selector="body";this.length=1;return this}if(typeof a==="string")if((d=Ta.exec(a))&& 22 (d[1]||!b))if(d[1]){f=b?b.ownerDocument||b:s;if(a=Xa.exec(a))if(c.isPlainObject(b)){a=[s.createElement(a[1])];c.fn.attr.call(a,b,true)}else a=[f.createElement(a[1])];else{a=sa([d[1]],[f]);a=(a.cacheable?a.fragment.cloneNode(true):a.fragment).childNodes}return c.merge(this,a)}else{if(b=s.getElementById(d[2])){if(b.id!==d[2])return T.find(a);this.length=1;this[0]=b}this.context=s;this.selector=a;return this}else if(!b&&/^\w+$/.test(a)){this.selector=a;this.context=s;a=s.getElementsByTagName(a);return c.merge(this, 23 a)}else return!b||b.jquery?(b||T).find(a):c(b).find(a);else if(c.isFunction(a))return T.ready(a);if(a.selector!==w){this.selector=a.selector;this.context=a.context}return c.makeArray(a,this)},selector:"",jquery:"1.4.2",length:0,size:functi (…) [all...] |
/external/qemu/target-i386/ |
cpu.h | 508 uint32_t selector; member in struct:SegmentCache 584 SegmentCache segs[6]; /* selector values */ 716 int seg_reg, unsigned int selector, 725 sc->selector = selector; 757 'base' and 'selector' fields of the segment cache to go 790 void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector);
|
/external/webkit/Source/WebKit2/UIProcess/API/mac/ |
WKPrintingView.mm | 100 _autodisplayResumeTimer = [NSTimer timerWithTimeInterval:0 target:self selector:@selector(_delayedResumeAutodisplayTimerFired) userInfo:nil repeats:NO]; 516 NSInvocation *invocation = [NSInvocation invocationWithMethodSignature:[WKPrintingView instanceMethodSignatureForSelector:@selector(_drawPageBorderWithSizeOnMainThread:)]]; 517 [invocation setSelector:@selector(_drawPageBorderWithSizeOnMainThread:)]; 519 [invocation performSelectorOnMainThread:@selector(invokeWithTarget:) withObject:self waitUntilDone:YES];
|
PageClientImpl.mm | 222 [undoManager registerUndoWithTarget:m_undoTarget.get() selector:((undoOrRedo == WebPageProxy::Undo) ? @selector(undoEditing:) : @selector(redoEditing:)) object:commandObjC.get()];
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
mootools-1.2.2-core-nc.js | [all...] |
/external/webkit/Source/WebCore/css/ |
CSSSelector.cpp | 55 for (const CSSSelector* selector = this; selector; selector = selector->tagHistory()) { 56 if (selector->m_isForPage) 57 return (total + selector->specificityForPage()) & maxValueMask; 58 total = (total + selector->specificityForOneSelector()) & maxValueMask; 747 // numConditions is 0 for a universal selector.
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeWin.cpp | 682 void RenderThemeWin::adjustInnerSpinButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const 749 void RenderThemeWin::adjustMenuListStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const 752 adjustMenuListButtonStyle(selector, style, e); 755 void RenderThemeWin::adjustMenuListButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const 857 void RenderThemeWin::adjustSearchFieldStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const 894 void RenderThemeWin::adjustSearchFieldCancelButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const 903 void RenderThemeWin::adjustSearchFieldDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const 910 void RenderThemeWin::adjustSearchFieldResultsDecorationStyle(CSSStyleSelector* selector, RenderStyle* style, Element* e) const [all...] |
/external/skia/tools/ |
skdiff.h | 70 /** Sets statuses[i] if it is implied by selector, unsets it if not. 71 * Selector may be a comma delimited list of status names, "any", or "failed". 72 * Returns true if the selector was entirely understood, false otherwise. 74 static bool getMatchingStatuses(char* selector, bool statuses[kStatusCount]);
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
MagicSmokeSelector.java | 61 setContentView(R.layout.selector);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
kvm.h | 91 __u16 selector; member in struct:kvm_segment
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
kvm.h | 91 __u16 selector; member in struct:kvm_segment
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
kvm.h | 91 __u16 selector; member in struct:kvm_segment
|
/system/core/libcutils/ |
Android.mk | 79 selector.c \
|
/external/bzip2/ |
bzlib_private.h | 256 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon3540 402 UChar selector [BZ_MAX_SELECTORS]; member in struct:__anon3541
|
/external/llvm/test/Scripts/ |
coff-dump.py | 408 selector = read_value(definitions[0]) 409 definitions = definitions[1][selector]
|
/external/webkit/Source/WebCore/platform/mac/ |
ScrollbarThemeMac.mm | 100 [[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];
|
/external/webkit/Tools/DumpRenderTree/mac/ |
DumpRenderTreePasteboard.m | 135 if (newOwner && [newOwner respondsToSelector:@selector(pasteboard:provideDataForType:)])
|
/external/webkit/Source/WebKit/mac/WebCoreSupport/ |
WebInspectorClient.mm | 131 @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/WebCore/platform/qt/ |
RenderThemeQt.cpp | 555 void RenderThemeQt::adjustButtonStyle(CSSStyleSelector* selector, RenderStyle* style, Element*) const 584 style->font().update(selector->fontSelector()); 714 void RenderThemeQt::adjustTextAreaStyle(CSSStyleSelector* selector, RenderStyle* style, Element* element) const 716 adjustTextFieldStyle(selector, style, element); 974 void RenderThemeQt::adjustSearchFieldStyle(CSSStyleSelector* selector, RenderStyle* style, 988 void RenderThemeQt::adjustSearchFieldCancelButtonStyle(CSSStyleSelector* selector, RenderStyle* style, [all...] |
/prebuilts/tools/common/ant/ |
ant.jar | |