HomeSort by relevance Sort by last modified time
    Searched refs:GetExtensions (Results 26 - 50 of 59) sorted by null

12 3

  /external/chromium_org/net/websockets/
websocket_stream.h 192 virtual std::string GetExtensions() const = 0;
websocket_basic_stream.h 56 virtual std::string GetExtensions() const OVERRIDE;
websocket_channel_test.cc 264 virtual std::string GetExtensions() const OVERRIDE { return extensions_; }
270 // The string to return from GetExtensions().
700 MOCK_CONST_METHOD0(GetExtensions, std::string());
    [all...]
websocket_deflate_stream.cc 90 std::string WebSocketDeflateStream::GetExtensions() const {
91 return stream_->GetExtensions();
websocket_basic_stream.cc 183 std::string WebSocketBasicStream::GetExtensions() const { return extensions_; }
  /external/chromium_org/ppapi/c/
ppb_websocket.h 388 * GetExtensions() returns the extensions selected by the server for the
398 struct PP_Var (*GetExtensions)(PP_Resource web_socket);
  /external/chromium_org/ppapi/api/
ppb_websocket.idl 406 * GetExtensions() returns the extensions selected by the server for the
417 PP_Var GetExtensions([in] PP_Resource web_socket);
  /external/chromium_org/ui/gl/
gl_context.cc 89 std::string GLContext::GetExtensions() {
110 std::string extensions = GetExtensions();
gl_context.h 82 virtual std::string GetExtensions();
  /external/chromium_org/chrome/browser/profile_resetter/
brandcoded_default_settings.cc 63 bool BrandcodedDefaultSettings::GetExtensions(
profile_resetter.cc 270 master_settings_->GetExtensions(&brandcode_extensions);
  /external/chromium_org/ppapi/proxy/
websocket_resource.h 50 virtual PP_Var GetExtensions() OVERRIDE;
127 // be read via GetExtensions().
websocket_resource.cc 303 PP_Var WebSocketResource::GetExtensions() {
  /external/chromium_org/chrome/common/net/
x509_certificate_model.h 73 void GetExtensions(
x509_certificate_model_nss.cc 202 void GetExtensions(
x509_certificate_model_openssl.cc 183 void GetExtensions(
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 400 def GetExtensions(self, active_only=True, editor_only=False, shell_only=False):
455 for extn in self.GetExtensions(active_only=0):
547 activeExtns=self.GetExtensions(active_only=1)
  /external/deqp/framework/opengl/
gluContextInfo.cpp 164 vector<string> GetExtensions::operator() (const RenderContext& context) const
256 const std::vector<std::string>& extensions = getExtensions();
  /external/chromium_org/chrome/browser/ui/webui/
certificate_viewer_webui.cc 387 x509_certificate_model::GetExtensions(
  /external/chromium_org/extensions/browser/
extension_prefs.h 226 void GetExtensions(ExtensionIdList* out);
extension_prefs.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.cc 470 extension_prefs()->GetExtensions(&extension_ids);
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 501 prefs_->GetExtensions(&all_ids);
  /external/chromium_org/ppapi/tests/
test_websocket.cc 366 PP_Var extensions = websocket_interface_->GetExtensions(ws);
476 PP_Var extensions = websocket_interface_->GetExtensions(ws);
    [all...]

Completed in 1127 milliseconds

12 3