Searched refs:permissive (Results 1 - 9 of 9) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/mac/
H A DPolicyDelegate.h38 - (void)setPermissive:(BOOL)permissive;
H A DPolicyDelegate.mm103 - (void)setPermissive:(BOOL)permissive
105 permissiveDelegate = permissive;
H A DLayoutTestControllerMac.mm255 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive)
258 [policyDelegate setPermissive:permissive];
/external/webkit/WebKitTools/DumpRenderTree/win/
H A DPolicyDelegate.h73 void setPermissive(bool permissive) { m_permissiveDelegate = permissive; } argument
H A DLayoutTestControllerWin.cpp302 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) argument
309 policyDelegate->setPermissive(permissive);
/external/webkit/WebKitTools/DumpRenderTree/
H A DLayoutTestController.h75 void setCustomPolicyDelegate(bool setDelegate, bool permissive);
H A DLayoutTestController.cpp728 bool permissive = false;
730 permissive = JSValueToBoolean(context, arguments[1]);
733 controller->setCustomPolicyDelegate(JSValueToBoolean(context, arguments[0]), permissive); local
/external/webkit/WebKitTools/DumpRenderTree/gtk/
H A DLayoutTestControllerGtk.cpp216 void LayoutTestController::setCustomPolicyDelegate(bool setDelegate, bool permissive) argument
/external/elfutils/src/
H A Dstrip.c67 { "permissive", OPT_PERMISSIVE, NULL, 0,
123 static bool permissive; variable
218 permissive = true;
1639 | (permissive ? ELF_F_PERMISSIVE : 0));

Completed in 87 milliseconds