HomeSort by relevance Sort by last modified time
    Searched refs:bool (Results 151 - 175 of 545) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 72 pair<PluginHostMap::iterator, bool> result = m_pluginHosts.add(pluginPath, 0);
94 bool shouldCacheMissingPropertiesAndMethods = bundleIdentifier != "com.macromedia.Flash Player.plugin";
103 bool NetscapePluginHostManager::spawnPluginHost(const String& pluginPath, cpu_type_t pluginArchitecture, mach_port_t clientPort, mach_port_t& pluginHostPort, ProcessSerialNumber& pluginHostPSN)
179 bool NetscapePluginHostManager::initializeVendorPort()
214 PassRefPtr<NetscapePluginInstanceProxy> NetscapePluginHostManager::instantiatePlugin(const String& pluginPath, cpu_type_t pluginArchitecture, const String& bundleIdentifier, WebHostedNetscapePluginView *pluginView, NSString *mimeType, NSArray *attributeKeys, NSArray *attributeValues, NSString *userAgent, NSURL *sourceURL, bool fullFrame, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled)
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.mm 120 - (void)setIsSelected:(BOOL)isSelected;
203 bool WebChromeClient::canTakeFocus(FocusDirection)
308 bool WebChromeClient::canRunModal()
318 void WebChromeClient::setToolbarsVisible(bool b)
323 bool WebChromeClient::toolbarsVisible()
328 void WebChromeClient::setStatusbarVisible(bool b)
333 bool WebChromeClient::statusbarVisible()
338 void WebChromeClient::setScrollbarsVisible(bool b)
343 bool WebChromeClient::scrollbarsVisible()
348 void WebChromeClient::setMenubarVisible(bool)
    [all...]
  /external/webkit/Source/WebKit2/Shared/mac/
ArgumentCodersMac.mm 102 static bool decode(ArgumentDecoder* decoder, RetainPtr<id>& result)
192 bool decode(ArgumentDecoder* decoder, RetainPtr<NSAttributedString>& result)
234 bool decode(ArgumentDecoder* decoder, RetainPtr<NSColor>& result)
270 bool decode(ArgumentDecoder* decoder, RetainPtr<NSDictionary>& result)
301 bool decode(ArgumentDecoder* decoder, RetainPtr<NSFont>& result)
318 bool decode(ArgumentDecoder* decoder, RetainPtr<NSNumber>& result)
333 bool decode(ArgumentDecoder* decoder, RetainPtr<NSString>& result)
  /external/webkit/Source/WebCore/platform/network/mac/
