Searched refs:boolean_t (Results 1 – 6 of 6) sorted by relevance
/external/webkit/WebKit/mac/Plugins/Hosted/ |
D | WebKitPluginClient.defs | 62 out returnValue :boolean_t; 69 out returnValue :boolean_t); 74 out returnValue :boolean_t; 84 out returnValue :boolean_t; 94 out returnValue :boolean_t; 124 allowPopups :boolean_t); 143 out returnValue :boolean_t; 189 visible :boolean_t); 192 modal :boolean_t); 216 useSoftwareRenderer :boolean_t); [all …]
|
D | WebKitPluginHost.defs | 61 hasFocus :boolean_t); 64 hasFocus :boolean_t); 96 isARepeat :boolean_t; 118 throttleTimers :boolean_t); 135 result :boolean_t); 229 result :boolean_t); 234 returnValue :boolean_t; 241 privateBrowsingEnabled :boolean_t);
|
D | NetscapePluginInstanceProxy.h | 195 …InstantiatePluginReply(kern_return_t resultCode, uint32_t renderContextID, boolean_t useSoftwareRe… in InstantiatePluginReply() 205 boolean_t m_useSoftwareRenderer; 223 BooleanReply(boolean_t result) in BooleanReply() 229 boolean_t m_result; 235 BooleanAndDataReply(boolean_t returnValue, RetainPtr<CFDataRef> result) in BooleanAndDataReply() 242 boolean_t m_returnValue; 297 boolean_t m_useSoftwareRenderer;
|
D | NetscapePluginHostProxy.mm | 467 …t WKPCBooleanReply(mach_port_t clientPort, uint32_t pluginID, uint32_t requestID, boolean_t result) 481 …ataReply(mach_port_t clientPort, uint32_t pluginID, uint32_t requestID, boolean_t returnValue, dat… 499 …ID, uint32_t requestID, kern_return_t result, uint32_t renderContextID, boolean_t useSoftwareRende… 563 …, uint32_t objectID, data_t scriptData, mach_msg_type_number_t scriptLength, boolean_t allowPopups) 581 …boolean_t returnValue = instanceProxy->evaluate(objectID, script, resultData, resultLength, allowP… 640 …boolean_t returnValue = instanceProxy->invoke(objectID, methodNameIdentifier, argumentsData, argum… 666 …boolean_t returnValue = instanceProxy->invokeDefault(objectID, argumentsData, argumentsLength, res… 677 … boolean_t* returnValue, data_t* resultData, mach_msg_type_number_t* resultLength) 714 boolean_t returnValue; 803 boolean_t returnValue; [all …]
|
/external/webkit/JavaScriptCore/wtf/ |
D | FastMalloc.cpp | 475 static boolean_t check(malloc_zone_t*) { return true; } in check() 476 static void print(malloc_zone_t*, boolean_t) { } in print() argument
|
/external/qemu/distrib/sdl-1.2.12/src/video/quartz/ |
D | SDL_QuartzVideo.m | 424 boolean_t exact_match = 0;
|