OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:whiteListAccessFromOrigin
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
DumpRenderTreeSupportGtk.h
112
static void
whiteListAccessFromOrigin
(const gchar* sourceOrigin, const gchar* destinationProtocol, const gchar* destinationHost, bool allowDestinationSubdomains);
DumpRenderTreeSupportGtk.cpp
599
void DumpRenderTreeSupportGtk::
whiteListAccessFromOrigin
(const gchar* sourceOrigin, const gchar* destinationProtocol, const gchar* destinationHost, bool allowDestinationSubdomains)
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DumpRenderTreeSupportQt.h
138
static void
whiteListAccessFromOrigin
(const QString& sourceOrigin, const QString& destinationProtocol, const QString& destinationHost, bool allowDestinationSubdomains);
DumpRenderTreeSupportQt.cpp
446
void DumpRenderTreeSupportQt::
whiteListAccessFromOrigin
(const QString& sourceOrigin, const QString& destinationProtocol, const QString& destinationHost, bool allowDestinationSubdomains)
[
all
...]
/external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp
275
DumpRenderTreeSupportGtk::
whiteListAccessFromOrigin
(sourceOriginGChar, protocolGChar, hostGChar, includeSubdomains);
[
all
...]
/external/webkit/Tools/DumpRenderTree/qt/
LayoutTestControllerQt.cpp
590
DumpRenderTreeSupportQt::
whiteListAccessFromOrigin
(sourceOrigin, destinationProtocol, destinationHost, allowDestinationSubdomains);
Completed in 319 milliseconds