ResourceHandleMac.mm 82 -(id)_initWithRequest:(NSURLRequest *)request delegate:(id)delegate usesCache:(BOOL)usesCacheFlag maxContentLength:(long long)maxContentLength startImmediately:(BOOL)startImmediately connectionProperties:(NSDictionary *)connectionProperties;
100 void setAllowStoredCredentials(bool allow) { m_allowStoredCredentials = allow; }
104 bool isDone() { return m_isDone; }
117 virtual bool shouldUseCredentialStorage(ResourceHandle*);
124 virtual bool canAuthenticateAgainstProtectionSpace(ResourceHandle*, const ProtectionSpace&);
127 bool m_allowStoredCredentials;
131 bool m_isDone;
145 static bool isInitializingConnection;
185 bool ResourceHandle::didSendBodyDataDelegateExists(
    [all...]
  /external/webkit/Source/WebCore/rendering/
RenderThemeMac.mm 470 bool RenderThemeMac::usesTestModeFocusRingColor() const
485 bool RenderThemeMac::isControlStyled(const RenderStyle* style, const BorderData& border,
574 bool oldIndeterminate = [cell state] == NSMixedState;
575 bool indeterminate = isIndeterminate(o);
576 bool checked = isChecked(o);
583 bool oldChecked = [cell state] == NSOnState;
590 bool oldEnabled = [cell isEnabled];
591 bool enabled = isEnabled(o);
598 bool oldFocused = [cell showsFirstResponder];
599 bool focused = isFocused(o) && o->style()->outlineStyleIsAuto()
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugEventRepeater.cs 71 public virtual void EnterDecision(int decisionNumber, bool couldBacktrack) {
101 public virtual void EndBacktrack(int level, bool successful) {
113 public virtual void SemanticPredicate(bool result, string predicate) {
DebugTreeNodeStream.cs 48 protected bool initialStreamState = true;
97 public bool UniqueNavigationNodes {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTreeNodeStream.cs 62 bool _hasNilRoot = false;
113 public virtual bool UniqueNavigationNodes {
160 public override bool IsEndOfFile(object o) {
RewriteRuleElementStream.cs 77 protected bool dirty = false;
204 public virtual bool HasNext {
TreeIterator.cs 45 protected bool firstTime = true;
89 public bool MoveNext() {
TreeWizard.cs 99 public bool hasTextArg;
391 public bool Parse(object t, string pattern, IDictionary<string, object> labels) {
400 bool matched = ParseCore(t, tpattern, labels);
404 public bool Parse(object t, string pattern) {
415 protected virtual bool ParseCore(object t1, TreePattern tpattern, IDictionary<string, object> labels) {
488 public static bool Equals(object t1, object t2, ITreeAdaptor adaptor) {
497 public new bool Equals(object t1, object t2) {
501 protected static bool EqualsCore(object t1, object t2, ITreeAdaptor adaptor) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTreeNodeStream.cs 64 bool _hasNilRoot = false;
127 public virtual bool UniqueNavigationNodes
184 public override bool IsEndOfFile(object o)
RewriteRuleElementStream.cs 79 protected bool dirty = false;
222 public virtual bool HasNext
TreeWizard.cs 108 public bool hasTextArg;
447 public bool Parse( object t, string pattern, IDictionary<string, object> labels )
457 bool matched = ParseCore( t, tpattern, labels );
461 public bool Parse( object t, string pattern )
473 protected virtual bool ParseCore( object t1, TreePattern tpattern, IDictionary<string, object> labels )
556 public static bool Equals( object t1, object t2, ITreeAdaptor adaptor )
566 public new bool Equals( object t1, object t2 )
571 protected static bool EqualsCore( object t1, object t2, ITreeAdaptor adaptor )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugEventRepeater.cs 80 public virtual void EnterDecision(int decisionNumber, bool couldBacktrack)
120 public virtual void EndBacktrack( int level, bool successful )
136 public virtual void SemanticPredicate( bool result, string predicate )
DebugTreeNodeStream.cs 50 protected bool initialStreamState = true;
111 public bool UniqueNavigationNodes
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XRTreeFrag.java 166 public boolean bool() method in class:XRTreeFrag
270 return bool() == obj2.bool();
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.mm 31 BOOL (*wkCGContextGetShouldSmoothFonts)(CGContextRef);
36 void (*wkDrawBezeledTextFieldCell)(NSRect, BOOL enabled);
39 void (*wkDrawBezeledTextArea)(NSRect, BOOL enabled);
43 BOOL (*wkGetGlyphTransformedAdvances)(CGFontRef, NSFont*, CGAffineTransform*, ATSGlyphRef*, CGSize* advance);
46 BOOL (*wkHitTestMediaUIPart)(int part, int themeStyle, CGRect bounds, CGPoint point);
49 BOOL (*wkMediaControllerThemeAvailable)(int themeStyle);
56 BOOL (*wkGetNSURLResponseMustRevalidate)(NSURLResponse *response);
57 void (*wkGetWheelEventDeltas)(NSEvent*, float* deltaX, float* deltaY, BOOL* continuous);
66 BOOL (*wkQTMovieHasClosedCaptions)(QTMovie*);
67 void (*wkQTMovieSetShowClosedCaptions)(QTMovie*, BOOL);
    [all...]
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastSettings.java 117 boolean showEtwsSettings = res.getBoolean(R.bool.show_etws_settings);
152 if (!res.getBoolean(R.bool.show_cmas_settings)) {
160 if (!res.getBoolean(R.bool.show_brazil_settings)) {
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
Dbg.stg 69 public override bool AlreadyParsedRule( IIntStream input, int ruleIndex )
81 protected virtual bool EvalPredicate( bool result, string predicate )
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp3/
Dbg.stg 68 public override bool AlreadyParsedRule( IIntStream input, int ruleIndex )
80 protected virtual bool EvalPredicate( bool result, string predicate )
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringExtensions.cs 48 public static bool endsWith( string str, string value )
119 public static bool startsWith( string str, string value )
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringExtensions.cs 49 public static bool endsWith( this string str, string value )
115 public static bool startsWith( this string str, string value )
  /external/webkit/Source/WebCore/bindings/objc/
ObjCEventListener.mm 82 bool ObjCEventListener::operator==(const EventListener& listener)
  /external/webkit/Source/WebCore/loader/mac/
LoaderNSURLExtras.mm 43 static bool vectorContainsString(const Vector<String>& vector, const String& string)

Completed in 397 milliseconds

1 2 3 4 5 67 8 91011>>