Home
last modified time | relevance | path

Searched refs:GetPermissions (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
DDocument.cpp328 if (!m_pDocument->GetPermissions(FPDFPERM_EXTRACT_ACCESS)) return FALSE; in exportAsFDF()
413 if (!m_pDocument->GetPermissions(FPDFPERM_EXTRACT_ACCESS)) return FALSE; in exportAsXFDF()
497 if (!(m_pDocument->GetPermissions(FPDFPERM_MODIFY) || in importAnFDF()
498 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in importAnFDF()
499 m_pDocument->GetPermissions(FPDFPERM_FILL_FORM))) return FALSE; in importAnFDF()
547 if (!(m_pDocument->GetPermissions(FPDFPERM_MODIFY) || in importAnXFDF()
548 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in importAnXFDF()
549 m_pDocument->GetPermissions(FPDFPERM_FILL_FORM))) return FALSE; in importAnXFDF()
564 if (!(m_pDocument->GetPermissions(FPDFPERM_MODIFY) || in importTextData()
565 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in importTextData()
[all …]
DField.cpp180 m_bCanSet = m_pDocument->GetPermissions(FPDFPERM_FILL_FORM) || in AttachField()
181 m_pDocument->GetPermissions(FPDFPERM_ANNOT_FORM) || in AttachField()
182 m_pDocument->GetPermissions(FPDFPERM_MODIFY); in AttachField()
/external/chromium_org/content/browser/renderer_host/pepper/
Dcontent_browser_pepper_host_factory.cc134 if (GetPermissions().HasPermission(ppapi::PERMISSION_DEV)) { in CreateResourceHost()
167 if (GetPermissions().HasPermission(ppapi::PERMISSION_PRIVATE)) { in CreateResourceHost()
220 if (GetPermissions().HasPermission(ppapi::PERMISSION_FLASH)) { in CreateResourceHost()
268 const ppapi::PpapiPermissions& ContentBrowserPepperHostFactory::GetPermissions() in GetPermissions() function in content::ContentBrowserPepperHostFactory
Dcontent_browser_pepper_host_factory.h50 const ppapi::PpapiPermissions& GetPermissions() const;
/external/chromium_org/content/renderer/pepper/
Dcontent_renderer_pepper_host_factory.cc186 if (GetPermissions().HasPermission(ppapi::PERMISSION_DEV)) { in CreateResourceHost()
210 ContentRendererPepperHostFactory::GetPermissions() const { in GetPermissions() function in content::ContentRendererPepperHostFactory
Dcontent_renderer_pepper_host_factory.h33 const ppapi::PpapiPermissions& GetPermissions() const;
/external/chromium_org/device/bluetooth/test/
Dmock_bluetooth_gatt_descriptor.cc26 ON_CALL(*this, GetPermissions()).WillByDefault(Return(permissions)); in MockBluetoothGattDescriptor()
Dmock_bluetooth_gatt_descriptor.h37 MOCK_CONST_METHOD0(GetPermissions,
Dmock_bluetooth_gatt_characteristic.cc29 ON_CALL(*this, GetPermissions()).WillByDefault(Return(permissions)); in MockBluetoothGattCharacteristic()
Dmock_bluetooth_gatt_characteristic.h39 MOCK_CONST_METHOD0(GetPermissions, Permissions());
/external/chromium_org/device/bluetooth/
Dbluetooth_gatt_descriptor.h160 virtual BluetoothGattCharacteristic::Permissions GetPermissions() const = 0;
Dbluetooth_remote_gatt_descriptor_chromeos.h40 GetPermissions() const OVERRIDE;
Dbluetooth_gatt_characteristic.h141 virtual Permissions GetPermissions() const = 0;
Dbluetooth_remote_gatt_descriptor_chromeos.cc72 BluetoothRemoteGattDescriptorChromeOS::GetPermissions() const { in GetPermissions() function in chromeos::BluetoothRemoteGattDescriptorChromeOS
Dbluetooth_remote_gatt_characteristic_chromeos.h48 virtual Permissions GetPermissions() const OVERRIDE;
Dbluetooth_remote_gatt_characteristic_chromeos.cc146 BluetoothRemoteGattCharacteristicChromeOS::GetPermissions() const { in GetPermissions() function in chromeos::BluetoothRemoteGattCharacteristicChromeOS
/external/lldb/include/lldb/Target/
DMemory.h109 GetPermissions () const in GetPermissions() function
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h387 virtual FX_DWORD GetPermissions(FX_BOOL bCheckRevision = FALSE) = 0;
416 virtual FX_DWORD GetPermissions(FX_BOOL bCheckRevision = FALSE);
617 virtual FX_DWORD GetPermissions() = 0;
643 virtual FX_DWORD GetPermissions();
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_document.cpp362 return m_pParser->GetPermissions(bCheckRevision); in GetUserPermissions()
Dfpdf_parser_encrypt.cpp102 FX_DWORD CPDF_StandardSecurityHandler::GetPermissions() in GetPermissions() function in CPDF_StandardSecurityHandler
Dfpdf_parser_parser.cpp1436 FX_DWORD CPDF_Parser::GetPermissions(FX_BOOL bCheckRevision) in GetPermissions() function in CPDF_Parser
1441 FX_DWORD dwPermission = m_pSecurityHandler->GetPermissions(); in GetPermissions()
/external/pdfium/fpdfsdk/include/
Dfsdk_mgr.h435 FX_BOOL GetPermissions(int nFlag);
/external/pdfium/fpdfsdk/src/
Dfsdk_mgr.cpp579 FX_BOOL CPDFSDK_Document::GetPermissions(int nFlag) in GetPermissions() function in CPDFSDK_Document