HomeSort by relevance Sort by last modified time
    Searched refs:hostStr (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebKit/mac/Plugins/
WebBaseNetscapePluginView.h 155 bool getAuthenticationInfo(const char* protocolStr, const char* hostStr, int32_t port, const char* schemeStr, const char* realmStr,
WebBaseNetscapePluginView.mm 998 bool getAuthenticationInfo(const char* protocolStr, const char* hostStr, int32_t port, const char* schemeStr, const char* realmStr,
1005 NSString *host = [NSString stringWithUTF8String:hostStr];
1006 if (!hostStr)
WebNetscapePluginView.mm     [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 450 char *hostStr = NULL;
453 hostStr = new char[-n+1];
454 n = rcEnc->rcGetGLString(rcEnc, glEnum, hostStr, -n);
456 delete [] hostStr;
457 hostStr = NULL;
464 *strPtr = hostStr;
465 return hostStr;
    [all...]

Completed in 108 milliseconds