Searched refs:queryParam (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/
H A DWebInspector.js19 WebInspector.queryParam = function(name)
36 var settingsParam = WebInspector.queryParam("settings");
/external/deqp/framework/opengl/
H A DgluProgramInterfaceQuery.cpp33 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) argument
36 gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, 1, DE_NULL, (int*)&value);
68 const deUint32 queryParam = GL_ACTIVE_VARIABLES; local
69 gl.getProgramResourceiv(program, programInterface, index, 1, &queryParam, (int)activeVariables.size(), DE_NULL, &activeVariables[0]);
H A DgluProgramInterfaceQuery.hpp89 int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam);
90 deUint32 getProgramResourceUint (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam);
103 inline int getProgramResourceInt (const glw::Functions& gl, deUint32 program, deUint32 programInterface, deUint32 index, deUint32 queryParam) argument
105 return (int)getProgramResourceUint(gl, program, programInterface, index, queryParam);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/main/
H A DMain.js112 if (WebInspector.queryParam("isSharedWorker"))
136 if (WebInspector.queryParam("workerPaused")) {
192 if (WebInspector.queryParam("toolbox")) {
198 WebInspector.experimentsSettings = new WebInspector.ExperimentsSettings(WebInspector.queryParam("experiments") !== null);
214 var workerId = WebInspector.queryParam("dedicatedWorkerId");
221 if (WebInspector.queryParam("ws")) {
222 ws = "ws://" + WebInspector.queryParam("ws");
223 } else if (WebInspector.queryParam("page")) {
224 var page = WebInspector.queryParam("page");
225 var host = WebInspector.queryParam("hos
[all...]
/external/deqp/modules/glshared/
H A DglsLifetimeTests.cpp76 GLint getInteger (ContextWrapper& gl, GLenum queryParam) argument
80 gl.glGetIntegerv(queryParam, &ret),
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DScreencastView.js860 if (WebInspector.queryParam("hideNavigation"))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.updatesite_1.0.201.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 144 milliseconds